2022-12-01T10:15:50.4300824Z Requested labels: windows.4xlarge 2022-12-01T10:15:50.4300898Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/pull/89997/merge 2022-12-01T10:15:50.4300919Z Waiting for a runner to pick up this job... 2022-12-01T10:15:50.5780700Z Job is about to start running on the runner: i-06510cf84b79cdfd6 (organization) 2022-12-01T10:15:55.6491915Z Current runner version: '2.299.1' 2022-12-01T10:15:55.6498220Z Runner name: 'i-06510cf84b79cdfd6' 2022-12-01T10:15:55.6498564Z Runner group name: 'Default' 2022-12-01T10:15:55.6499130Z Machine name: 'EC2AMAZ-A10PA24' 2022-12-01T10:15:55.6500980Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:15:55.6501547Z Actions: read 2022-12-01T10:15:55.6501736Z Checks: read 2022-12-01T10:15:55.6501991Z Contents: read 2022-12-01T10:15:55.6502211Z Deployments: read 2022-12-01T10:15:55.6502413Z Discussions: read 2022-12-01T10:15:55.6502617Z Issues: read 2022-12-01T10:15:55.6502813Z Metadata: read 2022-12-01T10:15:55.6503005Z Packages: read 2022-12-01T10:15:55.6503200Z Pages: read 2022-12-01T10:15:55.6503408Z PullRequests: read 2022-12-01T10:15:55.6503631Z RepositoryProjects: read 2022-12-01T10:15:55.6503870Z SecurityEvents: read 2022-12-01T10:15:55.6504092Z Statuses: read 2022-12-01T10:15:55.6504278Z ##[endgroup] 2022-12-01T10:15:55.6507471Z Secret source: None 2022-12-01T10:15:55.6508083Z Prepare workflow directory 2022-12-01T10:15:55.7452733Z Prepare all required actions 2022-12-01T10:15:55.7623607Z Getting action download info 2022-12-01T10:15:56.0553417Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:16:51.4809573Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:16:54.6310520Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:16:55.6068691Z Getting action download info 2022-12-01T10:16:55.7677329Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:16:56.5755068Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-12-01T10:16:56.5756892Z ##[group] Inputs 2022-12-01T10:16:56.5757185Z build-environment: win-vs2019-cpu-py3 2022-12-01T10:16:56.5757421Z cuda-version: cpu 2022-12-01T10:16:56.5757889Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "windows.4xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "windows.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-12-01T10:16:56.5758303Z sync-tag: 2022-12-01T10:16:56.5758481Z ##[endgroup] 2022-12-01T10:16:56.5758942Z Complete job name: win-vs2019-cpu-py3 / test (functorch, 1, 1, windows.4xlarge) 2022-12-01T10:16:56.7602897Z ##[group]Run git config --global core.symlinks true 2022-12-01T10:16:56.7603434Z git config --global core.symlinks true 2022-12-01T10:16:56.7639216Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:16:56.7639536Z env: 2022-12-01T10:16:56.7639889Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:16:56.7640070Z ##[endgroup] 2022-12-01T10:16:57.4454891Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:16:57.4455323Z with: 2022-12-01T10:16:57.4455505Z no-sudo: true 2022-12-01T10:16:57.4455693Z submodules: recursive 2022-12-01T10:16:57.4455885Z fetch-depth: 0 2022-12-01T10:16:57.4456053Z env: 2022-12-01T10:16:57.4456217Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:16:57.4456409Z ##[endgroup] 2022-12-01T10:16:57.4805426Z ##[group]Run retry () { 2022-12-01T10:16:57.4805702Z retry () { 2022-12-01T10:16:57.4805947Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:16:57.4806198Z } 2022-12-01T10:16:57.4806394Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:16:57.4806610Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:16:57.4806832Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:16:57.4807041Z else 2022-12-01T10:16:57.4807298Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:16:57.4807484Z fi 2022-12-01T10:16:57.4807676Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:16:57.4837135Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:16:57.4838676Z env: 2022-12-01T10:16:57.4838863Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:16:57.4839228Z NO_SUDO: true 2022-12-01T10:16:57.4839389Z ##[endgroup] 2022-12-01T10:16:57.5145770Z C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:16:57.8144011Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:16:57.8144285Z with: 2022-12-01T10:16:57.8144496Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:16:57.8144700Z fetch-depth: 0 2022-12-01T10:16:57.8144890Z submodules: recursive 2022-12-01T10:16:57.8145082Z quiet-checkout: true 2022-12-01T10:16:57.8145282Z repository: pytorch/pytorch 2022-12-01T10:16:57.8145694Z token: *** 2022-12-01T10:16:57.8145922Z ssh-strict: true 2022-12-01T10:16:57.8146236Z persist-credentials: true 2022-12-01T10:16:57.8146525Z clean: true 2022-12-01T10:16:57.8146785Z lfs: false 2022-12-01T10:16:57.8150413Z set-safe-directory: true 2022-12-01T10:16:57.8150701Z env: 2022-12-01T10:16:57.8150965Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:16:57.8151258Z ##[endgroup] 2022-12-01T10:17:02.3610542Z Syncing repository: pytorch/pytorch 2022-12-01T10:17:02.3612971Z ##[group]Getting Git version info 2022-12-01T10:17:02.3613532Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:17:02.3716108Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-12-01T10:17:02.3937257Z git version 2.38.1.windows.1 2022-12-01T10:17:02.3979578Z ##[endgroup] 2022-12-01T10:17:02.3995317Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\ee573b81-98ec-48e5-98e6-9f8075cd66d1\.gitconfig' 2022-12-01T10:17:02.4061019Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ee573b81-98ec-48e5-98e6-9f8075cd66d1' before making global git config changes 2022-12-01T10:17:02.4061511Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:17:02.4070866Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:02.4353774Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:17:02.4367395Z ##[group]Initializing the repository 2022-12-01T10:17:02.4378591Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:02.5454336Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:17:02.5500858Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:17:02.5805349Z ##[endgroup] 2022-12-01T10:17:02.5805769Z ##[group]Disabling automatic garbage collection 2022-12-01T10:17:02.5812967Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-12-01T10:17:02.6096006Z ##[endgroup] 2022-12-01T10:17:02.6096516Z ##[group]Setting up auth 2022-12-01T10:17:02.6106794Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:17:02.6388600Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-12-01T10:17:03.4297350Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:17:03.4574166Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-12-01T10:17:03.9420497Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-12-01T10:17:03.9788223Z ##[endgroup] 2022-12-01T10:17:03.9788630Z ##[group]Fetching the repository 2022-12-01T10:17:03.9799225Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:18:24.6677909Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:18:24.6922982Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:18:28.3203323Z ##[endgroup] 2022-12-01T10:18:28.3203753Z ##[group]Determining the checkout info 2022-12-01T10:18:28.3205107Z ##[endgroup] 2022-12-01T10:18:28.3205502Z ##[group]Checking out the ref 2022-12-01T10:18:28.3214593Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:18:37.6973739Z ##[endgroup] 2022-12-01T10:18:37.6974946Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:18:37.6987618Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-12-01T10:18:37.7327962Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:18:37.7581731Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:18:37.7945046Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:18:37.8188459Z ##[endgroup] 2022-12-01T10:18:37.8188859Z ##[group]Fetching submodules 2022-12-01T10:18:37.8195762Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-12-01T10:18:38.2489391Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:18:38.9019068Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:18:38.9019642Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:18:38.9021490Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:18:38.9022040Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:18:38.9022766Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:18:38.9023728Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:18:38.9025412Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:18:38.9026244Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:18:38.9027057Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:18:38.9027647Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:18:38.9028311Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:18:38.9028867Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:18:38.9029401Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:18:38.9029935Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:18:38.9030564Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:18:38.9031183Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:18:38.9031681Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:18:38.9032133Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:18:38.9032609Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:18:38.9033137Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:18:38.9033684Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:18:38.9034129Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:18:38.9034587Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:18:38.9035014Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:18:38.9035438Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:18:38.9035862Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:18:38.9036308Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:18:38.9036733Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:18:38.9037181Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:18:38.9037701Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:18:38.9038169Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:18:38.9038651Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:18:38.9039216Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:18:38.9040068Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:18:38.9231240Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:18:38.9231866Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:18:38.9232366Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:18:38.9232818Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:18:38.9233213Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:18:38.9233657Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:18:38.9234107Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:18:39.4234852Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:18:39.8346484Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:18:40.2745569Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:18:40.7793135Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:18:41.1800238Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:18:44.8535557Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:18:52.7100116Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:18:53.2705672Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:18:54.1269953Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:18:56.6265698Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:18:58.7370028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:19:00.9209434Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:19:07.3300629Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:19:08.5199905Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:19:10.3369645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:19:11.9938778Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:19:12.8639651Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:19:13.5875718Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:19:14.1226057Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:19:15.3860961Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:19:16.0814740Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:19:16.4357801Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:19:16.8563986Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:19:19.4432765Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:19:20.1619339Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:19:20.6754029Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:19:28.0485869Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:19:30.5434566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:19:31.2155489Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:19:31.5731958Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:19:38.7549684Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:19:39.7025968Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:19:40.0836714Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:19:42.1766093Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:19:42.5565955Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:19:43.1398278Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:19:43.6784994Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:19:44.5481964Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:19:47.5286475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:19:48.3610201Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:19:51.1445202Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:19:51.2818351Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:19:51.4300981Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:19:51.5148123Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:19:51.7356250Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:19:51.9434157Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:19:52.4540656Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:20:03.7734601Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:20:04.0541450Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:20:05.5599991Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:20:06.5321727Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:20:11.1357007Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:20:17.8091036Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:20:20.4504841Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:20:21.4909870Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:20:21.5169810Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:20:21.5174249Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:20:21.5174816Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:20:21.5175383Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:20:23.3037740Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:20:24.2070171Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:20:25.8582907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:20:26.2971145Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:20:26.7353152Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:20:28.7172699Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:20:30.2827096Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:20:30.3986886Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:20:31.8285656Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:20:32.1994161Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:20:32.3252713Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:20:32.6949795Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:20:33.0487103Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:20:33.5328556Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:20:33.6931459Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:20:33.7073560Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:20:44.2775183Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:20:46.6440557Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:20:46.6583654Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:20:55.9867566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:21:00.4188219Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:21:00.5455722Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:21:00.9007868Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:21:01.5216547Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:21:01.5382016Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:01.5382607Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:03.5307610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:21:04.9458708Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:21:05.1646143Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:21:05.4162617Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:21:05.6371283Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:21:05.7271505Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:21:07.2946452Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:21:11.0148674Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:21:11.0325089Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:11.0325623Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:11.7498901Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:21:13.1176045Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:21:13.2655984Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:21:13.6101413Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:21:13.7595573Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:21:13.7729322Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:15.8567542Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:21:18.0363780Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:21:18.0533235Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:18.0533868Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:18.5906546Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:21:19.6321312Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:21:19.8150159Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:21:20.2524869Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:21:20.2667786Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:20.6547000Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:21:20.7159779Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:21:20.8119354Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:21:24.9394844Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:21:24.9560948Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:24.9561551Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:25.5796310Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:21:27.0611526Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:21:27.2109512Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:21:27.9144967Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:21:28.0048621Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:21:28.1526651Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:21:28.5078573Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:21:28.6195746Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:21:28.9401230Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:21:29.0533846Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:21:29.5393581Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:21:31.7700781Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:21:32.2311807Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:21:32.2525134Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:32.2525732Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:32.2526237Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:32.2526802Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:33.7072783Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:21:34.1338028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:21:36.0100583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:21:37.2741112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:21:37.8982678Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:21:38.0932150Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:21:38.8033353Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:21:39.1987503Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:21:39.2124952Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:39.5537303Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:21:39.6182797Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:21:40.2667759Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:21:40.2899490Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-12-01T10:21:40.7057214Z Entering 'android/libs/fbjni' 2022-12-01T10:21:40.7540560Z Entering 'third_party/FP16' 2022-12-01T10:21:40.8005061Z Entering 'third_party/FXdiv' 2022-12-01T10:21:40.8467141Z Entering 'third_party/NNPACK' 2022-12-01T10:21:40.8912071Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:40.9363515Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:40.9820541Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:41.0281788Z Entering 'third_party/benchmark' 2022-12-01T10:21:41.0755686Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:41.1245405Z Entering 'third_party/cub' 2022-12-01T10:21:41.1700820Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:41.2166005Z Entering 'third_party/cutlass' 2022-12-01T10:21:41.2622536Z Entering 'third_party/eigen' 2022-12-01T10:21:41.3066999Z Entering 'third_party/fbgemm' 2022-12-01T10:21:41.3506957Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:41.3955660Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:41.4409163Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:41.4873250Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:41.5349306Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:41.5829112Z Entering 'third_party/fmt' 2022-12-01T10:21:41.6288889Z Entering 'third_party/foxi' 2022-12-01T10:21:41.6733922Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:41.7200015Z Entering 'third_party/gloo' 2022-12-01T10:21:41.7657775Z Entering 'third_party/googletest' 2022-12-01T10:21:41.8107011Z Entering 'third_party/ideep' 2022-12-01T10:21:41.8589440Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:41.9032464Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:41.9565200Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:42.0012653Z Entering 'third_party/ittapi' 2022-12-01T10:21:42.0452703Z Entering 'third_party/kineto' 2022-12-01T10:21:42.0895598Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:42.1348975Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:42.1822306Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:42.2276093Z Entering 'third_party/neon2sse' 2022-12-01T10:21:42.2730013Z Entering 'third_party/nlohmann' 2022-12-01T10:21:42.3175691Z Entering 'third_party/onnx' 2022-12-01T10:21:42.4133214Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:42.4599254Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:42.5060495Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:42.5499581Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:42.5952482Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:42.6450290Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:42.6906692Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:42.7416608Z Entering 'third_party/pocketfft' 2022-12-01T10:21:42.7875808Z Entering 'third_party/protobuf' 2022-12-01T10:21:42.8311062Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:42.8800103Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:42.9274333Z Entering 'third_party/psimd' 2022-12-01T10:21:42.9723494Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:43.0169056Z Entering 'third_party/pybind11' 2022-12-01T10:21:43.0623540Z Entering 'third_party/python-enum' 2022-12-01T10:21:43.1081953Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:43.1540570Z Entering 'third_party/python-six' 2022-12-01T10:21:43.1996117Z Entering 'third_party/sleef' 2022-12-01T10:21:43.2480247Z Entering 'third_party/tbb' 2022-12-01T10:21:43.2951574Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:43.3384761Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:43.3862445Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:43.4315411Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:43.4771080Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:43.5213460Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:43.5697203Z Entering 'third_party/zstd' 2022-12-01T10:21:43.6283245Z ##[endgroup] 2022-12-01T10:21:43.6283790Z ##[group]Persisting credentials for submodules 2022-12-01T10:21:43.6298112Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-12-01T10:21:44.0400012Z Entering 'android/libs/fbjni' 2022-12-01T10:21:44.0940165Z Entering 'third_party/FP16' 2022-12-01T10:21:44.1505797Z Entering 'third_party/FXdiv' 2022-12-01T10:21:44.2042688Z Entering 'third_party/NNPACK' 2022-12-01T10:21:44.2572001Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:44.3117797Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:44.3678482Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:44.4239263Z Entering 'third_party/benchmark' 2022-12-01T10:21:44.4767002Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:44.5307723Z Entering 'third_party/cub' 2022-12-01T10:21:44.5848703Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:44.6403578Z Entering 'third_party/cutlass' 2022-12-01T10:21:44.6943829Z Entering 'third_party/eigen' 2022-12-01T10:21:44.7522852Z Entering 'third_party/fbgemm' 2022-12-01T10:21:44.8062292Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:44.8618684Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:44.9181781Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:44.9733232Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:45.0295040Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:45.0830085Z Entering 'third_party/fmt' 2022-12-01T10:21:45.1364536Z Entering 'third_party/foxi' 2022-12-01T10:21:45.1898850Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:45.2432965Z Entering 'third_party/gloo' 2022-12-01T10:21:45.2986680Z Entering 'third_party/googletest' 2022-12-01T10:21:45.3507964Z Entering 'third_party/ideep' 2022-12-01T10:21:45.4028716Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:45.4563441Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:45.5150186Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:45.5684955Z Entering 'third_party/ittapi' 2022-12-01T10:21:45.6224695Z Entering 'third_party/kineto' 2022-12-01T10:21:45.6751924Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:45.7289885Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:45.7838838Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:45.8397431Z Entering 'third_party/neon2sse' 2022-12-01T10:21:45.8931565Z Entering 'third_party/nlohmann' 2022-12-01T10:21:45.9475375Z Entering 'third_party/onnx' 2022-12-01T10:21:46.0007428Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:46.0837298Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:46.1392539Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:46.1925067Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:46.2481703Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:46.3065850Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:46.3595280Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:46.4201423Z Entering 'third_party/pocketfft' 2022-12-01T10:21:46.4728576Z Entering 'third_party/protobuf' 2022-12-01T10:21:46.5289750Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:46.5839178Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:46.6415802Z Entering 'third_party/psimd' 2022-12-01T10:21:46.6967006Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:46.7524103Z Entering 'third_party/pybind11' 2022-12-01T10:21:46.8054155Z Entering 'third_party/python-enum' 2022-12-01T10:21:46.8595983Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:46.9113115Z Entering 'third_party/python-six' 2022-12-01T10:21:46.9675793Z Entering 'third_party/sleef' 2022-12-01T10:21:47.0201830Z Entering 'third_party/tbb' 2022-12-01T10:21:47.0745950Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:47.1337195Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:47.1864468Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:47.2396047Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:47.2931661Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:47.3442572Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:47.4008005Z Entering 'third_party/zstd' 2022-12-01T10:21:47.5618563Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-12-01T10:21:47.9739435Z Entering 'android/libs/fbjni' 2022-12-01T10:21:48.0323800Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:21:48.0487515Z Entering 'third_party/FP16' 2022-12-01T10:21:48.1075708Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:21:48.1226182Z Entering 'third_party/FXdiv' 2022-12-01T10:21:48.1814615Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:21:48.1975820Z Entering 'third_party/NNPACK' 2022-12-01T10:21:48.2576322Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:21:48.2728770Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:48.3310869Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:21:48.3477114Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:48.4061547Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:21:48.4240394Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:48.4811522Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:21:48.4981785Z Entering 'third_party/benchmark' 2022-12-01T10:21:48.5595666Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:48.5757308Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:48.6353651Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:21:48.6507445Z Entering 'third_party/cub' 2022-12-01T10:21:48.7106094Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:21:48.7256516Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:48.7851213Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:21:48.8007749Z Entering 'third_party/cutlass' 2022-12-01T10:21:48.8863504Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:21:48.9031014Z Entering 'third_party/eigen' 2022-12-01T10:21:48.9644293Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:21:48.9800564Z Entering 'third_party/fbgemm' 2022-12-01T10:21:49.0443645Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:21:49.0596702Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:49.1193175Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:21:49.1348681Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:49.1948986Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:21:49.2111355Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:49.2695719Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:49.2853355Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:49.3434927Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:21:49.3612929Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:49.4201038Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:21:49.4352679Z Entering 'third_party/fmt' 2022-12-01T10:21:49.4938059Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:21:49.5094247Z Entering 'third_party/foxi' 2022-12-01T10:21:49.5670534Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:21:49.5830332Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:49.6423176Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:21:49.6573904Z Entering 'third_party/gloo' 2022-12-01T10:21:49.7166434Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:21:49.7320794Z Entering 'third_party/googletest' 2022-12-01T10:21:49.7916480Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:49.8073021Z Entering 'third_party/ideep' 2022-12-01T10:21:49.8666626Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:21:49.8821011Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:49.9411755Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:21:49.9561508Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:50.0175634Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:21:50.0367252Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:50.0944160Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:21:50.1098679Z Entering 'third_party/ittapi' 2022-12-01T10:21:50.1684182Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:21:50.1838333Z Entering 'third_party/kineto' 2022-12-01T10:21:50.2448552Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:21:50.2593364Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:50.3182292Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:21:50.3338781Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:50.3929963Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:21:50.4110655Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:50.4688645Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:21:50.4842883Z Entering 'third_party/neon2sse' 2022-12-01T10:21:50.5434043Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:21:50.5585288Z Entering 'third_party/nlohmann' 2022-12-01T10:21:50.6189116Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:21:50.6342944Z Entering 'third_party/onnx' 2022-12-01T10:21:50.6938453Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:21:50.7099133Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:50.7697905Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:50.7858748Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:50.8458055Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:50.8627349Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:50.9226822Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:21:50.9368738Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:50.9995870Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:21:51.0150551Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:51.0744261Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:51.0900186Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:51.1507464Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:51.1646819Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:51.2228680Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:21:51.2437937Z Entering 'third_party/pocketfft' 2022-12-01T10:21:51.3021209Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:21:51.3179128Z Entering 'third_party/protobuf' 2022-12-01T10:21:51.3764169Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:21:51.3913443Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:51.4531595Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:51.4682226Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:51.5300802Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:51.5475994Z Entering 'third_party/psimd' 2022-12-01T10:21:51.6061604Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:21:51.6221710Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:51.6816161Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:21:51.6967218Z Entering 'third_party/pybind11' 2022-12-01T10:21:51.7569247Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:51.7722061Z Entering 'third_party/python-enum' 2022-12-01T10:21:51.8358503Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:21:51.8510223Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:51.9096972Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:21:51.9250893Z Entering 'third_party/python-six' 2022-12-01T10:21:51.9834324Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:21:51.9993419Z Entering 'third_party/sleef' 2022-12-01T10:21:52.0610764Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:21:52.0761629Z Entering 'third_party/tbb' 2022-12-01T10:21:52.1359013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:21:52.1522098Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:52.2135318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:21:52.2281937Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:52.2880971Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:52.3041198Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:52.3639276Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:21:52.4048166Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:52.4649695Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:21:52.4806146Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:52.5391648Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:52.5532943Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:52.6141891Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:21:52.6334366Z Entering 'third_party/zstd' 2022-12-01T10:21:52.6926948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:21:52.9917763Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-12-01T10:21:53.4084454Z Entering 'android/libs/fbjni' 2022-12-01T10:21:53.4556257Z Entering 'third_party/FP16' 2022-12-01T10:21:53.5012068Z Entering 'third_party/FXdiv' 2022-12-01T10:21:53.5493946Z Entering 'third_party/NNPACK' 2022-12-01T10:21:53.5975233Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:53.6473011Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:53.6948702Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:53.7458062Z Entering 'third_party/benchmark' 2022-12-01T10:21:53.7969746Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:53.8441940Z Entering 'third_party/cub' 2022-12-01T10:21:53.8913723Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:53.9423491Z Entering 'third_party/cutlass' 2022-12-01T10:21:53.9897333Z Entering 'third_party/eigen' 2022-12-01T10:21:54.0418238Z Entering 'third_party/fbgemm' 2022-12-01T10:21:54.0890823Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:54.1395225Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:54.1879843Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:54.2351676Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:54.2847460Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:54.3333956Z Entering 'third_party/fmt' 2022-12-01T10:21:54.3812630Z Entering 'third_party/foxi' 2022-12-01T10:21:54.4287242Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:54.4760603Z Entering 'third_party/gloo' 2022-12-01T10:21:54.5235604Z Entering 'third_party/googletest' 2022-12-01T10:21:54.5710476Z Entering 'third_party/ideep' 2022-12-01T10:21:54.6189384Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:54.6673823Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:54.7216250Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:54.7694951Z Entering 'third_party/ittapi' 2022-12-01T10:21:54.8167813Z Entering 'third_party/kineto' 2022-12-01T10:21:54.8630417Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:54.9112627Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:54.9623237Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:55.0101294Z Entering 'third_party/neon2sse' 2022-12-01T10:21:55.0582778Z Entering 'third_party/nlohmann' 2022-12-01T10:21:55.1071149Z Entering 'third_party/onnx' 2022-12-01T10:21:55.1552962Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:55.2098616Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:55.2595382Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:55.3059818Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:55.3535984Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:55.4031931Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:55.4539974Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:55.5096491Z Entering 'third_party/pocketfft' 2022-12-01T10:21:55.5569023Z Entering 'third_party/protobuf' 2022-12-01T10:21:55.6039436Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:55.6529563Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:55.7043764Z Entering 'third_party/psimd' 2022-12-01T10:21:55.7552578Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:55.8041569Z Entering 'third_party/pybind11' 2022-12-01T10:21:55.8524193Z Entering 'third_party/python-enum' 2022-12-01T10:21:55.9013769Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:55.9502734Z Entering 'third_party/python-six' 2022-12-01T10:21:55.9984790Z Entering 'third_party/sleef' 2022-12-01T10:21:56.0462155Z Entering 'third_party/tbb' 2022-12-01T10:21:56.0944898Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:56.1429701Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:56.1922730Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:56.2409007Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:56.2920817Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:56.3399238Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:56.3930923Z Entering 'third_party/zstd' 2022-12-01T10:21:56.4498781Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-12-01T10:21:56.8869457Z Entering 'android/libs/fbjni' 2022-12-01T10:21:56.9371359Z Entering 'third_party/FP16' 2022-12-01T10:21:56.9863014Z Entering 'third_party/FXdiv' 2022-12-01T10:21:57.0376663Z Entering 'third_party/NNPACK' 2022-12-01T10:21:57.0870072Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:57.1379239Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:57.1908990Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:57.2407491Z Entering 'third_party/benchmark' 2022-12-01T10:21:57.2907312Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:57.3440691Z Entering 'third_party/cub' 2022-12-01T10:21:57.3936970Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:57.4422189Z Entering 'third_party/cutlass' 2022-12-01T10:21:57.4910873Z Entering 'third_party/eigen' 2022-12-01T10:21:57.5403221Z Entering 'third_party/fbgemm' 2022-12-01T10:21:57.5891960Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:57.6397911Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:57.6892492Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:57.7378873Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:57.7900630Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:57.8422866Z Entering 'third_party/fmt' 2022-12-01T10:21:57.8920893Z Entering 'third_party/foxi' 2022-12-01T10:21:57.9424594Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:57.9915918Z Entering 'third_party/gloo' 2022-12-01T10:21:58.0412871Z Entering 'third_party/googletest' 2022-12-01T10:21:58.0911596Z Entering 'third_party/ideep' 2022-12-01T10:21:58.1433839Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:58.1939952Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:58.2477242Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:58.2958383Z Entering 'third_party/ittapi' 2022-12-01T10:21:58.3449209Z Entering 'third_party/kineto' 2022-12-01T10:21:58.3929436Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:58.4433455Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:58.4969978Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:58.5469110Z Entering 'third_party/neon2sse' 2022-12-01T10:21:58.5967991Z Entering 'third_party/nlohmann' 2022-12-01T10:21:58.6466738Z Entering 'third_party/onnx' 2022-12-01T10:21:58.6950512Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:58.7439242Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:58.7971003Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:58.8442570Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:58.8951495Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:58.9546234Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:58.9996609Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:59.0568144Z Entering 'third_party/pocketfft' 2022-12-01T10:21:59.1057959Z Entering 'third_party/protobuf' 2022-12-01T10:21:59.1545439Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:59.2076103Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:59.2597152Z Entering 'third_party/psimd' 2022-12-01T10:21:59.3076210Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:59.3580816Z Entering 'third_party/pybind11' 2022-12-01T10:21:59.4069239Z Entering 'third_party/python-enum' 2022-12-01T10:21:59.4569042Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:59.5061340Z Entering 'third_party/python-six' 2022-12-01T10:21:59.5547437Z Entering 'third_party/sleef' 2022-12-01T10:21:59.6032335Z Entering 'third_party/tbb' 2022-12-01T10:21:59.6534210Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:59.7037332Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:59.7563693Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:59.8064157Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:59.8561060Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:59.9049497Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:59.9593588Z Entering 'third_party/zstd' 2022-12-01T10:22:00.0235400Z ##[endgroup] 2022-12-01T10:22:00.0532699Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-12-01T10:22:00.0754837Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:22:00.1332065Z Prepare all required actions 2022-12-01T10:22:00.1332641Z Getting action download info 2022-12-01T10:22:00.3038285Z Download action repository 'actions/setup-python@v2' (SHA:75f3110429a8c05be0e1bf360334e4cced2b63fa) 2022-12-01T10:22:01.4475868Z ##[group]Run ./.github/actions/setup-win 2022-12-01T10:22:01.4476077Z with: 2022-12-01T10:22:01.4476249Z cuda-version: cpu 2022-12-01T10:22:01.4476417Z env: 2022-12-01T10:22:01.4476576Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:01.4476768Z ##[endgroup] 2022-12-01T10:22:01.4627847Z ##[group]Run set -euo pipefail 2022-12-01T10:22:01.4628099Z set -euo pipefail 2022-12-01T10:22:01.4628317Z function get_ec2_metadata() { 2022-12-01T10:22:01.4628641Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:22:01.4629064Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:22:01.4629405Z  category=$1 2022-12-01T10:22:01.4629678Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:22:01.4629917Z } 2022-12-01T10:22:01.4630113Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:22:01.4630389Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:22:01.4630688Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:22:01.4630938Z echo "system info $(uname -a)" 2022-12-01T10:22:01.4659903Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:22:01.4660181Z env: 2022-12-01T10:22:01.4660352Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:01.4660549Z ##[endgroup] 2022-12-01T10:22:01.5125206Z ami-id: ami-0bac16a0d43e93376 2022-12-01T10:22:01.5320419Z instance-id: i-06510cf84b79cdfd6 2022-12-01T10:22:01.5525517Z instance-type: c5d.4xlarge 2022-12-01T10:22:01.5772999Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-12-01T10:22:01.5915168Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-12-01T10:22:01.5915704Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-12-01T10:22:01.5938663Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:01.5938948Z env: 2022-12-01T10:22:01.5939132Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:01.5939327Z ##[endgroup] 2022-12-01T10:22:02.0036062Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:02.0949128Z Finished 2022-12-01T10:22:02.1486498Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-12-01T10:22:02.1486897Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-12-01T10:22:02.1511251Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:02.1511536Z env: 2022-12-01T10:22:02.1511705Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:02.1511897Z ##[endgroup] 2022-12-01T10:22:02.5558501Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:02.6464124Z Finished 2022-12-01T10:22:03.2873778Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-12-01T10:22:03.2874070Z .\.circleci\scripts\vs_install.ps1 2022-12-01T10:22:03.2897152Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:03.2897431Z env: 2022-12-01T10:22:03.2897612Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:03.2897794Z VS_VERSION: 16.8.6 2022-12-01T10:22:03.2897987Z INSTALL_WINDOWS_SDK: 1 2022-12-01T10:22:03.2898173Z ##[endgroup] 2022-12-01T10:22:03.6909767Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:03.7838800Z Finished 2022-12-01T10:22:04.0739991Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-12-01T10:22:04.1600809Z ##[group]Run actions/setup-python@v2 2022-12-01T10:22:04.1601027Z with: 2022-12-01T10:22:04.1601189Z python-version: 3.x 2022-12-01T10:22:04.1601376Z cache: pip 2022-12-01T10:22:04.1601743Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-12-01T10:22:04.1602220Z token: *** 2022-12-01T10:22:04.1602366Z env: 2022-12-01T10:22:04.1602543Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:04.1602798Z ##[endgroup] 2022-12-01T10:22:05.4800143Z Version 3.x was not found in the local cache 2022-12-01T10:22:05.7505389Z Version 3.x is available for downloading 2022-12-01T10:22:05.7506780Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-12-01T10:22:06.0130786Z Extract downloaded archive 2022-12-01T10:22:06.0231939Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\abfdace9-50c2-4962-b1f0-9e463e7211d5', 'C:\actions-runner\_work\_temp\e0f3b66a-4ad8-46ea-a3d8-8ae5d1dcc4c0')" 2022-12-01T10:22:06.8501434Z Execute installation script 2022-12-01T10:22:07.4450138Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:07.5449408Z Finished 2022-12-01T10:22:07.5996903Z Check if Python hostedtoolcache folder exist... 2022-12-01T10:22:07.5997113Z 2022-12-01T10:22:07.6013386Z Create Python toolcache folder 2022-12-01T10:22:07.6014668Z 2022-12-01T10:22:07.6046550Z Check if current Python version is installed... 2022-12-01T10:22:07.6047153Z 2022-12-01T10:22:07.6073844Z No Python3.11.* found 2022-12-01T10:22:07.6075182Z 2022-12-01T10:22:07.6079860Z Remove registry entries for Python 3.11(x64)... 2022-12-01T10:22:07.6080747Z 2022-12-01T10:22:08.4339953Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-12-01T10:22:08.4340177Z 2022-12-01T10:22:08.4363385Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:22:08.4364113Z 2022-12-01T10:22:08.4560713Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-12-01T10:22:08.4560969Z 2022-12-01T10:22:45.3854367Z Create python3 symlink 2022-12-01T10:22:45.3855431Z 2022-12-01T10:22:45.4354370Z 2022-12-01T10:22:45.4355183Z 2022-12-01T10:22:45.4356233Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:22:45.4356666Z 2022-12-01T10:22:45.4362275Z Mode LastWriteTime Length Name 2022-12-01T10:22:45.4364874Z ---- ------------- ------ ---- 2022-12-01T10:22:45.4368920Z -a---l 12/1/2022 10:22 AM 0 python3.exe 2022-12-01T10:22:45.4376442Z Install and upgrade Pip 2022-12-01T10:22:45.4377152Z 2022-12-01T10:22:47.4696791Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpjybfzvoa 2022-12-01T10:22:47.4723196Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-12-01T10:22:47.4735866Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-12-01T10:22:48.2377086Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-12-01T10:22:48.3936178Z Collecting pip 2022-12-01T10:22:48.4164947Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-12-01T10:22:48.5466687Z 2022-12-01T10:22:48.5467618Z ---------------------------------------- 2.1/2.1 MB 16.3 MB/s eta 0:00:00 2022-12-01T10:22:48.5468740Z 2022-12-01T10:22:48.6143785Z Installing collected packages: pip 2022-12-01T10:22:48.6144178Z Attempting uninstall: pip 2022-12-01T10:22:48.6175961Z Found existing installation: pip 22.3 2022-12-01T10:22:49.0415713Z Uninstalling pip-22.3: 2022-12-01T10:22:49.0730193Z Successfully uninstalled pip-22.3 2022-12-01T10:22:54.2960983Z Successfully installed pip-22.3.1 2022-12-01T10:22:54.4923816Z Create complete file 2022-12-01T10:22:54.4923986Z 2022-12-01T10:22:54.4938687Z 2022-12-01T10:22:54.5191634Z Successfully setup CPython (3.11.0) 2022-12-01T10:23:09.4641562Z Received 11805403 of 11805403 (100.0%), 101.4 MBs/sec 2022-12-01T10:23:09.4644142Z Cache Size: ~11 MB (11805403 B) 2022-12-01T10:23:09.4667410Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/f3ac63a4-62ea-486b-bfc5-c75389ff4dc7/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:09.5826862Z Cache restored successfully 2022-12-01T10:23:09.5853939Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-ad81c6587e689540b865df67fb055fc77adb9526d4d645eef033bcf28fc679ee 2022-12-01T10:23:09.6199089Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:23:09.6199405Z with: 2022-12-01T10:23:09.6199886Z github-secret: *** 2022-12-01T10:23:09.6200094Z activate-with-label: false 2022-12-01T10:23:09.6200302Z label: with-ssh 2022-12-01T10:23:09.6200504Z remove-existing-keys: true 2022-12-01T10:23:09.6200700Z env: 2022-12-01T10:23:09.6200881Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:09.6201143Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:09.6201398Z ##[endgroup] 2022-12-01T10:23:10.2105264Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:23:10.3043382Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2022-12-01T10:23:10.3082471Z Login using: ssh runneruser@ec2-44-199-191-130.compute-1.amazonaws.com 2022-12-01T10:23:10.3319463Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:23:10.3320027Z python3 -m pip install psutil==5.9.1 2022-12-01T10:23:10.3320282Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:23:10.3320562Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:23:10.3320917Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:23:10.3351778Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:23:10.3352061Z env: 2022-12-01T10:23:10.3352255Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:10.3352528Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:10.3352774Z ##[endgroup] 2022-12-01T10:23:11.1197504Z Collecting psutil==5.9.1 2022-12-01T10:23:11.1922239Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-12-01T10:23:11.2447202Z ------------------------------------- 479.1/479.1 kB 10.0 MB/s eta 0:00:00 2022-12-01T10:23:11.4840606Z Installing build dependencies: started 2022-12-01T10:23:15.5339321Z Installing build dependencies: finished with status 'done' 2022-12-01T10:23:15.5354801Z Getting requirements to build wheel: started 2022-12-01T10:23:16.3522971Z Getting requirements to build wheel: finished with status 'done' 2022-12-01T10:23:16.3624802Z Preparing metadata (pyproject.toml): started 2022-12-01T10:23:16.9760008Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-12-01T10:23:17.0052769Z Building wheels for collected packages: psutil 2022-12-01T10:23:17.0075730Z Building wheel for psutil (pyproject.toml): started 2022-12-01T10:23:29.2220401Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-12-01T10:23:29.2365424Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246141 sha256=e9a63e0c109714b5d751c1f7f2b1ae366333e3b3f0040febf4d1f33df734b28d 2022-12-01T10:23:29.2367072Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-12-01T10:23:29.2764533Z Successfully built psutil 2022-12-01T10:23:29.3251364Z Installing collected packages: psutil 2022-12-01T10:23:29.8518611Z Successfully installed psutil-5.9.1 2022-12-01T10:23:30.7101020Z Collecting pynvml==11.4.1 2022-12-01T10:23:30.7363906Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-12-01T10:23:30.7456732Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-12-01T10:23:30.8086392Z Installing collected packages: pynvml 2022-12-01T10:23:30.9206451Z Successfully installed pynvml-11.4.1 2022-12-01T10:23:31.0188967Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:23:31.0446529Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:23:31.0446856Z with: 2022-12-01T10:23:31.0447057Z name: win-vs2019-cpu-py3 2022-12-01T10:23:31.0447289Z path: C:\3591403534\build-results 2022-12-01T10:23:31.0447493Z s3-bucket: gha-artifacts 2022-12-01T10:23:31.0447698Z region: us-east-1 2022-12-01T10:23:31.0447877Z env: 2022-12-01T10:23:31.0448058Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:31.0448334Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:31.0448571Z ##[endgroup] 2022-12-01T10:23:32.0862682Z Found 3 objects with prefix pytorch/pytorch/3591403534/win-vs2019-cpu-py3/ 2022-12-01T10:23:32.0868295Z Starting download (1/3): C:\3591403534\build-results\.ninja_log 2022-12-01T10:23:32.2028560Z Finished download (1/3): C:\3591403534\build-results\.ninja_log 2022-12-01T10:23:32.2029696Z Starting download (2/3): C:\3591403534\build-results\.pytorch-test-times.json 2022-12-01T10:23:32.2604453Z Finished download (2/3): C:\3591403534\build-results\.pytorch-test-times.json 2022-12-01T10:23:32.2608207Z Starting download (3/3): C:\3591403534\build-results\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:33.3072177Z Finished download (3/3): C:\3591403534\build-results\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:33.3072549Z 2022-12-01T10:23:33.3074584Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:23:33.3075537Z Artifact download has finished successfully 2022-12-01T10:23:33.7241370Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-12-01T10:23:33.7241753Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-12-01T10:23:33.7266828Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:23:33.7267118Z env: 2022-12-01T10:23:33.7267314Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:33.7267577Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:33.7267839Z ##[endgroup] 2022-12-01T10:23:34.1577147Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:23:34.2507215Z Finished 2022-12-01T10:23:34.2957807Z Folder PATH listing 2022-12-01T10:23:34.2958123Z Volume serial number is 0241-89EB 2022-12-01T10:23:34.2958341Z C:\3591403534\BUILD-RESULTS 2022-12-01T10:23:34.2965132Z .ninja_log 2022-12-01T10:23:34.2965444Z .pytorch-test-times.json 2022-12-01T10:23:34.2965940Z win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:34.2967856Z 2022-12-01T10:23:34.2968203Z No subfolders exist 2022-12-01T10:23:34.2968409Z 2022-12-01T10:23:34.3327405Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:23:34.3327922Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:23:34.3328257Z  2022-12-01T10:23:34.3328512Z # sanitize the input commit message and PR body here: 2022-12-01T10:23:34.3328755Z # 2022-12-01T10:23:34.3329098Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:23:34.3329520Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:23:34.3329875Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:23:34.3330136Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:23:34.3330323Z  2022-12-01T10:23:34.3330606Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:23:34.3330949Z # wreak havoc internally 2022-12-01T10:23:34.3331219Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:23:34.3331489Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:23:34.3331675Z  2022-12-01T10:23:34.3331875Z .jenkins/pytorch/win-test.sh 2022-12-01T10:23:34.3362710Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:23:34.3362979Z env: 2022-12-01T10:23:34.3363168Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:34.3363455Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:34.3363714Z USE_CUDA: 0 2022-12-01T10:23:34.3363914Z INSTALL_WINDOWS_SDK: 1 2022-12-01T10:23:34.3364102Z PYTHON_VERSION: 3.8 2022-12-01T10:23:34.3364317Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:23:34.3364547Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:23:34.3364854Z VC_PRODUCT: BuildTools 2022-12-01T10:23:34.3365056Z VC_VERSION: 2022-12-01T10:23:34.3365233Z VS_VERSION: 16.8.6 2022-12-01T10:23:34.3365481Z VC_YEAR: 2019 2022-12-01T10:23:34.3365686Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:23:34.3365898Z PR_NUMBER: 89997 2022-12-01T10:23:34.3366130Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:34.3366450Z CUDA_VERSION: cpu 2022-12-01T10:23:34.3366698Z PYTORCH_FINAL_PACKAGE_DIR: /c/3591403534/build-results/ 2022-12-01T10:23:34.3366972Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-12-01T10:23:34.3367278Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-12-01T10:23:34.3367541Z SHARD_NUMBER: 1 2022-12-01T10:23:34.3367736Z NUM_TEST_SHARDS: 1 2022-12-01T10:23:34.3367920Z TEST_CONFIG: functorch 2022-12-01T10:23:34.3368665Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:23:34.3369390Z TORCH_CUDA_ARCH_LIST: 7.0 2022-12-01T10:23:34.3369593Z ##[endgroup] 2022-12-01T10:23:34.9988353Z +++ dirname .jenkins/pytorch/win-test.sh 2022-12-01T10:23:35.0591542Z ++ cd .jenkins/pytorch 2022-12-01T10:23:35.0596553Z ++ pwd 2022-12-01T10:23:35.0602895Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-12-01T10:23:35.0603291Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-12-01T10:23:35.0685894Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-12-01T10:23:35.0777337Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-12-01T10:23:35.0783494Z +++ declare -f -t trap_add 2022-12-01T10:23:35.0787239Z ++ set -ex 2022-12-01T10:23:35.0788735Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-12-01T10:23:35.0789022Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:23:35.0789223Z ++ [[ functorch == *xla* ]] 2022-12-01T10:23:35.0789448Z ++ [[ win-vs2019-cpu-py3 == *centos* ]] 2022-12-01T10:23:35.0789703Z ++ [[ win-vs2019-cpu-py3 == *linux-bionic* ]] 2022-12-01T10:23:35.0789976Z ++ [[ win-vs2019-cpu-py3 == *linux-focal* ]] 2022-12-01T10:23:35.0867538Z ++ git rev-parse HEAD 2022-12-01T10:23:35.1142615Z + IMAGE_COMMIT_ID=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:35.1143015Z + export IMAGE_COMMIT_ID 2022-12-01T10:23:35.1143353Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:35.1143801Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:35.1144100Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-12-01T10:23:35.1144788Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:35.1145185Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:35.1225249Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:35.1663998Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-12-01T10:23:35.1664311Z + export TMP_DIR_WIN 2022-12-01T10:23:35.1664665Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:35.1664981Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:35.1749251Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:35.1878299Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:23:35.1878601Z + export PROJECT_DIR_WIN 2022-12-01T10:23:35.1878887Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:35.1879198Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:35.1958678Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:35.2105459Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-12-01T10:23:35.2105765Z + export TEST_DIR_WIN 2022-12-01T10:23:35.2106023Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3591403534/build-results/ 2022-12-01T10:23:35.2106331Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3591403534/build-results/ 2022-12-01T10:23:35.2191021Z ++ cygpath -w /c/3591403534/build-results/ 2022-12-01T10:23:35.2324201Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3591403534\build-results\' 2022-12-01T10:23:35.2324542Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-12-01T10:23:35.2324871Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-12-01T10:23:35.2651111Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-12-01T10:23:35.2651530Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-12-01T10:23:35.2890994Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-12-01T10:23:35.3269371Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-12-01T10:23:35.3271593Z + '[' -n '' ']' 2022-12-01T10:23:35.3272316Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-12-01T10:23:35.3272756Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-12-01T10:23:35.3273163Z + [[ win-vs2019-cpu-py3 == *cuda11* ]] 2022-12-01T10:23:35.3273875Z + [[ functorch = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-12-01T10:23:35.3274450Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-12-01T10:23:35.3274671Z + run_tests 2022-12-01T10:23:35.3274995Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-12-01T10:23:35.3275386Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-12-01T10:23:35.3276795Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-12-01T10:23:35.4620727Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-12-01T10:23:35.4621213Z 2022-12-01T10:23:35.4649913Z + echo true 2022-12-01T10:23:35.4650168Z + break 2022-12-01T10:23:35.4650382Z true 2022-12-01T10:23:35.4650597Z + [[ functorch == *functorch* ]] 2022-12-01T10:23:35.4650969Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/install_test_functorch.bat 2022-12-01T10:23:35.4871505Z 2022-12-01T10:23:35.4872204Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-12-01T10:23:35.4887721Z 2022-12-01T10:23:35.4888263Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-12-01T10:23:35.4888775Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-12-01T10:23:35.4889077Z exit /b 0 2022-12-01T10:23:35.4889254Z ) 2022-12-01T10:23:35.4890933Z 2022-12-01T10:23:35.4892277Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;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;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-12-01T10:23:35.4894797Z 2022-12-01T10:23:35.4895176Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-12-01T10:23:35.4898767Z 2022-12-01T10:23:35.4900908Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-12-01T10:23:35.4913662Z 2022-12-01T10:23:35.4914246Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-12-01T10:23:35.4919940Z 2022-12-01T10:23:35.4920326Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-12-01T10:23:35.4924764Z 2022-12-01T10:23:35.4925214Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-12-01T10:23:35.4925809Z curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-12-01T10:23:35.4926308Z if errorlevel 1 exit /b 2022-12-01T10:23:35.4926540Z if not errorlevel 0 exit /b 2022-12-01T10:23:35.4927014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-12-01T10:23:35.4927457Z if errorlevel 1 exit /b 2022-12-01T10:23:35.4927677Z if not errorlevel 0 exit /b 2022-12-01T10:23:35.4927853Z ) 2022-12-01T10:23:35.4927957Z 2022-12-01T10:23:35.4928200Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-12-01T10:23:38.7152309Z 2022-12-01T10:23:38.7152958Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-12-01T10:23:38.7153339Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-12-01T10:23:38.7153826Z if errorlevel 1 exit /b 2022-12-01T10:23:38.7154061Z if not errorlevel 0 exit /b 2022-12-01T10:23:38.7154315Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-12-01T10:23:38.7154574Z if errorlevel 1 exit /b 2022-12-01T10:23:38.7154801Z if not errorlevel 0 exit /b 2022-12-01T10:23:38.7155017Z ) 2022-12-01T10:23:38.7157533Z 2022-12-01T10:23:38.7157914Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:23:38.7158129Z 2022-12-01T10:23:38.7158309Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-12-01T10:23:38.7160234Z 2022-12-01T10:23:38.7160776Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:23:38.7161151Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-12-01T10:23:38.7161453Z if errorlevel 1 exit /b 2022-12-01T10:23:38.7161678Z if not errorlevel 0 exit /b 2022-12-01T10:23:38.7161880Z ) 2022-12-01T10:23:44.9505725Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:23:46.1829262Z Solving environment: ...working... done 2022-12-01T10:23:46.3654815Z 2022-12-01T10:23:46.3655281Z # All requested packages already installed. 2022-12-01T10:23:46.3655495Z 2022-12-01T10:23:46.4239734Z Retrieving notices: ...working... done 2022-12-01T10:23:47.3529596Z 2022-12-01T10:23:47.3530404Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-12-01T10:23:47.3534557Z 2022-12-01T10:23:47.3535336Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-12-01T10:23:47.4814610Z ********************************************************************** 2022-12-01T10:23:47.4815003Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-12-01T10:23:47.4815298Z ** Copyright (c) 2020 Microsoft Corporation 2022-12-01T10:23:47.4815553Z ********************************************************************** 2022-12-01T10:23:48.0499266Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-12-01T10:23:48.0540840Z 2022-12-01T10:23:48.0541484Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-12-01T10:23:48.0546607Z 2022-12-01T10:23:48.0547464Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-12-01T10:23:49.0075318Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-12-01T10:23:49.0081197Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-12-01T10:23:49.0099108Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-12-01T10:23:49.0106697Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-12-01T10:23:49.0116115Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-12-01T10:23:49.0123228Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-12-01T10:23:49.0129220Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-12-01T10:23:49.0136779Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-12-01T10:23:49.0145899Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-12-01T10:23:49.0153669Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-12-01T10:23:49.0160043Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-12-01T10:23:49.0168044Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-12-01T10:23:49.0174311Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-12-01T10:23:49.0181319Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-12-01T10:23:49.0190463Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-12-01T10:23:49.0198088Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-12-01T10:23:49.0690950Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-12-01T10:23:49.0701984Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-12-01T10:23:49.0864732Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-12-01T10:23:49.3933096Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-12-01T10:23:49.4380333Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-12-01T10:23:49.4394077Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-12-01T10:23:49.4403521Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-12-01T10:23:49.4410896Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-12-01T10:23:49.4420348Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-12-01T10:23:49.4428197Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-12-01T10:23:49.4438162Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-12-01T10:23:49.4445224Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-12-01T10:23:49.4454828Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-12-01T10:23:49.4948440Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-12-01T10:23:49.5159755Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-12-01T10:23:49.5172244Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-12-01T10:23:49.5179657Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-12-01T10:23:49.5191549Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-12-01T10:23:49.5200350Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-12-01T10:23:49.5361407Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-12-01T10:23:49.5368703Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-12-01T10:23:49.5569772Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-12-01T10:23:49.6510239Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-12-01T10:23:49.6698717Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-12-01T10:23:49.6967668Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-12-01T10:23:49.6976199Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-12-01T10:23:49.7417416Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-12-01T10:23:49.7578383Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-12-01T10:23:49.7586978Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-12-01T10:23:49.7597073Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-12-01T10:23:49.8428279Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-12-01T10:23:49.8658196Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-12-01T10:23:49.8745020Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-12-01T10:23:50.3359965Z 2022-12-01T10:23:50.3360627Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:23:50.3362120Z 2022-12-01T10:23:50.3362783Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-12-01T10:23:50.3364072Z 2022-12-01T10:23:50.3364381Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-12-01T10:23:50.3367427Z 2022-12-01T10:23:50.3367668Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-12-01T10:23:50.3370820Z 2022-12-01T10:23:50.3371256Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-12-01T10:23:50.3376049Z 2022-12-01T10:23:50.3376433Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:23:50.3376827Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-12-01T10:23:50.3377332Z copy /Y C:\3591403534\build-results\\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-12-01T10:23:50.3377933Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z -aos 2022-12-01T10:23:50.3378289Z popd 2022-12-01T10:23:50.3378714Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-12-01T10:23:50.3966839Z 1 file(s) copied. 2022-12-01T10:23:50.5442747Z 2022-12-01T10:23:50.5443227Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:23:50.5443456Z 2022-12-01T10:23:50.5443572Z Scanning the drive for archives: 2022-12-01T10:23:50.5443805Z 1 file, 96900226 bytes (93 MiB) 2022-12-01T10:23:50.5443938Z 2022-12-01T10:23:50.5444241Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:24:07.4221534Z -- 2022-12-01T10:24:07.4222308Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:24:07.4222689Z Type = 7z 2022-12-01T10:24:07.4224026Z Physical Size = 96900226 2022-12-01T10:24:07.4224410Z Headers Size = 155561 2022-12-01T10:24:07.4224651Z Method = LZMA2:24 BCJ 2022-12-01T10:24:07.4224840Z Solid = + 2022-12-01T10:24:07.4225010Z Blocks = 2 2022-12-01T10:24:07.4225116Z 2022-12-01T10:24:07.4225199Z Everything is Ok 2022-12-01T10:24:07.4225323Z 2022-12-01T10:24:07.4225402Z Folders: 725 2022-12-01T10:24:07.4226707Z Files: 12888 2022-12-01T10:24:07.4226960Z Size: 903853423 2022-12-01T10:24:07.4227260Z Compressed: 96900226 2022-12-01T10:24:07.5839276Z 2022-12-01T10:24:07.5840101Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:24:07.5840591Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:07.5841218Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:07.5841857Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:07.5842420Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-12-01T10:24:07.5842745Z ) 2022-12-01T10:24:09.1466702Z Completed 2.3 KiB/2.3 KiB (44.8 KiB/s) with 1 file(s) remaining 2022-12-01T10:24:09.1467211Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-12-01T10:24:09.2422129Z 2022-12-01T10:24:09.2422838Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-12-01T10:24:09.2423187Z echo "setup pytorch env failed" 2022-12-01T10:24:09.2423452Z echo 0 2022-12-01T10:24:09.2423643Z exit /b 2022-12-01T10:24:09.2423806Z ) 2022-12-01T10:24:09.2424137Z 2022-12-01T10:24:09.2424374Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Installing test dependencies" 2022-12-01T10:24:09.2425355Z "Installing test dependencies" 2022-12-01T10:24:09.2426682Z 2022-12-01T10:24:09.2427231Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install networkx 2022-12-01T10:24:09.8500153Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (2.8.8) 2022-12-01T10:24:10.5245057Z 2022-12-01T10:24:10.5245666Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:24:10.5246781Z 2022-12-01T10:24:10.5247397Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Test functorch" 2022-12-01T10:24:10.5248181Z "Test functorch" 2022-12-01T10:24:10.5249292Z 2022-12-01T10:24:10.5249556Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-12-01T10:24:10.5255070Z 2022-12-01T10:24:10.5255375Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --functorch --shard "1" "1" --verbose 2022-12-01T10:24:17.4850210Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:17.9448713Z Selected tests: 2022-12-01T10:24:17.9449022Z functorch/test_aotdispatch 2022-12-01T10:24:17.9449256Z functorch/test_control_flow 2022-12-01T10:24:17.9449476Z functorch/test_dims 2022-12-01T10:24:17.9449705Z functorch/test_eager_transforms 2022-12-01T10:24:17.9449946Z functorch/test_functionalize 2022-12-01T10:24:17.9450191Z functorch/test_memory_efficient_fusion 2022-12-01T10:24:17.9450409Z functorch/test_minifier 2022-12-01T10:24:17.9450615Z functorch/test_ops 2022-12-01T10:24:17.9450817Z functorch/test_vmap 2022-12-01T10:24:18.2182836Z parallel (file granularity) tests: 2022-12-01T10:24:18.2183117Z functorch/test_aotdispatch 2022-12-01T10:24:18.2183350Z functorch/test_control_flow 2022-12-01T10:24:18.2183570Z functorch/test_dims 2022-12-01T10:24:18.2184059Z functorch/test_eager_transforms 2022-12-01T10:24:18.2184303Z functorch/test_functionalize 2022-12-01T10:24:18.2184529Z functorch/test_memory_efficient_fusion 2022-12-01T10:24:18.2184765Z functorch/test_minifier 2022-12-01T10:24:18.2184992Z serial (file granularity) tests: 2022-12-01T10:24:18.2185210Z functorch/test_ops 2022-12-01T10:24:18.2185423Z functorch/test_vmap 2022-12-01T10:24:20.1221395Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:20.1327200Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:20.2737294Z Running functorch/test_aotdispatch ... [2022-12-01 10:24:20.273244] 2022-12-01T10:24:20.2743243Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:20.273862] 2022-12-01T10:24:20.2745509Z Ignoring disabled issues: [] 2022-12-01T10:24:20.2974745Z Running functorch/test_control_flow ... [2022-12-01 10:24:20.295164] 2022-12-01T10:24:20.2980331Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:20.295164] 2022-12-01T10:24:20.2981674Z Ignoring disabled issues: [] 2022-12-01T10:24:29.0166270Z 2022-12-01T10:24:29.0166881Z Expand the folded group to see the log file of functorch/test_control_flow 2022-12-01T10:24:29.0167879Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_control_flow_qyb9x2sc) 2022-12-01T10:24:29.0168193Z 2022-12-01T10:24:29.0168280Z Running tests... 2022-12-01T10:24:29.0168553Z ---------------------------------------------------------------------- 2022-12-01T10:24:29.0168940Z Test results will be stored in test-reports\python-unittest\functorch\test_control_flow 2022-12-01T10:24:29.0169324Z test_cond_no_trace (__main__.TestControlFlow) ... ok (2.450s) 2022-12-01T10:24:29.0169757Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... expected failure (0.009s) 2022-12-01T10:24:29.0170155Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.071s) 2022-12-01T10:24:29.0170781Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... expected failure (0.007s) 2022-12-01T10:24:29.0171158Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... expected failure (0.044s) 2022-12-01T10:24:29.0171608Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... expected failure (0.010s) 2022-12-01T10:24:29.0172018Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.010s) 2022-12-01T10:24:29.0172218Z 2022-12-01T10:24:29.0172380Z ---------------------------------------------------------------------- 2022-12-01T10:24:29.0172640Z Ran 7 tests in 2.609s 2022-12-01T10:24:29.0172765Z 2022-12-01T10:24:29.0172859Z OK (expected failures=4) 2022-12-01T10:24:29.0172992Z 2022-12-01T10:24:29.0173089Z Generating XML reports... 2022-12-01T10:24:29.0173464Z Generated XML report: test-reports\python-unittest\functorch\test_control_flow\TEST-TestControlFlow-20221201102425.xml 2022-12-01T10:24:29.0174008Z Generated XML report: test-reports\python-unittest\functorch\test_control_flow\TEST-TestControlFlowTraced-20221201102425.xml 2022-12-01T10:24:29.0174302Z 2022-12-01T10:24:29.0174563Z ##[endgroup] 2022-12-01T10:24:29.0174966Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_control_flow_qyb9x2sc) 2022-12-01T10:24:29.0175274Z 2022-12-01T10:24:31.1315052Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:31.2766366Z Running functorch/test_dims ... [2022-12-01 10:24:31.269286] 2022-12-01T10:24:31.2771774Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:31.269286] 2022-12-01T10:24:31.2773411Z Ignoring disabled issues: [] 2022-12-01T10:24:48.1174588Z 2022-12-01T10:24:48.1175211Z Expand the folded group to see the log file of functorch/test_dims 2022-12-01T10:24:48.1176332Z ##[group]PRINTING LOG FILE of functorch/test_dims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_dims_pcfs2wih) 2022-12-01T10:24:48.1176628Z 2022-12-01T10:24:48.1176712Z Running tests... 2022-12-01T10:24:48.1177003Z ---------------------------------------------------------------------- 2022-12-01T10:24:48.1177359Z Test results will be stored in test-reports\python-unittest\functorch\test_dims 2022-12-01T10:24:48.1178002Z test_attn (__main__.TestMin) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py:262: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:24:48.1178968Z warnings.warn( 2022-12-01T10:24:48.1179308Z ok (0.310s) 2022-12-01T10:24:48.1179755Z test_attn_cuda (__main__.TestMin) ... skip: no CUDA (0.010s) 2022-12-01T10:24:48.1180035Z test_c (__main__.TestMin) ... ok (0.241s) 2022-12-01T10:24:48.1180308Z test_compare_dims (__main__.TestMin) ... ok (0.229s) 2022-12-01T10:24:48.1180585Z test_diag (__main__.TestMin) ... ok (0.252s) 2022-12-01T10:24:48.1180859Z test_dim_args (__main__.TestMin) ... ok (0.231s) 2022-12-01T10:24:48.1181190Z test_dims_with_size (__main__.TestMin) ... ok (0.226s) 2022-12-01T10:24:48.1181469Z test_dir (__main__.TestMin) ... ok (0.219s) 2022-12-01T10:24:48.1181726Z test_doc (__main__.TestMin) ... ok (0.210s) 2022-12-01T10:24:48.1181982Z test_embed (__main__.TestMin) ... ok (0.217s) 2022-12-01T10:24:48.1182239Z test_eq (__main__.TestMin) ... ok (0.208s) 2022-12-01T10:24:48.1182501Z test_expand (__main__.TestMin) ... ok (0.219s) 2022-12-01T10:24:48.1182749Z test_functorch (__main__.TestMin) ... ok (0.222s) 2022-12-01T10:24:48.1183013Z test_hello (__main__.TestMin) ... ok (0.280s) 2022-12-01T10:24:48.1183271Z test_index (__main__.TestMin) ... ok (0.234s) 2022-12-01T10:24:48.1183542Z test_index_placement (__main__.TestMin) ... ok (0.220s) 2022-12-01T10:24:48.1183815Z test_inplace (__main__.TestMin) ... ok (0.210s) 2022-12-01T10:24:48.1184271Z test_manual_stuff (__main__.TestMin) ... ok (0.281s) 2022-12-01T10:24:48.1184536Z test_mask (__main__.TestMin) ... ok (0.268s) 2022-12-01T10:24:48.1184791Z test_max (__main__.TestMin) ... ok (0.248s) 2022-12-01T10:24:48.1185040Z test_mm (__main__.TestMin) ... ok (0.222s) 2022-12-01T10:24:48.1185297Z test_mm_fuse (__main__.TestMin) ... ok (0.208s) 2022-12-01T10:24:48.1185556Z test_monkey (__main__.TestMin) ... ok (0.208s) 2022-12-01T10:24:48.1185826Z test_network (__main__.TestMin) ... skip: no torchvision (0.229s) 2022-12-01T10:24:48.1186113Z test_order (__main__.TestMin) ... ok (0.228s) 2022-12-01T10:24:48.1186368Z test_parse (__main__.TestMin) ... ok (0.239s) 2022-12-01T10:24:48.1186616Z test_seg (__main__.TestMin) ... ok (0.227s) 2022-12-01T10:24:48.1186871Z test_simple (__main__.TestMin) ... ok (0.210s) 2022-12-01T10:24:48.1187140Z test_softmax_split (__main__.TestMin) ... ok (0.253s) 2022-12-01T10:24:48.1187390Z test_stack (__main__.TestMin) ... ok (0.240s) 2022-12-01T10:24:48.1187669Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.03456649999999861222 seconds 2022-12-01T10:24:48.1187919Z fc: 0.06021259999999983847 seconds 2022-12-01T10:24:48.1188114Z ok (0.403s) 2022-12-01T10:24:48.1188352Z test_with_dims_split (__main__.TestMin) ... ok (0.215s) 2022-12-01T10:24:48.1188625Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.238s) 2022-12-01T10:24:48.1188963Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:24:48.1189296Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.219s) 2022-12-01T10:24:48.1190174Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.218s) 2022-12-01T10:24:48.1190515Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.215s) 2022-12-01T10:24:48.1190824Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.280s) 2022-12-01T10:24:48.1191124Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.242s) 2022-12-01T10:24:48.1191447Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.217s) 2022-12-01T10:24:48.1191747Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.245s) 2022-12-01T10:24:48.1192050Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.216s) 2022-12-01T10:24:48.1192353Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.224s) 2022-12-01T10:24:48.1192654Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.226s) 2022-12-01T10:24:48.1192948Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.240s) 2022-12-01T10:24:48.1193260Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.234s) 2022-12-01T10:24:48.1193569Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.258s) 2022-12-01T10:24:48.1193888Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.214s) 2022-12-01T10:24:48.1194211Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.209s) 2022-12-01T10:24:48.1194528Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.237s) 2022-12-01T10:24:48.1194826Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.237s) 2022-12-01T10:24:48.1195123Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.282s) 2022-12-01T10:24:48.1195417Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.261s) 2022-12-01T10:24:48.1195719Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.246s) 2022-12-01T10:24:48.1196023Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.213s) 2022-12-01T10:24:48.1196359Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.225s) 2022-12-01T10:24:48.1196710Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.226s) 2022-12-01T10:24:48.1197000Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.243s) 2022-12-01T10:24:48.1197300Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.257s) 2022-12-01T10:24:48.1197603Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.233s) 2022-12-01T10:24:48.1197923Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.247s) 2022-12-01T10:24:48.1198321Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.225s) 2022-12-01T10:24:48.1198664Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.001s) 2022-12-01T10:24:48.1199003Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.237s) 2022-12-01T10:24:48.1199191Z 2022-12-01T10:24:48.1199355Z ---------------------------------------------------------------------- 2022-12-01T10:24:48.1199630Z Ran 64 tests in 14.485s 2022-12-01T10:24:48.1199758Z 2022-12-01T10:24:48.1199839Z OK (skipped=5) 2022-12-01T10:24:48.1199959Z 2022-12-01T10:24:48.1200059Z Generating XML reports... 2022-12-01T10:24:48.1200426Z Generated XML report: test-reports\python-unittest\functorch\test_dims\TEST-TestMin-20221201102433.xml 2022-12-01T10:24:48.1200944Z Generated XML report: test-reports\python-unittest\functorch\test_dims\TEST-TestMinFunctorchOnly-20221201102433.xml 2022-12-01T10:24:48.1201231Z 2022-12-01T10:24:48.1201559Z ##[endgroup] 2022-12-01T10:24:48.1201951Z FINISHED PRINTING LOG FILE of functorch/test_dims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_dims_pcfs2wih) 2022-12-01T10:24:48.1202255Z 2022-12-01T10:24:50.2851916Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:50.4327878Z Running functorch/test_eager_transforms ... [2022-12-01 10:24:50.432088] 2022-12-01T10:24:50.4333328Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:50.432710] 2022-12-01T10:24:50.4335682Z Ignoring disabled issues: [] 2022-12-01T10:25:01.3082152Z 2022-12-01T10:25:01.3082679Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-12-01T10:25:01.3083655Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_eager_transforms_m_4_nbve) 2022-12-01T10:25:01.3085432Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:48: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:25:01.3086249Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:25:01.3086615Z 2022-12-01T10:25:01.3086733Z Running tests... 2022-12-01T10:25:01.3087119Z ---------------------------------------------------------------------- 2022-12-01T10:25:01.3087637Z Test results will be stored in test-reports\python-unittest\functorch\test_eager_transforms 2022-12-01T10:25:01.3088884Z test_autograd_functional_jacfwd_inside_transform_cpu (__main__.TestComposabilityCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py:100: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_add_batch_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-12-01T10:25:01.3089946Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-12-01T10:25:01.3090207Z ok (0.819s) 2022-12-01T10:25:01.3090531Z test_autograd_functional_jacrev_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:25:01.3091034Z test_autograd_functional_jvp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:25:01.3091482Z test_autograd_functional_vjp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:25:01.3091863Z test_grad_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:25:01.3092206Z test_grad_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:25:01.3092546Z test_grad_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:25:01.3093064Z test_jvp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:25:01.3093437Z test_make_fx_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.023s) 2022-12-01T10:25:01.3093763Z test_make_fx_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:25:01.3094101Z test_make_fx_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:25:01.3094650Z test_no_warning_on_import_functorch_cpu (__main__.TestComposabilityCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:2287: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:25:01.3095126Z self.assertEquals(out, "") 2022-12-01T10:25:01.3095344Z ok (2.065s) 2022-12-01T10:25:01.3095638Z test_requires_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:25:01.3096027Z test_retain_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:25:01.3096444Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:25:01.3096984Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:25:01.3097497Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:25:01.3097956Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-12-01T10:25:01.3098489Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cpu (__main__.TestComposabilityCPU) ... ok (0.006s) 2022-12-01T10:25:01.3098943Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-12-01T10:25:01.3099394Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-12-01T10:25:01.3099801Z test_vjp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.010s) 2022-12-01T10:25:01.3100169Z test_vjp_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:25:01.3100502Z test_vjp_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:25:01.3100831Z test_vjp_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:25:01.3101164Z test_vmap_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:25:01.3101495Z test_vmap_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:25:01.3101812Z test_vmap_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:25:01.3102179Z test_ensemble_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.016s) 2022-12-01T10:25:01.3102797Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.012s) 2022-12-01T10:25:01.3103345Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.018s) 2022-12-01T10:25:01.3103962Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.012s) 2022-12-01T10:25:01.3104458Z test_lennard_jones_batched_jac_jac_jacfwd_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.188s) 2022-12-01T10:25:01.3104887Z test_lennard_jones_batched_jac_jac_jacrev_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.163s) 2022-12-01T10:25:01.3105279Z test_maml_omniglot_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (2.690s) 2022-12-01T10:25:01.3106150Z test_maml_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:2701: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:233.) 2022-12-01T10:25:01.3107004Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-12-01T10:25:01.3107235Z ok (0.025s) 2022-12-01T10:25:01.3107577Z test_resnet18_per_sample_grads_cpu (__main__.TestExamplesCorrectnessCPU) ... skip: test requires torchvision (0.011s) 2022-12-01T10:25:01.3108049Z test_update_batch_norm_originally_track_running_stats_False_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.067s) 2022-12-01T10:25:01.3108517Z test_update_batch_norm_originally_track_running_stats_True_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.072s) 2022-12-01T10:25:01.3108991Z test_functionalize_fake_tensors_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:25:01.3109374Z test_functionalize_fx_multi_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.010s) 2022-12-01T10:25:01.3109780Z test_functionalize_fx_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.006s) 2022-12-01T10:25:01.3110170Z test_functionalize_fx_reapply_views_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.006s) 2022-12-01T10:25:01.3110560Z test_functionalize_fx_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.011s) 2022-12-01T10:25:01.3110946Z test_functionalize_fx_transpose_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:25:01.3111321Z test_functionalize_grad_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:25:01.3111763Z test_functionalize_nonfunctional_output_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:25:01.3112155Z test_functionalize_opt_tensor_list_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:25:01.3112527Z test_functionalize_optional_tensorlist1_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:25:01.3112930Z test_functionalize_optional_tensorlist2_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:25:01.3113303Z test_inplace_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:25:01.3113639Z test_linear_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:25:01.3113996Z test_multioutput_inplace_slice_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:25:01.3114363Z test_multioutput_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-12-01T10:25:01.3114706Z test_resize_program_inputs_cpu (__main__.TestFunctionalizeCPU) ... ok (0.006s) 2022-12-01T10:25:01.3115112Z test_simple_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-12-01T10:25:01.3116053Z test_vmap_functionalize_jvp_cpu (__main__.TestFunctionalizeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:3234: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-12-01T10:25:01.3116793Z y.add_(1) 2022-12-01T10:25:01.3116980Z ok (0.010s) 2022-12-01T10:25:01.3117264Z test_advanced_indexing_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3117610Z test_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3117961Z test_composed_with_autograd_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3118315Z test_composite_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3118685Z test_composite_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3119046Z test_composite_two_ops_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3119385Z test_conj_bit_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3120234Z test_dtype_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3120596Z test_escaped_wrappers_are_ignored_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3121064Z test_escaped_wrappers_are_marked_as_dead_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3121417Z test_fn_with_kwargs_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3121821Z test_functional_init_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3122190Z test_functional_init_with_buffers_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3122559Z test_grad_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3122910Z test_grad_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3123270Z test_grad_of_vjp_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3123634Z test_grad_of_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3124009Z test_grad_pytree_inputs_cpu (__main__.TestGradTransformCPU) ... ok (0.013s) 2022-12-01T10:25:01.3124357Z test_inplace_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3124705Z test_inplace_on_captures_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3125061Z test_inplace_on_view_base_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3125414Z test_inplace_on_view_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3125736Z test_invalid_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3126137Z test_is_cuda_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3126477Z test_negative_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3126825Z test_nesting_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3127231Z test_no_grad_inside_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3127622Z test_no_grad_mixed_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3128080Z test_no_grad_nested_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3128451Z test_no_grad_nested_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3128807Z test_no_grad_outside_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3129160Z test_no_grad_outside_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3129502Z test_no_grad_outside_vjp_fn_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3129868Z test_no_grad_outside_vjp_only_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3130225Z test_no_grad_value_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-12-01T10:25:01.3130565Z test_numel_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3130910Z test_out_of_order_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3131257Z test_primitive_cpu (__main__.TestGradTransformCPU) ... ok (0.012s) 2022-12-01T10:25:01.3131616Z test_print_captured_tensor_inside_transform_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3131985Z test_shape_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:25:01.3132332Z test_tensor_ctor_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3132693Z test_tensor_print_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.177s) 2022-12-01T10:25:01.3133115Z test_tensor_print_grad_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.008s) 2022-12-01T10:25:01.3133473Z test_tensor_print_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.189s) 2022-12-01T10:25:01.3133885Z test_tensor_print_vmap_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.009s) 2022-12-01T10:25:01.3134279Z test_tensor_print_vmap_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.184s) 2022-12-01T10:25:01.3134638Z test_unrelated_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-12-01T10:25:01.3134997Z test_unrelated_hessian_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3135346Z test_unrelated_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3135723Z test_unrelated_vjp_multiple_inputs_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3136107Z test_view_inplace_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3136426Z test_views_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3136760Z test_vjp_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-12-01T10:25:01.3137103Z test_vjp_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3137437Z test_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3137788Z test_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3138167Z test_vjp_outputs_can_any_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:25:01.3138543Z test_vjp_pytree_error_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:25:01.3138945Z test_vjp_pytree_input_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3139297Z test_vjp_pytree_output_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-12-01T10:25:01.3139672Z test_vjp_two_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3140063Z test_zero_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-12-01T10:25:01.3140433Z test_hessian_vectorize_correctness_multi_input_cpu (__main__.TestHessianCPU) ... ok (0.031s) 2022-12-01T10:25:01.3140824Z test_hessian_vectorize_correctness_simple_cpu (__main__.TestHessianCPU) ... ok (0.008s) 2022-12-01T10:25:01.3141239Z test_hessian_vectorize_correctness_unrelated_outputs_cpu (__main__.TestHessianCPU) ... ok (0.005s) 2022-12-01T10:25:01.3141620Z test_jacfwd_different_levels_cpu (__main__.TestHessianCPU) ... ok (0.006s) 2022-12-01T10:25:01.3142007Z test_against_reference_correctness_different_devices_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3142517Z test_against_reference_correctness_different_devices_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:25:01.3142913Z test_against_reference_default_arg_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3143280Z test_against_reference_default_arg_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3143644Z test_against_reference_multi_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.013s) 2022-12-01T10:25:01.3144001Z test_against_reference_multi_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3144377Z test_against_reference_multi_input_multi_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.009s) 2022-12-01T10:25:01.3144777Z test_against_reference_multi_input_multi_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.009s) 2022-12-01T10:25:01.3145181Z test_against_reference_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:25:01.3145583Z test_against_reference_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:25:01.3145955Z test_against_reference_unrelated_outputs_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:25:01.3146336Z test_against_reference_unrelated_outputs_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:25:01.3146699Z test_against_reference_zero_dim_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3147055Z test_against_reference_zero_dim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.015s) 2022-12-01T10:25:01.3147384Z test_argnums_defaults_to_zero_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:25:01.3147796Z test_argnums_defaults_to_zero_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:25:01.3148140Z test_argnums_effect_on_return_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3148484Z test_argnums_effect_on_return_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3148820Z test_argnums_tuple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3149145Z test_argnums_tuple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3149441Z test_aux_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.008s) 2022-12-01T10:25:01.3149755Z test_aux_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3150064Z test_aux_tensor_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3150375Z test_diff_numel_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:25:01.3150696Z test_dimensionality_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3151088Z test_dimensionality_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:25:01.3151456Z test_empty_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3151765Z test_empty_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3152087Z test_empty_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-12-01T10:25:01.3152410Z test_empty_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3152732Z test_float_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3153049Z test_float_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3153412Z test_hessian_simple_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3153698Z test_inplace_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-12-01T10:25:01.3153997Z test_inplace_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3154313Z test_multiple_args_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3154641Z test_multiple_args_jacrev_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-12-01T10:25:01.3154996Z test_multiple_inputs_outputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3155367Z test_multiple_inputs_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.014s) 2022-12-01T10:25:01.3155730Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3156097Z test_multiple_inputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:25:01.3156445Z test_multiple_inputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:25:01.3156858Z test_multiple_outputs_multiple_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3157235Z test_multiple_outputs_multiple_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3157645Z test_multiple_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3157987Z test_multiple_outputs_single_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3158352Z test_multiple_outputs_single_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:25:01.3158700Z test_negative_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:25:01.3159034Z test_negative_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:25:01.3159366Z test_nested_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:25:01.3159705Z test_out_of_bounds_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:25:01.3160046Z test_out_of_bounds_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:25:01.3160367Z test_outputs_can_any_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:25:01.3160706Z test_outputs_can_any_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:25:01.3161100Z test_repeated_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:25:01.3161436Z test_repeated_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:25:01.3161754Z test_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3162059Z test_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:25:01.3162350Z test_simple_not_flat_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3162676Z test_simple_not_flat_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:25:01.3163061Z test_unrelated_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3163441Z test_unrelated_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3163775Z test_unrelated_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3164103Z test_unrelated_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-12-01T10:25:01.3164417Z test_vmap_on_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-12-01T10:25:01.3164766Z test_autograd_function_disables_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-12-01T10:25:01.3165098Z test_aux_pytree_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-12-01T10:25:01.3165396Z test_aux_tensor_cpu (__main__.TestJvpCPU) ... ok (0.010s) 2022-12-01T10:25:01.3165706Z test_disable_fwd_grad_inside_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-12-01T10:25:01.3166038Z test_disable_fwd_grad_mixed_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-12-01T10:25:01.3166350Z test_disable_fwd_grad_outside_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-12-01T10:25:01.3166728Z test_enable_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-12-01T10:25:01.3167042Z test_fwd_grad_enabled_cpu (__main__.TestJvpCPU) ... ok (0.011s) 2022-12-01T10:25:01.3167363Z test_inplace_on_captures_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3167698Z test_inputs_are_tuples_of_tensors_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3168041Z test_jvp_inside_autograd_function_cpu (__main__.TestJvpCPU) ... ok (0.004s) 2022-12-01T10:25:01.3168350Z test_multiple_inputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3168677Z test_multiple_inputs_outputs_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:25:01.3169052Z test_multiple_outputs_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:25:01.3169431Z test_nonempty_primals_and_tangents_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:25:01.3169774Z test_outputs_can_any_pytree_cpu (__main__.TestJvpCPU) ... ok (0.005s) 2022-12-01T10:25:01.3170122Z test_primals_tangents_length_mismatch_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3170433Z test_pytree_inputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3170756Z test_pytree_inputs_error_cases_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3171068Z test_simple_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:25:01.3171370Z test_strict_mode_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3171676Z test_unrelated_input_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3172038Z test_unrelated_output_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3172371Z test_zerotensor_vmapjvp_interaction_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:25:01.3172740Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:25:01.3173118Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.008s) 2022-12-01T10:25:01.3173515Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:25:01.3174163Z test_correctness_mnist (__main__.TestMakeFunctional) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:2615: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:25:01.3174822Z return F.log_softmax(x) 2022-12-01T10:25:01.3175060Z ok (0.022s) 2022-12-01T10:25:01.3175422Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:25:01.3175886Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:25:01.3176296Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.004s) 2022-12-01T10:25:01.3176678Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.009s) 2022-12-01T10:25:01.3177065Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.006s) 2022-12-01T10:25:01.3177499Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:25:01.3177952Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:25:01.3178365Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:25:01.3178727Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:25:01.3179101Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:25:01.3179492Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:25:01.3179871Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:25:01.3180234Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.003s) 2022-12-01T10:25:01.3181027Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:25:01.3181482Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:25:01.3181840Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.003s) 2022-12-01T10:25:01.3182226Z test_all_dual_base_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.005s) 2022-12-01T10:25:01.3182738Z test_all_dual_base_view_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.005s) 2022-12-01T10:25:01.3183155Z test_all_dual_no_view_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.006s) 2022-12-01T10:25:01.3183529Z test_right_dual_base_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-12-01T10:25:01.3183952Z test_right_dual_view_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-12-01T10:25:01.3184338Z test_log_softmax_cpu (__main__.TestVmapOfGradCPU) ... ok (0.013s) 2022-12-01T10:25:01.3184728Z test_new_empty_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.003s) 2022-12-01T10:25:01.3185124Z test_new_zeros_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.002s) 2022-12-01T10:25:01.3185521Z test_per_sample_grads_embeddingnet_cpu (__main__.TestVmapOfGradCPU) ... ok (0.114s) 2022-12-01T10:25:01.3185931Z test_per_sample_grads_inplace_view_cpu (__main__.TestVmapOfGradCPU) ... ok (0.031s) 2022-12-01T10:25:01.3186287Z test_per_sample_grads_simple_cpu (__main__.TestVmapOfGradCPU) ... ok (0.027s) 2022-12-01T10:25:01.3186501Z 2022-12-01T10:25:01.3186744Z ---------------------------------------------------------------------- 2022-12-01T10:25:01.3187055Z Ran 243 tests in 7.765s 2022-12-01T10:25:01.3187195Z 2022-12-01T10:25:01.3187325Z OK (skipped=1) 2022-12-01T10:25:01.3187474Z 2022-12-01T10:25:01.3187583Z Generating XML reports... 2022-12-01T10:25:01.3209519Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestComposabilityCPU-20221201102453.xml 2022-12-01T10:25:01.3210162Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestExamplesCorrectnessCPU-20221201102453.xml 2022-12-01T10:25:01.3210826Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestFunctionalizeCPU-20221201102453.xml 2022-12-01T10:25:01.3211621Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestGradTransformCPU-20221201102453.xml 2022-12-01T10:25:01.3212173Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestHessianCPU-20221201102453.xml 2022-12-01T10:25:01.3212691Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestJacCPU-20221201102453.xml 2022-12-01T10:25:01.3213192Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestJvpCPU-20221201102453.xml 2022-12-01T10:25:01.3213713Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestMakeFunctional-20221201102453.xml 2022-12-01T10:25:01.3214258Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestSliceArgnums-20221201102453.xml 2022-12-01T10:25:01.3214820Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestVmapJvpInplaceViewCPU-20221201102453.xml 2022-12-01T10:25:01.3215385Z Generated XML report: test-reports\python-unittest\functorch\test_eager_transforms\TEST-TestVmapOfGradCPU-20221201102453.xml 2022-12-01T10:25:01.3215673Z 2022-12-01T10:25:01.3216015Z ##[endgroup] 2022-12-01T10:25:01.3216435Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_eager_transforms_m_4_nbve) 2022-12-01T10:25:01.3216747Z 2022-12-01T10:25:03.3982546Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:03.5513517Z Running functorch/test_functionalize ... [2022-12-01 10:25:03.551106] 2022-12-01T10:25:03.5519096Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:03.551171] 2022-12-01T10:25:03.5520780Z Ignoring disabled issues: [] 2022-12-01T10:25:08.6847466Z 2022-12-01T10:25:08.6848248Z Expand the folded group to see the log file of functorch/test_functionalize 2022-12-01T10:25:08.6849397Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_functionalize_m9lgj4eb) 2022-12-01T10:25:08.6850748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:25:08.6851445Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.6852294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:25:08.6853145Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.6854047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:25:08.6854917Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.6855814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:25:08.6856610Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.6857690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:25:08.6858969Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.6860085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:25:08.6861167Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.6862051Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:46: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:25:08.6862944Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:25:08.6863247Z 2022-12-01T10:25:08.6863382Z Running tests... 2022-12-01T10:25:08.6863822Z ---------------------------------------------------------------------- 2022-12-01T10:25:08.6864399Z Test results will be stored in test-reports\python-unittest\functorch\test_functionalize 2022-12-01T10:25:08.6865089Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.002s) 2022-12-01T10:25:08.6865949Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.029s) 2022-12-01T10:25:08.6867400Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:25:08.6868578Z warnings.warn( 2022-12-01T10:25:08.6868873Z ok (0.023s) 2022-12-01T10:25:08.6869371Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.013s) 2022-12-01T10:25:08.6870024Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.009s) 2022-12-01T10:25:08.6870692Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.026s) 2022-12-01T10:25:08.6871365Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.030s) 2022-12-01T10:25:08.6872019Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.032s) 2022-12-01T10:25:08.6872674Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-12-01T10:25:08.6873375Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-12-01T10:25:08.6874106Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.072s) 2022-12-01T10:25:08.6874781Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.043s) 2022-12-01T10:25:08.6875459Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-12-01T10:25:08.6876171Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... expected failure (0.005s) 2022-12-01T10:25:08.6876868Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.006s) 2022-12-01T10:25:08.6877663Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.014s) 2022-12-01T10:25:08.6878336Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:25:08.6879039Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-12-01T10:25:08.6879779Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.019s) 2022-12-01T10:25:08.6880537Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.313s) 2022-12-01T10:25:08.6881236Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.099s) 2022-12-01T10:25:08.6881919Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.008s) 2022-12-01T10:25:08.6882612Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-12-01T10:25:08.6882981Z 2022-12-01T10:25:08.6883239Z ---------------------------------------------------------------------- 2022-12-01T10:25:08.6883635Z Ran 22 tests in 0.797s 2022-12-01T10:25:08.6883833Z 2022-12-01T10:25:08.6884010Z OK (skipped=2, expected failures=1) 2022-12-01T10:25:08.6884239Z 2022-12-01T10:25:08.6884401Z Generating XML reports... 2022-12-01T10:25:08.6885192Z Generated XML report: test-reports\python-unittest\functorch\test_functionalize\TEST-FunctionalizeTestAOTAutograd-20221201102507.xml 2022-12-01T10:25:08.6886260Z Generated XML report: test-reports\python-unittest\functorch\test_functionalize\TEST-FunctionalizeTestPartitioning-20221201102507.xml 2022-12-01T10:25:08.6886758Z 2022-12-01T10:25:08.6887335Z ##[endgroup] 2022-12-01T10:25:08.6887966Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_functionalize_m9lgj4eb) 2022-12-01T10:25:08.6888443Z 2022-12-01T10:25:10.9706896Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:11.1161949Z Running functorch/test_memory_efficient_fusion ... [2022-12-01 10:25:11.114077] 2022-12-01T10:25:11.1167424Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:11.114077] 2022-12-01T10:25:11.1169270Z Ignoring disabled issues: [] 2022-12-01T10:25:14.6238449Z 2022-12-01T10:25:14.6240155Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-12-01T10:25:14.6241229Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_memory_efficient_fusion_4qtg1iht) 2022-12-01T10:25:14.6241571Z 2022-12-01T10:25:14.6241654Z Running tests... 2022-12-01T10:25:14.6241972Z ---------------------------------------------------------------------- 2022-12-01T10:25:14.6242378Z Test results will be stored in test-reports\python-unittest\functorch\test_memory_efficient_fusion 2022-12-01T10:25:14.6242795Z test_empty (__main__.NoChangeTestCase) ... ok (0.550s) 2022-12-01T10:25:14.6243087Z test_nochange (__main__.NoChangeTestCase) ... ok (0.011s) 2022-12-01T10:25:14.6243376Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.012s) 2022-12-01T10:25:14.6243658Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.000s) 2022-12-01T10:25:14.6243928Z test_random (__main__.RandomOpTestCase) ... ok (0.103s) 2022-12-01T10:25:14.6244243Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.009s) 2022-12-01T10:25:14.6244571Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.011s) 2022-12-01T10:25:14.6244863Z test_kwarg (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:25:14.6245361Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:25:14.6245661Z test_simple (__main__.ReduceTestCase) ... ok (0.008s) 2022-12-01T10:25:14.6245923Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.009s) 2022-12-01T10:25:14.6246222Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.009s) 2022-12-01T10:25:14.6246519Z test_two_args (__main__.ReduceTestCase) ... ok (0.009s) 2022-12-01T10:25:14.6246809Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.010s) 2022-12-01T10:25:14.6247170Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:25:14.6247593Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:25:14.6247995Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:25:14.6248468Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.002s) 2022-12-01T10:25:14.6248879Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:25:14.6249339Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.002s) 2022-12-01T10:25:14.6249741Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:25:14.6249955Z 2022-12-01T10:25:14.6250113Z ---------------------------------------------------------------------- 2022-12-01T10:25:14.6250369Z Ran 21 tests in 0.766s 2022-12-01T10:25:14.6250489Z 2022-12-01T10:25:14.6250644Z OK (skipped=7) 2022-12-01T10:25:14.6250759Z 2022-12-01T10:25:14.6250851Z Generating XML reports... 2022-12-01T10:25:14.6251257Z Generated XML report: test-reports\python-unittest\functorch\test_memory_efficient_fusion\TEST-NoChangeTestCase-20221201102513.xml 2022-12-01T10:25:14.6251819Z Generated XML report: test-reports\python-unittest\functorch\test_memory_efficient_fusion\TEST-RandomOpTestCase-20221201102513.xml 2022-12-01T10:25:14.6252370Z Generated XML report: test-reports\python-unittest\functorch\test_memory_efficient_fusion\TEST-ReduceTestCase-20221201102513.xml 2022-12-01T10:25:14.6252954Z Generated XML report: test-reports\python-unittest\functorch\test_memory_efficient_fusion\TEST-TestMemoryEfficientOpAuthoring-20221201102513.xml 2022-12-01T10:25:14.6253282Z 2022-12-01T10:25:14.6253540Z ##[endgroup] 2022-12-01T10:25:14.6253954Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_memory_efficient_fusion_4qtg1iht) 2022-12-01T10:25:14.6254275Z 2022-12-01T10:25:17.0258059Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:17.1815693Z Running functorch/test_minifier ... [2022-12-01 10:25:17.180423] 2022-12-01T10:25:17.1822044Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:17.180423] 2022-12-01T10:25:17.1823709Z Ignoring disabled issues: [] 2022-12-01T10:25:20.6015532Z 2022-12-01T10:25:20.6016385Z Expand the folded group to see the log file of functorch/test_minifier 2022-12-01T10:25:20.6017454Z ##[group]PRINTING LOG FILE of functorch/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_minifier_1svn7coy) 2022-12-01T10:25:20.6018641Z 2022-12-01T10:25:20.6018966Z Running tests... 2022-12-01T10:25:20.6019453Z ---------------------------------------------------------------------- 2022-12-01T10:25:20.6019995Z Test results will be stored in test-reports\python-unittest\functorch\test_minifier 2022-12-01T10:25:20.6020521Z test_has_add_mul (__main__.TestMinifier) ... ok (0.575s) 2022-12-01T10:25:20.6021240Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-12-01T10:25:20.6021841Z 2022-12-01T10:25:20.6021993Z # Working Repro with 9 nodes 2022-12-01T10:25:20.6022337Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6022819Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6023112Z 2022-12-01T10:25:20.6023120Z 2022-12-01T10:25:20.6023127Z 2022-12-01T10:25:20.6023253Z def forward(self, x_1): 2022-12-01T10:25:20.6023669Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-12-01T10:25:20.6024072Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-12-01T10:25:20.6024494Z cos = torch.ops.aten.cos.default(add); add = None 2022-12-01T10:25:20.6024911Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:25:20.6025308Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:25:20.6025704Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:25:20.6026105Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:25:20.6026470Z return (mul_1,) 2022-12-01T10:25:20.6026693Z 2022-12-01T10:25:20.6026836Z 2022-12-01T10:25:20.6026967Z Trying granularity 8 2022-12-01T10:25:20.6027231Z 2022-12-01T10:25:20.6027454Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:25:20.6027819Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6028004Z 2022-12-01T10:25:20.6028186Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:25:20.6028680Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6028880Z 2022-12-01T10:25:20.6029058Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:25:20.6029691Z FAIL: Truncate suffix 2022-12-01T10:25:20.6029877Z 2022-12-01T10:25:20.6030045Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:25:20.6030357Z FAIL: Delta Debugging 2022-12-01T10:25:20.6030662Z Trying granularity 4 2022-12-01T10:25:20.6030825Z 2022-12-01T10:25:20.6031003Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:25:20.6031288Z FAIL: Truncate suffix 2022-12-01T10:25:20.6031453Z 2022-12-01T10:25:20.6031616Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:25:20.6031935Z SUCCESS: Went from 9 to 6 nodes 2022-12-01T10:25:20.6032112Z 2022-12-01T10:25:20.6032232Z # Working Repro with 6 nodes 2022-12-01T10:25:20.6032567Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6033036Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6033336Z 2022-12-01T10:25:20.6033342Z 2022-12-01T10:25:20.6033350Z 2022-12-01T10:25:20.6033566Z def forward(self, cos): 2022-12-01T10:25:20.6034073Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:25:20.6034493Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:25:20.6034892Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:25:20.6035281Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:25:20.6035603Z return (mul_1,) 2022-12-01T10:25:20.6035832Z 2022-12-01T10:25:20.6036020Z 2022-12-01T10:25:20.6036139Z Trying granularity 4 2022-12-01T10:25:20.6036307Z 2022-12-01T10:25:20.6036479Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6036838Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6037017Z 2022-12-01T10:25:20.6037169Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6037488Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6037657Z 2022-12-01T10:25:20.6037825Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6038132Z FAIL: Truncate suffix 2022-12-01T10:25:20.6038291Z 2022-12-01T10:25:20.6038451Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6038779Z FAIL: Delta Debugging 2022-12-01T10:25:20.6039033Z Trying granularity 2 2022-12-01T10:25:20.6039203Z 2022-12-01T10:25:20.6039640Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6040008Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:25:20.6040202Z 2022-12-01T10:25:20.6040338Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6040711Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6041255Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6041584Z 2022-12-01T10:25:20.6041592Z 2022-12-01T10:25:20.6041599Z 2022-12-01T10:25:20.6041741Z def forward(self, cos): 2022-12-01T10:25:20.6042225Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:25:20.6042989Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:25:20.6043365Z return (div,) 2022-12-01T10:25:20.6043609Z 2022-12-01T10:25:20.6043746Z 2022-12-01T10:25:20.6043833Z Trying granularity 4 2022-12-01T10:25:20.6043960Z 2022-12-01T10:25:20.6044149Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6044564Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6044858Z 2022-12-01T10:25:20.6045078Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6045390Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6045521Z 2022-12-01T10:25:20.6045641Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6045870Z FAIL: Truncate suffix 2022-12-01T10:25:20.6045993Z 2022-12-01T10:25:20.6046113Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6046327Z FAIL: Delta Debugging 2022-12-01T10:25:20.6046526Z Trying granularity 2 2022-12-01T10:25:20.6046647Z 2022-12-01T10:25:20.6046915Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6047144Z FAIL: Truncate suffix 2022-12-01T10:25:20.6047264Z 2022-12-01T10:25:20.6047383Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6047607Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:25:20.6047738Z 2022-12-01T10:25:20.6047835Z # Working Repro with 3 nodes 2022-12-01T10:25:20.6048080Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6048491Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6048709Z 2022-12-01T10:25:20.6048714Z 2022-12-01T10:25:20.6048719Z 2022-12-01T10:25:20.6048805Z def forward(self, sub): 2022-12-01T10:25:20.6049113Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:25:20.6049349Z return (div,) 2022-12-01T10:25:20.6049507Z 2022-12-01T10:25:20.6049604Z 2022-12-01T10:25:20.6049686Z Trying granularity 2 2022-12-01T10:25:20.6049808Z 2022-12-01T10:25:20.6049939Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6050177Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6050302Z 2022-12-01T10:25:20.6050428Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6050667Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6050796Z 2022-12-01T10:25:20.6050903Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6051126Z FAIL: Truncate suffix 2022-12-01T10:25:20.6051247Z 2022-12-01T10:25:20.6051366Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6051644Z FAIL: Delta Debugging 2022-12-01T10:25:20.6051934Z Trying granularity 1 2022-12-01T10:25:20.6052113Z 2022-12-01T10:25:20.6052300Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6052629Z FAIL: Truncate suffix 2022-12-01T10:25:20.6052818Z 2022-12-01T10:25:20.6053000Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6053358Z FAIL: Delta Debugging 2022-12-01T10:25:20.6053561Z 2022-12-01T10:25:20.6053753Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6054128Z FAIL: Remove outputs 2022-12-01T10:25:20.6054512Z Made 15 queries 2022-12-01T10:25:20.6054678Z 2022-12-01T10:25:20.6054836Z # Working Repro with 3 nodes 2022-12-01T10:25:20.6055459Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6056042Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6056408Z 2022-12-01T10:25:20.6056417Z 2022-12-01T10:25:20.6056425Z 2022-12-01T10:25:20.6056575Z def forward(self, sub): 2022-12-01T10:25:20.6057013Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:25:20.6057415Z return (div,) 2022-12-01T10:25:20.6057684Z 2022-12-01T10:25:20.6057856Z 2022-12-01T10:25:20.6058033Z Wrote minimal repro out to repro.py 2022-12-01T10:25:20.6058415Z Started off with 7 nodes 2022-12-01T10:25:20.6058622Z 2022-12-01T10:25:20.6058786Z # Working Repro with 7 nodes 2022-12-01T10:25:20.6059285Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6059940Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6060394Z 2022-12-01T10:25:20.6060402Z 2022-12-01T10:25:20.6060411Z 2022-12-01T10:25:20.6060572Z def forward(self, x_1, y_1): 2022-12-01T10:25:20.6061025Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:25:20.6061512Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:25:20.6062009Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-12-01T10:25:20.6062531Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-12-01T10:25:20.6062946Z return add_1 2022-12-01T10:25:20.6063225Z 2022-12-01T10:25:20.6063398Z 2022-12-01T10:25:20.6063538Z Trying granularity 4 2022-12-01T10:25:20.6063750Z 2022-12-01T10:25:20.6064118Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:25:20.6064536Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6064759Z 2022-12-01T10:25:20.6064978Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:25:20.6065384Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6065612Z 2022-12-01T10:25:20.6065806Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:25:20.6066216Z SUCCESS: Went from 7 to 6 nodes 2022-12-01T10:25:20.6066514Z 2022-12-01T10:25:20.6066670Z # Working Repro with 6 nodes 2022-12-01T10:25:20.6067219Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6067868Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6068241Z 2022-12-01T10:25:20.6068249Z 2022-12-01T10:25:20.6068256Z 2022-12-01T10:25:20.6068413Z def forward(self, x_1, y_1): 2022-12-01T10:25:20.6068856Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:25:20.6069333Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:25:20.6069852Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:25:20.6070261Z return (mul,) 2022-12-01T10:25:20.6070552Z 2022-12-01T10:25:20.6070721Z 2022-12-01T10:25:20.6070858Z Trying granularity 4 2022-12-01T10:25:20.6071070Z 2022-12-01T10:25:20.6071292Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:25:20.6071677Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6071890Z 2022-12-01T10:25:20.6072113Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:25:20.6072594Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6072821Z 2022-12-01T10:25:20.6073073Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:25:20.6073461Z FAIL: Truncate suffix 2022-12-01T10:25:20.6073649Z 2022-12-01T10:25:20.6073857Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:25:20.6074538Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:25:20.6074763Z 2022-12-01T10:25:20.6074918Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6075414Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6076074Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6076596Z 2022-12-01T10:25:20.6076603Z 2022-12-01T10:25:20.6076610Z 2022-12-01T10:25:20.6076775Z def forward(self, div, add): 2022-12-01T10:25:20.6077230Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:25:20.6077641Z return (mul,) 2022-12-01T10:25:20.6077914Z 2022-12-01T10:25:20.6078078Z 2022-12-01T10:25:20.6078298Z Trying granularity 4 2022-12-01T10:25:20.6078506Z 2022-12-01T10:25:20.6078728Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6079185Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6079399Z 2022-12-01T10:25:20.6079621Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6080030Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6080245Z 2022-12-01T10:25:20.6080433Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6080827Z FAIL: Truncate suffix 2022-12-01T10:25:20.6081041Z 2022-12-01T10:25:20.6081245Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6081631Z FAIL: Delta Debugging 2022-12-01T10:25:20.6081968Z Trying granularity 2 2022-12-01T10:25:20.6082173Z 2022-12-01T10:25:20.6082376Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6082746Z FAIL: Truncate suffix 2022-12-01T10:25:20.6082952Z 2022-12-01T10:25:20.6083152Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6083537Z FAIL: Delta Debugging 2022-12-01T10:25:20.6083872Z Trying granularity 1 2022-12-01T10:25:20.6084080Z 2022-12-01T10:25:20.6084351Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6085055Z FAIL: Truncate suffix 2022-12-01T10:25:20.6085252Z 2022-12-01T10:25:20.6085458Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6085837Z FAIL: Delta Debugging 2022-12-01T10:25:20.6086040Z 2022-12-01T10:25:20.6086240Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6086635Z FAIL: Remove outputs 2022-12-01T10:25:20.6086941Z Made 9 queries 2022-12-01T10:25:20.6087129Z 2022-12-01T10:25:20.6087282Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6087766Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6088418Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6088789Z 2022-12-01T10:25:20.6088797Z 2022-12-01T10:25:20.6088805Z 2022-12-01T10:25:20.6088964Z def forward(self, div, add): 2022-12-01T10:25:20.6089425Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:25:20.6089848Z return (mul,) 2022-12-01T10:25:20.6090136Z 2022-12-01T10:25:20.6090377Z 2022-12-01T10:25:20.6090542Z Wrote minimal repro out to repro.py 2022-12-01T10:25:20.6090885Z ok (0.030s) 2022-12-01T10:25:20.6091361Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-12-01T10:25:20.6091675Z 2022-12-01T10:25:20.6091836Z # Working Repro with 7 nodes 2022-12-01T10:25:20.6092407Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6093126Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6093492Z 2022-12-01T10:25:20.6093501Z 2022-12-01T10:25:20.6093508Z 2022-12-01T10:25:20.6093672Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:25:20.6094102Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:25:20.6094667Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:25:20.6095141Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-12-01T10:25:20.6095553Z return (sin, b_1, cos, mul) 2022-12-01T10:25:20.6095864Z 2022-12-01T10:25:20.6096028Z 2022-12-01T10:25:20.6096167Z Trying granularity 4 2022-12-01T10:25:20.6096578Z 2022-12-01T10:25:20.6096784Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:25:20.6097237Z SUCCESS: Went from 4 to 2 outputs 2022-12-01T10:25:20.6097458Z 2022-12-01T10:25:20.6097611Z # Working Repro with 7 nodes 2022-12-01T10:25:20.6098183Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6098891Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6099262Z 2022-12-01T10:25:20.6099271Z 2022-12-01T10:25:20.6099279Z 2022-12-01T10:25:20.6099445Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:25:20.6099890Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:25:20.6100357Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:25:20.6100861Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-12-01T10:25:20.6101268Z return [b_1, sin] 2022-12-01T10:25:20.6101573Z 2022-12-01T10:25:20.6101744Z 2022-12-01T10:25:20.6101882Z Trying granularity 4 2022-12-01T10:25:20.6102090Z 2022-12-01T10:25:20.6102367Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:25:20.6102787Z SUCCESS: Went from 7 to 5 nodes 2022-12-01T10:25:20.6103008Z 2022-12-01T10:25:20.6103127Z # Working Repro with 5 nodes 2022-12-01T10:25:20.6103543Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6103967Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6104181Z 2022-12-01T10:25:20.6104316Z 2022-12-01T10:25:20.6104322Z 2022-12-01T10:25:20.6104420Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:25:20.6104682Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:25:20.6104903Z return [b_1, sin] 2022-12-01T10:25:20.6105080Z 2022-12-01T10:25:20.6105183Z 2022-12-01T10:25:20.6105267Z Trying granularity 4 2022-12-01T10:25:20.6105388Z 2022-12-01T10:25:20.6105516Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:25:20.6105755Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6105881Z 2022-12-01T10:25:20.6106007Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:25:20.6106240Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:25:20.6106374Z 2022-12-01T10:25:20.6106465Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6106760Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6107142Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6107354Z 2022-12-01T10:25:20.6107359Z 2022-12-01T10:25:20.6107363Z 2022-12-01T10:25:20.6107453Z def forward(self, a_1, b_1): 2022-12-01T10:25:20.6107706Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:25:20.6107942Z return [b_1, sin] 2022-12-01T10:25:20.6108102Z 2022-12-01T10:25:20.6108197Z 2022-12-01T10:25:20.6108281Z Trying granularity 4 2022-12-01T10:25:20.6108406Z 2022-12-01T10:25:20.6108597Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6108838Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6108965Z 2022-12-01T10:25:20.6109091Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6109387Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6109515Z 2022-12-01T10:25:20.6109621Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6109847Z FAIL: Truncate suffix 2022-12-01T10:25:20.6109965Z 2022-12-01T10:25:20.6110087Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6110323Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:25:20.6110454Z 2022-12-01T10:25:20.6110545Z # Working Repro with 3 nodes 2022-12-01T10:25:20.6110835Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6111462Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6111812Z 2022-12-01T10:25:20.6111820Z 2022-12-01T10:25:20.6111844Z 2022-12-01T10:25:20.6111972Z def forward(self, b_1, sin): 2022-12-01T10:25:20.6112296Z return [b_1, sin] 2022-12-01T10:25:20.6112573Z 2022-12-01T10:25:20.6112735Z 2022-12-01T10:25:20.6112872Z Trying granularity 2 2022-12-01T10:25:20.6113083Z 2022-12-01T10:25:20.6113277Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:25:20.6113686Z SUCCESS: Went from 2 to 1 outputs 2022-12-01T10:25:20.6113892Z 2022-12-01T10:25:20.6114055Z # Working Repro with 3 nodes 2022-12-01T10:25:20.6114614Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6115308Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6115684Z 2022-12-01T10:25:20.6115693Z 2022-12-01T10:25:20.6115700Z 2022-12-01T10:25:20.6115855Z def forward(self, b_1, sin): 2022-12-01T10:25:20.6116186Z return [sin] 2022-12-01T10:25:20.6116471Z 2022-12-01T10:25:20.6116636Z 2022-12-01T10:25:20.6116761Z Trying granularity 2 2022-12-01T10:25:20.6116972Z 2022-12-01T10:25:20.6117192Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:25:20.6117600Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6117820Z 2022-12-01T10:25:20.6118041Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:25:20.6118455Z SUCCESS: Went from 3 to 2 nodes 2022-12-01T10:25:20.6118721Z 2022-12-01T10:25:20.6119010Z # Working Repro with 2 nodes 2022-12-01T10:25:20.6119436Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6119999Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6120368Z 2022-12-01T10:25:20.6120382Z 2022-12-01T10:25:20.6120390Z 2022-12-01T10:25:20.6120538Z def forward(self, sin): 2022-12-01T10:25:20.6120935Z return [sin] 2022-12-01T10:25:20.6121262Z 2022-12-01T10:25:20.6121429Z 2022-12-01T10:25:20.6121568Z Trying granularity 2 2022-12-01T10:25:20.6121771Z 2022-12-01T10:25:20.6121990Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6122381Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6122598Z 2022-12-01T10:25:20.6122819Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6123231Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6123452Z 2022-12-01T10:25:20.6123658Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6124060Z FAIL: Truncate suffix 2022-12-01T10:25:20.6124238Z 2022-12-01T10:25:20.6124440Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6124904Z FAIL: Delta Debugging 2022-12-01T10:25:20.6125244Z Trying granularity 1 2022-12-01T10:25:20.6125448Z 2022-12-01T10:25:20.6125656Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6126044Z FAIL: Truncate suffix 2022-12-01T10:25:20.6126252Z 2022-12-01T10:25:20.6126456Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6126916Z FAIL: Delta Debugging 2022-12-01T10:25:20.6127117Z 2022-12-01T10:25:20.6127352Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:25:20.6127736Z FAIL: Remove outputs 2022-12-01T10:25:20.6128048Z Made 15 queries 2022-12-01T10:25:20.6128232Z 2022-12-01T10:25:20.6128387Z # Working Repro with 2 nodes 2022-12-01T10:25:20.6128802Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6129389Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6129760Z 2022-12-01T10:25:20.6129769Z 2022-12-01T10:25:20.6129777Z 2022-12-01T10:25:20.6129918Z def forward(self, sin): 2022-12-01T10:25:20.6130228Z return [sin] 2022-12-01T10:25:20.6130657Z 2022-12-01T10:25:20.6130824Z 2022-12-01T10:25:20.6131004Z Wrote minimal repro out to repro.py 2022-12-01T10:25:20.6131354Z ok (0.025s) 2022-12-01T10:25:20.6131769Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-12-01T10:25:20.6132060Z 2022-12-01T10:25:20.6132201Z # Working Repro with 6 nodes 2022-12-01T10:25:20.6132694Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6133319Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6133686Z 2022-12-01T10:25:20.6133694Z 2022-12-01T10:25:20.6133702Z 2022-12-01T10:25:20.6133842Z def forward(self, x): 2022-12-01T10:25:20.6134207Z relu = self.relu(x); x = None 2022-12-01T10:25:20.6134584Z sub = relu - relu; relu = None 2022-12-01T10:25:20.6134946Z truediv = sub / sub; sub = None 2022-12-01T10:25:20.6135327Z add = truediv + 3; truediv = None 2022-12-01T10:25:20.6135667Z return add 2022-12-01T10:25:20.6135959Z 2022-12-01T10:25:20.6136118Z 2022-12-01T10:25:20.6136255Z Trying granularity 4 2022-12-01T10:25:20.6136467Z 2022-12-01T10:25:20.6136688Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6137088Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6137301Z 2022-12-01T10:25:20.6137512Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6137929Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6138152Z 2022-12-01T10:25:20.6138366Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6138837Z FAIL: Truncate suffix 2022-12-01T10:25:20.6139044Z 2022-12-01T10:25:20.6139430Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6139810Z FAIL: Delta Debugging 2022-12-01T10:25:20.6140147Z Trying granularity 2 2022-12-01T10:25:20.6140346Z 2022-12-01T10:25:20.6140548Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6140935Z FAIL: Truncate suffix 2022-12-01T10:25:20.6141142Z 2022-12-01T10:25:20.6141334Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:25:20.6141742Z SUCCESS: Went from 6 to 5 nodes 2022-12-01T10:25:20.6141953Z 2022-12-01T10:25:20.6142109Z # Working Repro with 5 nodes 2022-12-01T10:25:20.6142521Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6143101Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6143479Z 2022-12-01T10:25:20.6143487Z 2022-12-01T10:25:20.6143495Z 2022-12-01T10:25:20.6143646Z def forward(self, relu): 2022-12-01T10:25:20.6144017Z sub = relu - relu; relu = None 2022-12-01T10:25:20.6144408Z truediv = sub / sub; sub = None 2022-12-01T10:25:20.6144848Z add = truediv + 3; truediv = None 2022-12-01T10:25:20.6145229Z return add 2022-12-01T10:25:20.6145510Z 2022-12-01T10:25:20.6145674Z 2022-12-01T10:25:20.6145822Z Trying granularity 4 2022-12-01T10:25:20.6146026Z 2022-12-01T10:25:20.6146255Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:25:20.6146666Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6146863Z 2022-12-01T10:25:20.6147086Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:25:20.6147497Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6147718Z 2022-12-01T10:25:20.6147925Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:25:20.6148318Z FAIL: Truncate suffix 2022-12-01T10:25:20.6148521Z 2022-12-01T10:25:20.6148723Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:25:20.6149114Z FAIL: Delta Debugging 2022-12-01T10:25:20.6149433Z Trying granularity 2 2022-12-01T10:25:20.6149640Z 2022-12-01T10:25:20.6149848Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-12-01T10:25:20.6150259Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:25:20.6150557Z 2022-12-01T10:25:20.6150708Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6151169Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6152458Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6152828Z 2022-12-01T10:25:20.6152837Z 2022-12-01T10:25:20.6152847Z 2022-12-01T10:25:20.6152996Z def forward(self, relu): 2022-12-01T10:25:20.6153348Z sub = relu - relu; relu = None 2022-12-01T10:25:20.6153725Z truediv = sub / sub; sub = None 2022-12-01T10:25:20.6154077Z return (truediv,) 2022-12-01T10:25:20.6154376Z 2022-12-01T10:25:20.6154538Z 2022-12-01T10:25:20.6154677Z Trying granularity 4 2022-12-01T10:25:20.6154868Z 2022-12-01T10:25:20.6155087Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6155513Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6155726Z 2022-12-01T10:25:20.6155941Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6156354Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6156655Z 2022-12-01T10:25:20.6156854Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6157290Z FAIL: Truncate suffix 2022-12-01T10:25:20.6157492Z 2022-12-01T10:25:20.6157678Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6158070Z FAIL: Delta Debugging 2022-12-01T10:25:20.6158405Z Trying granularity 2 2022-12-01T10:25:20.6158612Z 2022-12-01T10:25:20.6158818Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6159209Z FAIL: Truncate suffix 2022-12-01T10:25:20.6159416Z 2022-12-01T10:25:20.6159616Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:25:20.6160004Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:25:20.6160235Z 2022-12-01T10:25:20.6160519Z # Working Repro with 3 nodes 2022-12-01T10:25:20.6160941Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6161536Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6161907Z 2022-12-01T10:25:20.6161922Z 2022-12-01T10:25:20.6161930Z 2022-12-01T10:25:20.6162078Z def forward(self, sub): 2022-12-01T10:25:20.6162446Z truediv = sub / sub; sub = None 2022-12-01T10:25:20.6162857Z return (truediv,) 2022-12-01T10:25:20.6163200Z 2022-12-01T10:25:20.6163365Z 2022-12-01T10:25:20.6163507Z Trying granularity 2 2022-12-01T10:25:20.6163712Z 2022-12-01T10:25:20.6163936Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6164337Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6164551Z 2022-12-01T10:25:20.6164779Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6165272Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6165488Z 2022-12-01T10:25:20.6165701Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6166087Z FAIL: Truncate suffix 2022-12-01T10:25:20.6166301Z 2022-12-01T10:25:20.6166503Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6166889Z FAIL: Delta Debugging 2022-12-01T10:25:20.6167229Z Trying granularity 1 2022-12-01T10:25:20.6167437Z 2022-12-01T10:25:20.6167625Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6168007Z FAIL: Truncate suffix 2022-12-01T10:25:20.6168212Z 2022-12-01T10:25:20.6168420Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6168812Z FAIL: Delta Debugging 2022-12-01T10:25:20.6169016Z 2022-12-01T10:25:20.6169222Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:25:20.6169608Z FAIL: Remove outputs 2022-12-01T10:25:20.6169908Z Made 15 queries 2022-12-01T10:25:20.6170091Z 2022-12-01T10:25:20.6170248Z # Working Repro with 3 nodes 2022-12-01T10:25:20.6170668Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6171253Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6171622Z 2022-12-01T10:25:20.6171629Z 2022-12-01T10:25:20.6171637Z 2022-12-01T10:25:20.6171787Z def forward(self, sub): 2022-12-01T10:25:20.6172302Z truediv = sub / sub; sub = None 2022-12-01T10:25:20.6172636Z return (truediv,) 2022-12-01T10:25:20.6172928Z 2022-12-01T10:25:20.6173092Z 2022-12-01T10:25:20.6173271Z Wrote minimal repro out to repro.py 2022-12-01T10:25:20.6173705Z ok (0.025s) 2022-12-01T10:25:20.6174160Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-12-01T10:25:20.6174454Z 2022-12-01T10:25:20.6174611Z # Working Repro with 8 nodes 2022-12-01T10:25:20.6175084Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6175742Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6176113Z 2022-12-01T10:25:20.6176122Z 2022-12-01T10:25:20.6176130Z 2022-12-01T10:25:20.6176283Z def forward(self, a_1, b_1): 2022-12-01T10:25:20.6176791Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-12-01T10:25:20.6177254Z getitem = std_mean[0] 2022-12-01T10:25:20.6177598Z getitem_1 = std_mean[1]; std_mean = None 2022-12-01T10:25:20.6178070Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:25:20.6178617Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:25:20.6179015Z return (add,) 2022-12-01T10:25:20.6179189Z 2022-12-01T10:25:20.6179289Z 2022-12-01T10:25:20.6179375Z Trying granularity 8 2022-12-01T10:25:20.6179500Z 2022-12-01T10:25:20.6179633Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:25:20.6179858Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6179985Z 2022-12-01T10:25:20.6180233Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:25:20.6180482Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6180611Z 2022-12-01T10:25:20.6180733Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:25:20.6180966Z FAIL: Truncate suffix 2022-12-01T10:25:20.6181090Z 2022-12-01T10:25:20.6181213Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:25:20.6181441Z FAIL: Delta Debugging 2022-12-01T10:25:20.6181628Z Trying granularity 4 2022-12-01T10:25:20.6181747Z 2022-12-01T10:25:20.6181865Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:25:20.6182087Z FAIL: Truncate suffix 2022-12-01T10:25:20.6182205Z 2022-12-01T10:25:20.6182328Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:25:20.6182567Z SUCCESS: Went from 8 to 6 nodes 2022-12-01T10:25:20.6182775Z SUCCESS: Went from 2 to 3 inputs 2022-12-01T10:25:20.6182909Z 2022-12-01T10:25:20.6182999Z # Working Repro with 6 nodes 2022-12-01T10:25:20.6183342Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6183761Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6183981Z 2022-12-01T10:25:20.6183985Z 2022-12-01T10:25:20.6183990Z 2022-12-01T10:25:20.6184106Z def forward(self, b_1, getitem, getitem_1): 2022-12-01T10:25:20.6184403Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:25:20.6184738Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:25:20.6184979Z return (add,) 2022-12-01T10:25:20.6185151Z 2022-12-01T10:25:20.6185247Z 2022-12-01T10:25:20.6185330Z Trying granularity 4 2022-12-01T10:25:20.6185452Z 2022-12-01T10:25:20.6185580Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:25:20.6185819Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6185947Z 2022-12-01T10:25:20.6186074Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:25:20.6186299Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6186427Z 2022-12-01T10:25:20.6186549Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:25:20.6186852Z FAIL: Truncate suffix 2022-12-01T10:25:20.6186971Z 2022-12-01T10:25:20.6187096Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:25:20.6187337Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:25:20.6187468Z 2022-12-01T10:25:20.6187559Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6187838Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6188225Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6188441Z 2022-12-01T10:25:20.6188446Z 2022-12-01T10:25:20.6188451Z 2022-12-01T10:25:20.6188551Z def forward(self, getitem, mul): 2022-12-01T10:25:20.6188847Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:25:20.6189104Z return (add,) 2022-12-01T10:25:20.6189281Z 2022-12-01T10:25:20.6189378Z 2022-12-01T10:25:20.6189462Z Trying granularity 4 2022-12-01T10:25:20.6189683Z 2022-12-01T10:25:20.6189800Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6190040Z FAIL: Eliminate dead code 2022-12-01T10:25:20.6190168Z 2022-12-01T10:25:20.6190356Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6190601Z FAIL: Remove unused inputs 2022-12-01T10:25:20.6190731Z 2022-12-01T10:25:20.6190858Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6191089Z FAIL: Truncate suffix 2022-12-01T10:25:20.6191209Z 2022-12-01T10:25:20.6191313Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6191541Z FAIL: Delta Debugging 2022-12-01T10:25:20.6191740Z Trying granularity 2 2022-12-01T10:25:20.6191861Z 2022-12-01T10:25:20.6192040Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6192269Z FAIL: Truncate suffix 2022-12-01T10:25:20.6192390Z 2022-12-01T10:25:20.6192508Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6192719Z FAIL: Delta Debugging 2022-12-01T10:25:20.6192919Z Trying granularity 1 2022-12-01T10:25:20.6193036Z 2022-12-01T10:25:20.6193154Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6193381Z FAIL: Truncate suffix 2022-12-01T10:25:20.6193502Z 2022-12-01T10:25:20.6193621Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6193848Z FAIL: Delta Debugging 2022-12-01T10:25:20.6193951Z 2022-12-01T10:25:20.6194069Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:25:20.6194294Z FAIL: Remove outputs 2022-12-01T10:25:20.6194478Z Made 11 queries 2022-12-01T10:25:20.6194586Z 2022-12-01T10:25:20.6194678Z # Working Repro with 4 nodes 2022-12-01T10:25:20.6194972Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:25:20.6195352Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:25:20.6195550Z 2022-12-01T10:25:20.6195568Z 2022-12-01T10:25:20.6195573Z 2022-12-01T10:25:20.6195660Z def forward(self, getitem, mul): 2022-12-01T10:25:20.6195945Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:25:20.6196198Z return (add,) 2022-12-01T10:25:20.6196369Z 2022-12-01T10:25:20.6196465Z 2022-12-01T10:25:20.6196570Z Wrote minimal repro out to repro.py 2022-12-01T10:25:20.6196773Z ok (0.045s) 2022-12-01T10:25:20.6196866Z 2022-12-01T10:25:20.6197024Z ---------------------------------------------------------------------- 2022-12-01T10:25:20.6197282Z Ran 5 tests in 0.703s 2022-12-01T10:25:20.6197401Z 2022-12-01T10:25:20.6197464Z OK 2022-12-01T10:25:20.6197560Z 2022-12-01T10:25:20.6197652Z Generating XML reports... 2022-12-01T10:25:20.6198029Z Generated XML report: test-reports\python-unittest\functorch\test_minifier\TEST-TestMinifier-20221201102519.xml 2022-12-01T10:25:20.6198295Z 2022-12-01T10:25:20.6198775Z ##[endgroup] 2022-12-01T10:25:20.6199288Z FINISHED PRINTING LOG FILE of functorch/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_minifier_1svn7coy) 2022-12-01T10:25:20.6199808Z 2022-12-01T10:25:22.7708058Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:30:19.8586625Z 2022-12-01T10:30:19.8587429Z PRINTING LOG FILE of functorch/test_aotdispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_aotdispatch_na6luvxe) 2022-12-01T10:30:19.8997510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:30:19.8998111Z warnings.warn(msg, FutureWarning) 2022-12-01T10:30:19.8998742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:30:19.9031021Z warnings.warn(msg, FutureWarning) 2022-12-01T10:30:19.9031766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:30:19.9032336Z warnings.warn(msg, FutureWarning) 2022-12-01T10:30:19.9033145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:30:19.9033711Z warnings.warn(msg, FutureWarning) 2022-12-01T10:30:19.9034450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:30:19.9035136Z warnings.warn(msg, FutureWarning) 2022-12-01T10:30:19.9035885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:30:19.9037044Z warnings.warn(msg, FutureWarning) 2022-12-01T10:30:19.9038061Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:46: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:30:19.9038975Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:30:19.9039246Z 2022-12-01T10:30:19.9039365Z Running tests... 2022-12-01T10:30:19.9039760Z ---------------------------------------------------------------------- 2022-12-01T10:30:19.9040239Z Test results will be stored in test-reports\python-unittest\functorch\test_aotdispatch 2022-12-01T10:30:19.9040990Z test_batch_norm_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:30:19.9041459Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.028s) 2022-12-01T10:30:19.9042531Z test_compilation_context (__main__.TestAOTAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:30:19.9043720Z warnings.warn( 2022-12-01T10:30:19.9044030Z ok (0.020s) 2022-12-01T10:30:19.9044370Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:30:19.9044770Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.006s) 2022-12-01T10:30:19.9045230Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.024s) 2022-12-01T10:30:19.9045672Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.023s) 2022-12-01T10:30:19.9046064Z test_module (__main__.TestAOTAutograd) ... ok (0.031s) 2022-12-01T10:30:19.9046463Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.015s) 2022-12-01T10:30:19.9046889Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.009s) 2022-12-01T10:30:19.9047311Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.083s) 2022-12-01T10:30:19.9047706Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.035s) 2022-12-01T10:30:19.9048129Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-12-01T10:30:19.9048657Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... expected failure (0.013s) 2022-12-01T10:30:19.9049191Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:30:19.9049606Z test_single_output (__main__.TestAOTAutograd) ... ok (0.010s) 2022-12-01T10:30:19.9050110Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.023s) 2022-12-01T10:30:19.9052025Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:30:19.9053013Z warnings.warn( 2022-12-01T10:30:19.9053247Z ok (0.032s) 2022-12-01T10:30:19.9053664Z test_aot_autograd_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:30:19.9054222Z test_aot_autograd_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:30:19.9054787Z test_aot_autograd_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.298s) 2022-12-01T10:30:19.9055407Z test_aot_autograd_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.113s) 2022-12-01T10:30:19.9055972Z test_aot_autograd_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.193s) 2022-12-01T10:30:19.9056580Z test_aot_autograd_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.323s) 2022-12-01T10:30:19.9057115Z test_aot_autograd_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-12-01T10:30:19.9057674Z test_aot_autograd_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-12-01T10:30:19.9058671Z test_aot_autograd_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:30:19.9059581Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:30:19.9059926Z ok (0.254s) 2022-12-01T10:30:19.9060338Z test_aot_autograd_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.138s) 2022-12-01T10:30:19.9060994Z test_aot_autograd_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:30:19.9061533Z test_aot_autograd_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:30:19.9062094Z test_aot_autograd_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:30:19.9062690Z test_aot_autograd_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.143s) 2022-12-01T10:30:19.9063252Z test_aot_autograd_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-12-01T10:30:19.9063812Z test_aot_autograd_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.408s) 2022-12-01T10:30:19.9064358Z test_aot_autograd_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.224s) 2022-12-01T10:30:19.9064925Z test_aot_autograd_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:30:19.9065501Z test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-12-01T10:30:19.9066077Z test_aot_autograd_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.125s) 2022-12-01T10:30:19.9066586Z test_aot_autograd_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-12-01T10:30:19.9067190Z test_aot_autograd_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9067953Z test_aot_autograd_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9068616Z test_aot_autograd_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.395s) 2022-12-01T10:30:19.9069171Z test_aot_autograd_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.416s) 2022-12-01T10:30:19.9069793Z test_aot_autograd_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9070394Z test_aot_autograd_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:30:19.9070982Z test_aot_autograd_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9071606Z test_aot_autograd_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:19.9072258Z test_aot_autograd_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9072910Z test_aot_autograd_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9073582Z test_aot_autograd_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9074277Z test_aot_autograd_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.006s) 2022-12-01T10:30:19.9074941Z test_aot_autograd_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-12-01T10:30:19.9075554Z test_aot_autograd_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:30:19.9076135Z test_aot_autograd_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:30:19.9076669Z test_aot_autograd_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:30:19.9077230Z test_aot_autograd_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.205s) 2022-12-01T10:30:19.9077791Z test_aot_autograd_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:30:19.9078464Z test_aot_autograd_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:30:19.9079007Z test_aot_autograd_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-12-01T10:30:19.9079566Z test_aot_autograd_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-12-01T10:30:19.9080171Z test_aot_autograd_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-12-01T10:30:19.9080723Z test_aot_autograd_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.141s) 2022-12-01T10:30:19.9081309Z test_aot_autograd_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.068s) 2022-12-01T10:30:19.9081875Z test_aot_autograd_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-12-01T10:30:19.9082423Z test_aot_autograd_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:30:19.9082978Z test_aot_autograd_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:30:19.9083576Z test_aot_autograd_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9084252Z test_aot_autograd_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9084956Z test_aot_autograd_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:30:19.9085679Z test_aot_autograd_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-12-01T10:30:19.9086300Z test_aot_autograd_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9086957Z test_aot_autograd_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9087614Z test_aot_autograd_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:30:19.9088169Z test_aot_autograd_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:30:19.9088723Z test_aot_autograd_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (6.373s) 2022-12-01T10:30:19.9089267Z test_aot_autograd_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:30:19.9090355Z test_aot_autograd_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T10:30:19.9091315Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:30:19.9091656Z expected failure (0.712s) 2022-12-01T10:30:19.9092112Z test_aot_autograd_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9093072Z test_aot_autograd_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:30:19.9093824Z L = torch.cholesky(A) 2022-12-01T10:30:19.9094112Z should be replaced with 2022-12-01T10:30:19.9094419Z L = torch.linalg.cholesky(A) 2022-12-01T10:30:19.9094701Z and 2022-12-01T10:30:19.9094965Z U = torch.cholesky(A, upper=True) 2022-12-01T10:30:19.9095264Z should be replaced with 2022-12-01T10:30:19.9095657Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:30:19.9096248Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:30:19.9096824Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9097053Z expected failure (0.034s) 2022-12-01T10:30:19.9097405Z test_aot_autograd_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.474s) 2022-12-01T10:30:19.9097899Z test_aot_autograd_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.435s) 2022-12-01T10:30:19.9098336Z test_aot_autograd_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:30:19.9098851Z test_aot_autograd_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:30:19.9099315Z test_aot_autograd_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.217s) 2022-12-01T10:30:19.9099955Z test_aot_autograd_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.189s) 2022-12-01T10:30:19.9100535Z test_aot_autograd_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-12-01T10:30:19.9101080Z test_aot_autograd_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:30:19.9101661Z test_aot_autograd_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.867s) 2022-12-01T10:30:19.9102343Z test_aot_autograd_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-12-01T10:30:19.9102897Z test_aot_autograd_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-12-01T10:30:19.9103463Z test_aot_autograd_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:30:19.9104040Z test_aot_autograd_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.665s) 2022-12-01T10:30:19.9104642Z test_aot_autograd_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:30:19.9105208Z test_aot_autograd_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.202s) 2022-12-01T10:30:19.9105805Z test_aot_autograd_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:30:19.9106430Z test_aot_autograd_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:30:19.9106978Z test_aot_autograd_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:30:19.9107606Z test_aot_autograd_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9108214Z test_aot_autograd_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:30:19.9108785Z test_aot_autograd_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:30:19.9109346Z test_aot_autograd_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:30:19.9109913Z test_aot_autograd_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:30:19.9110452Z test_aot_autograd_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.561s) 2022-12-01T10:30:19.9111039Z test_aot_autograd_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:30:19.9111658Z test_aot_autograd_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.335s) 2022-12-01T10:30:19.9112232Z test_aot_autograd_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:30:19.9112909Z test_aot_autograd_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.198s) 2022-12-01T10:30:19.9113473Z test_aot_autograd_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-12-01T10:30:19.9114046Z test_aot_autograd_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-12-01T10:30:19.9114577Z test_aot_autograd_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.198s) 2022-12-01T10:30:19.9115152Z test_aot_autograd_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.247s) 2022-12-01T10:30:19.9115734Z test_aot_autograd_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.265s) 2022-12-01T10:30:19.9116294Z test_aot_autograd_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:30:19.9116846Z test_aot_autograd_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.636s) 2022-12-01T10:30:19.9117424Z test_aot_autograd_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-12-01T10:30:19.9118070Z test_aot_autograd_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.176s) 2022-12-01T10:30:19.9118708Z test_aot_autograd_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.136s) 2022-12-01T10:30:19.9119245Z test_aot_autograd_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:30:19.9119906Z test_aot_autograd_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-12-01T10:30:19.9120478Z test_aot_autograd_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:30:19.9121026Z test_aot_autograd_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:30:19.9121578Z test_aot_autograd_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.463s) 2022-12-01T10:30:19.9122187Z test_aot_autograd_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9122836Z test_aot_autograd_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9123488Z test_aot_autograd_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.011s) 2022-12-01T10:30:19.9124138Z test_aot_autograd_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9124730Z test_aot_autograd_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:30:19.9125405Z test_aot_autograd_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-12-01T10:30:19.9125972Z test_aot_autograd_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:30:19.9126540Z test_aot_autograd_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:30:19.9127098Z test_aot_autograd_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:30:19.9127665Z test_aot_autograd_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:30:19.9128196Z test_aot_autograd_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.106s) 2022-12-01T10:30:19.9128762Z test_aot_autograd_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:30:19.9129373Z test_aot_autograd_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9129974Z test_aot_autograd_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.132s) 2022-12-01T10:30:19.9130684Z test_aot_autograd_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.133s) 2022-12-01T10:30:19.9131308Z test_aot_autograd_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.184s) 2022-12-01T10:30:19.9131885Z test_aot_autograd_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:30:19.9132444Z test_aot_autograd_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.269s) 2022-12-01T10:30:19.9132972Z test_aot_autograd_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.274s) 2022-12-01T10:30:19.9133540Z test_aot_autograd_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.313s) 2022-12-01T10:30:19.9134104Z test_aot_autograd_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:30:19.9134652Z test_aot_autograd_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.197s) 2022-12-01T10:30:19.9135197Z test_aot_autograd_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.193s) 2022-12-01T10:30:19.9135764Z test_aot_autograd_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:30:19.9136333Z test_aot_autograd_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.218s) 2022-12-01T10:30:19.9136932Z test_aot_autograd_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.232s) 2022-12-01T10:30:19.9137578Z test_aot_autograd_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.275s) 2022-12-01T10:30:19.9138142Z test_aot_autograd_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.193s) 2022-12-01T10:30:19.9138687Z test_aot_autograd_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-12-01T10:30:19.9139252Z test_aot_autograd_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-12-01T10:30:19.9139826Z test_aot_autograd_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-12-01T10:30:19.9140385Z test_aot_autograd_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.177s) 2022-12-01T10:30:19.9140930Z test_aot_autograd_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.233s) 2022-12-01T10:30:19.9141466Z test_aot_autograd_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:30:19.9142041Z test_aot_autograd_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:30:19.9142600Z test_aot_autograd_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-12-01T10:30:19.9143217Z test_aot_autograd_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:30:19.9143818Z test_aot_autograd_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:30:19.9144386Z test_aot_autograd_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:30:19.9144941Z test_aot_autograd_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.352s) 2022-12-01T10:30:19.9145474Z test_aot_autograd_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:30:19.9146091Z test_aot_autograd_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9146674Z test_aot_autograd_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-12-01T10:30:19.9147215Z test_aot_autograd_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.237s) 2022-12-01T10:30:19.9147834Z test_aot_autograd_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-12-01T10:30:19.9148377Z test_aot_autograd_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:30:19.9148964Z test_aot_autograd_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:30:19.9149579Z test_aot_autograd_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9150198Z test_aot_autograd_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:30:19.9150802Z test_aot_autograd_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9151448Z test_aot_autograd_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9152062Z test_aot_autograd_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.149s) 2022-12-01T10:30:19.9152655Z test_aot_autograd_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9153249Z test_aot_autograd_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:30:19.9153882Z test_aot_autograd_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9154610Z test_aot_autograd_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9155271Z test_aot_autograd_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9155937Z test_aot_autograd_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9156589Z test_aot_autograd_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:30:19.9157146Z test_aot_autograd_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-12-01T10:30:19.9157701Z test_aot_autograd_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.169s) 2022-12-01T10:30:19.9158243Z test_aot_autograd_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:30:19.9158721Z test_aot_autograd_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9159266Z test_aot_autograd_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9159859Z test_aot_autograd_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.136s) 2022-12-01T10:30:19.9160441Z test_aot_autograd_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:30:19.9161017Z test_aot_autograd_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:30:19.9161614Z test_aot_autograd_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.071s) 2022-12-01T10:30:19.9162713Z test_aot_autograd_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:30:19.9163589Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9163901Z expected failure (0.013s) 2022-12-01T10:30:19.9164362Z test_aot_autograd_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:30:19.9165059Z test_aot_autograd_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:30:19.9165698Z test_aot_autograd_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9166356Z test_aot_autograd_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9167001Z test_aot_autograd_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9167656Z test_aot_autograd_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:19.9168337Z test_aot_autograd_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9169029Z test_aot_autograd_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9169674Z test_aot_autograd_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9170327Z test_aot_autograd_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9170948Z test_aot_autograd_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9172173Z test_aot_autograd_exhaustive_istft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-12-01T10:30:19.9173111Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9173422Z expected failure (0.013s) 2022-12-01T10:30:19.9173980Z test_aot_autograd_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:30:19.9174713Z test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:30:19.9175400Z test_aot_autograd_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:30:19.9176051Z test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:30:19.9176708Z test_aot_autograd_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:30:19.9177290Z test_aot_autograd_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-12-01T10:30:19.9177823Z test_aot_autograd_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:30:19.9178374Z test_aot_autograd_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.200s) 2022-12-01T10:30:19.9178970Z test_aot_autograd_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9179560Z test_aot_autograd_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.248s) 2022-12-01T10:30:19.9180149Z test_aot_autograd_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:30:19.9180791Z test_aot_autograd_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.042s) 2022-12-01T10:30:19.9181474Z test_aot_autograd_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.620s) 2022-12-01T10:30:19.9182057Z test_aot_autograd_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.171s) 2022-12-01T10:30:19.9182607Z test_aot_autograd_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:30:19.9183170Z test_aot_autograd_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-12-01T10:30:19.9183756Z test_aot_autograd_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.987s) 2022-12-01T10:30:19.9184366Z test_aot_autograd_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:30:19.9184955Z test_aot_autograd_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.633s) 2022-12-01T10:30:19.9185547Z test_aot_autograd_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.263s) 2022-12-01T10:30:19.9186170Z test_aot_autograd_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.248s) 2022-12-01T10:30:19.9186743Z test_aot_autograd_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.621s) 2022-12-01T10:30:19.9187394Z test_aot_autograd_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.288s) 2022-12-01T10:30:19.9187967Z test_aot_autograd_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.293s) 2022-12-01T10:30:19.9188660Z test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9189348Z test_aot_autograd_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9190022Z test_aot_autograd_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9190626Z test_aot_autograd_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.685s) 2022-12-01T10:30:19.9191221Z test_aot_autograd_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.507s) 2022-12-01T10:30:19.9191799Z test_aot_autograd_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.926s) 2022-12-01T10:30:19.9192393Z test_aot_autograd_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.951s) 2022-12-01T10:30:19.9192987Z test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.923s) 2022-12-01T10:30:19.9193619Z test_aot_autograd_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:30:19.9194233Z test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.142s) 2022-12-01T10:30:19.9194817Z test_aot_autograd_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.760s) 2022-12-01T10:30:19.9195451Z test_aot_autograd_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9196149Z test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9196790Z test_aot_autograd_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.194s) 2022-12-01T10:30:19.9197330Z test_aot_autograd_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.521s) 2022-12-01T10:30:19.9197946Z test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.904s) 2022-12-01T10:30:19.9198641Z test_aot_autograd_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.737s) 2022-12-01T10:30:19.9199229Z test_aot_autograd_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.635s) 2022-12-01T10:30:19.9199907Z test_aot_autograd_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:30:19.9200563Z test_aot_autograd_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.227s) 2022-12-01T10:30:19.9201132Z test_aot_autograd_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.190s) 2022-12-01T10:30:19.9201703Z test_aot_autograd_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.530s) 2022-12-01T10:30:19.9202267Z test_aot_autograd_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.499s) 2022-12-01T10:30:19.9202865Z test_aot_autograd_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (10.304s) 2022-12-01T10:30:19.9203500Z test_aot_autograd_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (17.805s) 2022-12-01T10:30:19.9204080Z test_aot_autograd_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.056s) 2022-12-01T10:30:19.9204717Z test_aot_autograd_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:30:19.9205456Z test_aot_autograd_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.155s) 2022-12-01T10:30:19.9214949Z test_aot_autograd_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.531s) 2022-12-01T10:30:19.9215531Z test_aot_autograd_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.678s) 2022-12-01T10:30:19.9216113Z test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.047s) 2022-12-01T10:30:19.9216747Z test_aot_autograd_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9217332Z test_aot_autograd_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:30:19.9217889Z test_aot_autograd_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-12-01T10:30:19.9218447Z test_aot_autograd_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:30:19.9219010Z test_aot_autograd_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:30:19.9219538Z test_aot_autograd_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:30:19.9220201Z test_aot_autograd_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:30:19.9220811Z test_aot_autograd_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:30:19.9221393Z test_aot_autograd_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:30:19.9221950Z test_aot_autograd_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.162s) 2022-12-01T10:30:19.9222511Z test_aot_autograd_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.250s) 2022-12-01T10:30:19.9223124Z test_aot_autograd_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9223745Z test_aot_autograd_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9224539Z test_aot_autograd_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9225196Z test_aot_autograd_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9225803Z test_aot_autograd_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-12-01T10:30:19.9226413Z test_aot_autograd_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:19.9227029Z test_aot_autograd_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.305s) 2022-12-01T10:30:19.9227631Z test_aot_autograd_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9228260Z test_aot_autograd_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9229213Z test_aot_autograd_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:30:19.9229985Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:30:19.9230289Z should be replaced with 2022-12-01T10:30:19.9230628Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:30:19.9230948Z and 2022-12-01T10:30:19.9231369Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:30:19.9231711Z should be replaced with 2022-12-01T10:30:19.9232292Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:30:19.9232961Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:30:19.9233300Z ok (1.763s) 2022-12-01T10:30:19.9234039Z test_aot_autograd_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:30:19.9234810Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:30:19.9235176Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:30:19.9235487Z should be replaced with 2022-12-01T10:30:19.9236028Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:30:19.9236585Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9236879Z ok (2.871s) 2022-12-01T10:30:19.9237290Z test_aot_autograd_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.340s) 2022-12-01T10:30:19.9237849Z test_aot_autograd_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:30:19.9238400Z test_aot_autograd_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-12-01T10:30:19.9238948Z test_aot_autograd_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.896s) 2022-12-01T10:30:19.9239495Z test_aot_autograd_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.900s) 2022-12-01T10:30:19.9240131Z test_aot_autograd_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9240790Z test_aot_autograd_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9241395Z test_aot_autograd_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.870s) 2022-12-01T10:30:19.9242053Z test_aot_autograd_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.232s) 2022-12-01T10:30:19.9242614Z test_aot_autograd_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:30:19.9243192Z test_aot_autograd_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.332s) 2022-12-01T10:30:19.9243773Z test_aot_autograd_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.336s) 2022-12-01T10:30:19.9244324Z test_aot_autograd_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.955s) 2022-12-01T10:30:19.9244986Z test_aot_autograd_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.919s) 2022-12-01T10:30:19.9245593Z test_aot_autograd_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.345s) 2022-12-01T10:30:19.9246157Z test_aot_autograd_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (9.861s) 2022-12-01T10:30:19.9246718Z test_aot_autograd_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.986s) 2022-12-01T10:30:19.9247292Z test_aot_autograd_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.445s) 2022-12-01T10:30:19.9247857Z test_aot_autograd_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.255s) 2022-12-01T10:30:19.9248486Z test_aot_autograd_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:30:19.9249048Z test_aot_autograd_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.317s) 2022-12-01T10:30:19.9249621Z test_aot_autograd_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.357s) 2022-12-01T10:30:19.9250175Z test_aot_autograd_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.749s) 2022-12-01T10:30:19.9250723Z test_aot_autograd_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.517s) 2022-12-01T10:30:19.9251347Z test_aot_autograd_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.274s) 2022-12-01T10:30:19.9251931Z test_aot_autograd_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.302s) 2022-12-01T10:30:19.9252434Z test_aot_autograd_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:30:19.9252848Z test_aot_autograd_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.206s) 2022-12-01T10:30:19.9253318Z test_aot_autograd_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:30:19.9253767Z test_aot_autograd_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:30:19.9254219Z test_aot_autograd_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-12-01T10:30:19.9254634Z test_aot_autograd_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.261s) 2022-12-01T10:30:19.9255060Z test_aot_autograd_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.224s) 2022-12-01T10:30:19.9255505Z test_aot_autograd_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.204s) 2022-12-01T10:30:19.9255969Z test_aot_autograd_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-12-01T10:30:19.9256389Z test_aot_autograd_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.211s) 2022-12-01T10:30:19.9256860Z test_aot_autograd_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:30:19.9258144Z test_aot_autograd_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-12-01T10:30:19.9258706Z test_aot_autograd_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.226s) 2022-12-01T10:30:19.9259227Z test_aot_autograd_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:30:19.9259749Z test_aot_autograd_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.113s) 2022-12-01T10:30:19.9260305Z test_aot_autograd_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:30:19.9260847Z test_aot_autograd_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:30:19.9261392Z test_aot_autograd_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.142s) 2022-12-01T10:30:19.9261995Z test_aot_autograd_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9262588Z test_aot_autograd_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:30:19.9263158Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.177s) 2022-12-01T10:30:19.9263762Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.186s) 2022-12-01T10:30:19.9264363Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.336s) 2022-12-01T10:30:19.9265015Z test_aot_autograd_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:30:19.9265504Z test_aot_autograd_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.799s) 2022-12-01T10:30:19.9265985Z test_aot_autograd_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.227s) 2022-12-01T10:30:19.9266489Z test_aot_autograd_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:30:19.9266938Z test_aot_autograd_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.540s) 2022-12-01T10:30:19.9267411Z test_aot_autograd_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9267900Z test_aot_autograd_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:30:19.9268359Z test_aot_autograd_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.194s) 2022-12-01T10:30:19.9268857Z test_aot_autograd_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.374s) 2022-12-01T10:30:19.9269428Z test_aot_autograd_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.011s) 2022-12-01T10:30:19.9270013Z test_aot_autograd_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:30:19.9270600Z test_aot_autograd_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9271261Z test_aot_autograd_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9271903Z test_aot_autograd_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9272520Z test_aot_autograd_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9273150Z test_aot_autograd_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9273856Z test_aot_autograd_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9274496Z test_aot_autograd_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.172s) 2022-12-01T10:30:19.9275121Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.116s) 2022-12-01T10:30:19.9275725Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-12-01T10:30:19.9276329Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:30:19.9276924Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-12-01T10:30:19.9277522Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.322s) 2022-12-01T10:30:19.9278116Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.335s) 2022-12-01T10:30:19.9278707Z test_aot_autograd_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.188s) 2022-12-01T10:30:19.9279298Z test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.116s) 2022-12-01T10:30:19.9279935Z test_aot_autograd_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-12-01T10:30:19.9280523Z test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.419s) 2022-12-01T10:30:19.9281105Z test_aot_autograd_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.535s) 2022-12-01T10:30:19.9281704Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.262s) 2022-12-01T10:30:19.9282353Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:30:19.9282996Z test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:30:19.9283572Z test_aot_autograd_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.295s) 2022-12-01T10:30:19.9284684Z test_aot_autograd_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:896.) 2022-12-01T10:30:19.9285767Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9286039Z ok (0.713s) 2022-12-01T10:30:19.9286450Z test_aot_autograd_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.218s) 2022-12-01T10:30:19.9287064Z test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:30:19.9287674Z test_aot_autograd_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:30:19.9288294Z test_aot_autograd_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.446s) 2022-12-01T10:30:19.9288907Z test_aot_autograd_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.618s) 2022-12-01T10:30:19.9289510Z test_aot_autograd_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.539s) 2022-12-01T10:30:19.9290207Z test_aot_autograd_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.238s) 2022-12-01T10:30:19.9291523Z test_aot_autograd_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:30:19.9292762Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:30:19.9293134Z ok (0.201s) 2022-12-01T10:30:19.9293561Z test_aot_autograd_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.204s) 2022-12-01T10:30:19.9294153Z test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.255s) 2022-12-01T10:30:19.9294723Z test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:30:19.9295310Z test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.760s) 2022-12-01T10:30:19.9295977Z test_aot_autograd_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:30:19.9296609Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:30:19.9297270Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.116s) 2022-12-01T10:30:19.9297910Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.942s) 2022-12-01T10:30:19.9298544Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.984s) 2022-12-01T10:30:19.9299166Z test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:19.9299777Z test_aot_autograd_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:30:19.9300334Z test_aot_autograd_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.568s) 2022-12-01T10:30:19.9300914Z test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.447s) 2022-12-01T10:30:19.9301525Z test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.139s) 2022-12-01T10:30:19.9302113Z test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-12-01T10:30:19.9302710Z test_aot_autograd_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:30:19.9303318Z test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:30:19.9303904Z test_aot_autograd_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-12-01T10:30:19.9304504Z test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.318s) 2022-12-01T10:30:19.9305083Z test_aot_autograd_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.136s) 2022-12-01T10:30:19.9305744Z test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.377s) 2022-12-01T10:30:19.9306351Z test_aot_autograd_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.168s) 2022-12-01T10:30:19.9306969Z test_aot_autograd_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-12-01T10:30:19.9307663Z test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-12-01T10:30:19.9308328Z test_aot_autograd_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-12-01T10:30:19.9308943Z test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.186s) 2022-12-01T10:30:19.9309560Z test_aot_autograd_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-12-01T10:30:19.9310681Z test_aot_autograd_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2916: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:30:19.9311568Z warnings.warn( 2022-12-01T10:30:19.9311789Z ok (0.436s) 2022-12-01T10:30:19.9312274Z test_aot_autograd_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.115s) 2022-12-01T10:30:19.9312860Z test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:30:19.9313437Z test_aot_autograd_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.133s) 2022-12-01T10:30:19.9314060Z test_aot_autograd_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.362s) 2022-12-01T10:30:19.9314662Z test_aot_autograd_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.627s) 2022-12-01T10:30:19.9315306Z test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:30:19.9315934Z test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:30:19.9316527Z test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (19.197s) 2022-12-01T10:30:19.9317109Z test_aot_autograd_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (24.304s) 2022-12-01T10:30:19.9317681Z test_aot_autograd_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (10.115s) 2022-12-01T10:30:19.9318256Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.410s) 2022-12-01T10:30:19.9318863Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.389s) 2022-12-01T10:30:19.9319439Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.241s) 2022-12-01T10:30:19.9320034Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.512s) 2022-12-01T10:30:19.9320661Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.081s) 2022-12-01T10:30:19.9321272Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.283s) 2022-12-01T10:30:19.9376396Z test_aot_autograd_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:30:19.9376914Z test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:30:19.9377346Z test_aot_autograd_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:30:19.9377796Z test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:30:19.9378298Z test_aot_autograd_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:30:19.9378881Z test_aot_autograd_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.954s) 2022-12-01T10:30:19.9379452Z test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.276s) 2022-12-01T10:30:19.9380031Z test_aot_autograd_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.422s) 2022-12-01T10:30:19.9380645Z test_aot_autograd_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.589s) 2022-12-01T10:30:19.9381257Z test_aot_autograd_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-12-01T10:30:19.9382538Z test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-12-01T10:30:19.9383155Z test_aot_autograd_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.193s) 2022-12-01T10:30:19.9383730Z test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-12-01T10:30:19.9384306Z test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-12-01T10:30:19.9384895Z test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-12-01T10:30:19.9385482Z test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.504s) 2022-12-01T10:30:19.9386036Z test_aot_autograd_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.306s) 2022-12-01T10:30:19.9386600Z test_aot_autograd_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:30:19.9387221Z test_aot_autograd_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:30:19.9387808Z test_aot_autograd_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:30:19.9388359Z test_aot_autograd_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:30:19.9388922Z test_aot_autograd_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:30:19.9389478Z test_aot_autograd_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-12-01T10:30:19.9390061Z test_aot_autograd_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.083s) 2022-12-01T10:30:19.9390630Z test_aot_autograd_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:30:19.9391217Z test_aot_autograd_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.118s) 2022-12-01T10:30:19.9391801Z test_aot_autograd_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:30:19.9392472Z test_aot_autograd_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:30:19.9393088Z test_aot_autograd_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.053s) 2022-12-01T10:30:19.9393686Z test_aot_autograd_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-12-01T10:30:19.9394116Z test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:30:19.9394602Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.569s) 2022-12-01T10:30:19.9395223Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.390s) 2022-12-01T10:30:19.9395809Z test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.513s) 2022-12-01T10:30:19.9396727Z test_aot_autograd_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:30:19.9397651Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:30:19.9398042Z ok (0.062s) 2022-12-01T10:30:19.9398949Z test_aot_autograd_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:30:19.9399882Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:30:19.9400271Z ok (0.175s) 2022-12-01T10:30:19.9400695Z test_aot_autograd_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9401259Z test_aot_autograd_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.916s) 2022-12-01T10:30:19.9401778Z test_aot_autograd_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:30:19.9402307Z test_aot_autograd_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.106s) 2022-12-01T10:30:19.9402830Z test_aot_autograd_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-12-01T10:30:19.9403335Z test_aot_autograd_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.110s) 2022-12-01T10:30:19.9403861Z test_aot_autograd_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:30:19.9404436Z test_aot_autograd_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9405161Z test_aot_autograd_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9405774Z test_aot_autograd_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9406379Z test_aot_autograd_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:30:19.9406910Z test_aot_autograd_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (56.230s) 2022-12-01T10:30:19.9407440Z test_aot_autograd_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:30:19.9407978Z test_aot_autograd_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.653s) 2022-12-01T10:30:19.9408584Z test_aot_autograd_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.218s) 2022-12-01T10:30:19.9409146Z test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.131s) 2022-12-01T10:30:19.9409712Z test_aot_autograd_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-12-01T10:30:19.9410267Z test_aot_autograd_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-12-01T10:30:19.9410839Z test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-12-01T10:30:19.9411426Z test_aot_autograd_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.122s) 2022-12-01T10:30:19.9411958Z test_aot_autograd_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:30:19.9412534Z test_aot_autograd_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.298s) 2022-12-01T10:30:19.9413047Z test_aot_autograd_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.120s) 2022-12-01T10:30:19.9413553Z test_aot_autograd_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.327s) 2022-12-01T10:30:19.9414436Z test_aot_autograd_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:30:19.9415202Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:30:19.9415548Z Q, R = torch.qr(A, some) 2022-12-01T10:30:19.9415808Z should be replaced with 2022-12-01T10:30:19.9416371Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:30:19.9416923Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9417176Z ok (1.989s) 2022-12-01T10:30:19.9417642Z test_aot_autograd_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:30:19.9418183Z test_aot_autograd_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:30:19.9418814Z test_aot_autograd_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9419430Z test_aot_autograd_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9420061Z test_aot_autograd_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9420672Z test_aot_autograd_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:19.9421237Z test_aot_autograd_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:30:19.9421767Z test_aot_autograd_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:30:19.9422311Z test_aot_autograd_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:30:19.9422854Z test_aot_autograd_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:30:19.9423385Z test_aot_autograd_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.118s) 2022-12-01T10:30:19.9423964Z test_aot_autograd_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.307s) 2022-12-01T10:30:19.9424504Z test_aot_autograd_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.072s) 2022-12-01T10:30:19.9425175Z test_aot_autograd_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-12-01T10:30:19.9425712Z test_aot_autograd_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.106s) 2022-12-01T10:30:19.9426263Z test_aot_autograd_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9426879Z test_aot_autograd_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9427458Z test_aot_autograd_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:30:19.9427996Z test_aot_autograd_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:30:19.9428518Z test_aot_autograd_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-12-01T10:30:19.9429034Z test_aot_autograd_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.411s) 2022-12-01T10:30:19.9429546Z test_aot_autograd_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.009s) 2022-12-01T10:30:19.9430087Z test_aot_autograd_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:30:19.9430676Z test_aot_autograd_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:30:19.9431327Z test_aot_autograd_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:30:19.9431860Z test_aot_autograd_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:30:19.9432372Z test_aot_autograd_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.147s) 2022-12-01T10:30:19.9432902Z test_aot_autograd_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:30:19.9433445Z test_aot_autograd_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.107s) 2022-12-01T10:30:19.9434453Z test_aot_autograd_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:30:19.9435281Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9435544Z ok (0.617s) 2022-12-01T10:30:19.9435932Z test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.600s) 2022-12-01T10:30:19.9436505Z test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.503s) 2022-12-01T10:30:19.9437137Z test_aot_autograd_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:30:19.9437777Z test_aot_autograd_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.556s) 2022-12-01T10:30:19.9438367Z test_aot_autograd_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9438969Z test_aot_autograd_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.435s) 2022-12-01T10:30:19.9439540Z test_aot_autograd_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.514s) 2022-12-01T10:30:19.9440066Z test_aot_autograd_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:30:19.9440585Z test_aot_autograd_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-12-01T10:30:19.9441202Z test_aot_autograd_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:30:19.9441771Z test_aot_autograd_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9442339Z test_aot_autograd_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:30:19.9442853Z test_aot_autograd_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:30:19.9443478Z test_aot_autograd_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:19.9444078Z test_aot_autograd_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.006s) 2022-12-01T10:30:19.9444572Z test_aot_autograd_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.081s) 2022-12-01T10:30:19.9445144Z test_aot_autograd_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:30:19.9445691Z test_aot_autograd_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:30:19.9446228Z test_aot_autograd_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.147s) 2022-12-01T10:30:19.9446760Z test_aot_autograd_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:30:19.9447304Z test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-12-01T10:30:19.9447896Z test_aot_autograd_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.832s) 2022-12-01T10:30:19.9448492Z test_aot_autograd_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:30:19.9449162Z test_aot_autograd_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9449843Z test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9450539Z test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9451173Z test_aot_autograd_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9451808Z test_aot_autograd_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9452480Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9453177Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9453880Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:30:19.9454632Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:19.9455275Z test_aot_autograd_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:30:19.9455862Z test_aot_autograd_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:30:19.9456519Z test_aot_autograd_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.006s) 2022-12-01T10:30:19.9457277Z test_aot_autograd_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9457868Z test_aot_autograd_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:30:19.9458396Z test_aot_autograd_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-12-01T10:30:19.9458930Z test_aot_autograd_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-12-01T10:30:19.9459548Z test_aot_autograd_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9460271Z test_aot_autograd_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:30:19.9460918Z test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:30:19.9461535Z test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9462213Z test_aot_autograd_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9463001Z test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9463662Z test_aot_autograd_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9464258Z test_aot_autograd_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-12-01T10:30:19.9464798Z test_aot_autograd_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:30:19.9465387Z test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-12-01T10:30:19.9466050Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:19.9466746Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9467470Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:19.9468264Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:19.9469068Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:19.9469815Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:19.9470538Z test_aot_autograd_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:19.9471143Z test_aot_autograd_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.203s) 2022-12-01T10:30:19.9471738Z test_aot_autograd_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9472395Z test_aot_autograd_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:30:19.9472924Z test_aot_autograd_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:30:19.9473430Z test_aot_autograd_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:30:19.9473887Z test_aot_autograd_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:30:19.9474280Z test_aot_autograd_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:30:19.9474729Z test_aot_autograd_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-12-01T10:30:19.9475125Z test_aot_autograd_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-12-01T10:30:19.9475572Z test_aot_autograd_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.225s) 2022-12-01T10:30:19.9476048Z test_aot_autograd_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.278s) 2022-12-01T10:30:19.9477271Z test_aot_autograd_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-12-01T10:30:19.9478290Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:30:19.9478612Z ok (0.421s) 2022-12-01T10:30:19.9478984Z test_aot_autograd_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-12-01T10:30:19.9479484Z test_aot_autograd_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:30:19.9479991Z test_aot_autograd_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-12-01T10:30:19.9480512Z test_aot_autograd_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (18.243s) 2022-12-01T10:30:19.9481182Z test_aot_autograd_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:30:19.9482153Z test_aot_autograd_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:30:19.9483025Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:30:19.9483446Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:30:19.9483721Z should be replaced with 2022-12-01T10:30:19.9484037Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:30:19.9484329Z and 2022-12-01T10:30:19.9484579Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:30:19.9484936Z should be replaced with 2022-12-01T10:30:19.9485496Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:30:19.9486040Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9486291Z ok (0.468s) 2022-12-01T10:30:19.9486665Z test_aot_autograd_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-12-01T10:30:19.9487224Z test_aot_autograd_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-12-01T10:30:19.9487827Z test_aot_autograd_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:30:19.9488372Z test_aot_autograd_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:30:19.9488888Z test_aot_autograd_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:30:19.9489439Z test_aot_autograd_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:30:19.9490003Z test_aot_autograd_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:30:19.9490533Z test_aot_autograd_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.341s) 2022-12-01T10:30:19.9491056Z test_aot_autograd_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.307s) 2022-12-01T10:30:19.9491597Z test_aot_autograd_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:30:19.9492136Z test_aot_autograd_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.209s) 2022-12-01T10:30:19.9492676Z test_aot_autograd_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:30:19.9493194Z test_aot_autograd_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:30:19.9493759Z test_aot_autograd_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.288s) 2022-12-01T10:30:19.9494409Z test_aot_autograd_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.293s) 2022-12-01T10:30:19.9495324Z test_aot_autograd_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:1060: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:30:19.9496204Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:30:19.9496625Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:30:19.9496925Z should be replaced with 2022-12-01T10:30:19.9497462Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:30:19.9497972Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:30:19.9498213Z ok (0.404s) 2022-12-01T10:30:19.9498604Z test_aot_autograd_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.094s) 2022-12-01T10:30:19.9499120Z test_aot_autograd_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-12-01T10:30:19.9499665Z test_aot_autograd_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-12-01T10:30:19.9500239Z test_aot_autograd_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:30:19.9500798Z test_aot_autograd_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.109s) 2022-12-01T10:30:19.9501351Z test_aot_autograd_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-12-01T10:30:19.9501859Z test_aot_autograd_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.268s) 2022-12-01T10:30:19.9502454Z test_aot_autograd_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9503094Z test_aot_autograd_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9503718Z test_aot_autograd_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9504351Z test_aot_autograd_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-12-01T10:30:19.9504866Z test_aot_autograd_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.150s) 2022-12-01T10:30:19.9505380Z test_aot_autograd_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.440s) 2022-12-01T10:30:19.9505911Z test_aot_autograd_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:30:19.9506481Z test_aot_autograd_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:30:19.9507065Z test_aot_autograd_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:30:19.9507579Z test_aot_autograd_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:30:19.9508099Z test_aot_autograd_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:30:19.9508613Z test_aot_autograd_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:30:19.9509131Z test_aot_autograd_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-12-01T10:30:19.9509654Z test_aot_autograd_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.177s) 2022-12-01T10:30:19.9510166Z test_aot_autograd_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:30:19.9510810Z test_aot_autograd_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:19.9511437Z test_aot_autograd_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:19.9512024Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.013s) 2022-12-01T10:30:19.9512720Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9513257Z Traceback (most recent call last): 2022-12-01T10:30:19.9521848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9522447Z raise rte 2022-12-01T10:30:19.9522990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9523469Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9524002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9524459Z return test(*args, **kwargs) 2022-12-01T10:30:19.9524954Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9525390Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9526002Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9526559Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9527112Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9527570Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9528101Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9528543Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9529100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9529749Z return op(*args, **kwargs) 2022-12-01T10:30:19.9530283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9530783Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9531353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9531916Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9532501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9533013Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9533544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9533990Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9534486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9534964Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9535479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9535950Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9536459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9536854Z return f(x) 2022-12-01T10:30:19.9537414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9537953Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9538492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9539048Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9539602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9540054Z return self.from_real_tensor( 2022-12-01T10:30:19.9540559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9540960Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9541361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9541723Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9542125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9542505Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9542906Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9543145Z 2022-12-01T10:30:19.9543215Z ERROR (0.011s) 2022-12-01T10:30:19.9543602Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9543991Z Traceback (most recent call last): 2022-12-01T10:30:19.9544472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9544810Z raise rte 2022-12-01T10:30:19.9545310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9545674Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9546152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9546505Z return test(*args, **kwargs) 2022-12-01T10:30:19.9546800Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9547085Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9547517Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9547905Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9548327Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9548710Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9549128Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9549507Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9549931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9550295Z return op(*args, **kwargs) 2022-12-01T10:30:19.9550740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9551112Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9551732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9552134Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9552559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9552946Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9553339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9553735Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9554235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9554604Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9555000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9555392Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9555775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9556074Z return f(x) 2022-12-01T10:30:19.9556460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9556915Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9557337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9557825Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9558307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9558747Z return self.from_real_tensor( 2022-12-01T10:30:19.9559272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9559775Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9560317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9560872Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9561390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9561875Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9562358Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9562666Z 2022-12-01T10:30:19.9562746Z ERROR (0.006s) 2022-12-01T10:30:19.9563313Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9563854Z Traceback (most recent call last): 2022-12-01T10:30:19.9564452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9564998Z raise rte 2022-12-01T10:30:19.9565550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9566019Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9566566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9567031Z return test(*args, **kwargs) 2022-12-01T10:30:19.9567363Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9567634Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9568125Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9568510Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9568927Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9569270Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9569668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9570067Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9570494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9570916Z return op(*args, **kwargs) 2022-12-01T10:30:19.9571304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9571665Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9572101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9572489Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9572894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9573277Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9573683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9574027Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9574400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9574752Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9575137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9575490Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9576478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9576779Z return f(x) 2022-12-01T10:30:19.9577185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9577555Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9577969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9578362Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9578788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9579117Z return self.from_real_tensor( 2022-12-01T10:30:19.9579519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9579913Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9580308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9580672Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9581082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9581473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9581921Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9582159Z 2022-12-01T10:30:19.9582234Z ERROR (0.017s) 2022-12-01T10:30:19.9582691Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9583068Z ERROR (0.014s) 2022-12-01T10:30:19.9583500Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9583958Z Traceback (most recent call last): 2022-12-01T10:30:19.9584455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9584875Z raise rte 2022-12-01T10:30:19.9585347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9585797Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9586278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9586699Z return test(*args, **kwargs) 2022-12-01T10:30:19.9587066Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9587372Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9587869Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9588329Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9588850Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9589289Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9589805Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9590216Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9590709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9591236Z return op(*args, **kwargs) 2022-12-01T10:30:19.9591705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9592165Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9592631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9593106Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9593604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9594057Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9594540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9594965Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9595525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9596002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9596480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9596912Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9597327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9597758Z return f(x) 2022-12-01T10:30:19.9598188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9598616Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9599089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9599541Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9600020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9600409Z return self.from_real_tensor( 2022-12-01T10:30:19.9600852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9601293Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9601817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9602248Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9602700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9603147Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9603574Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9603833Z 2022-12-01T10:30:19.9603931Z ERROR (0.014s) 2022-12-01T10:30:19.9604376Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9604901Z Traceback (most recent call last): 2022-12-01T10:30:19.9605397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9605760Z raise rte 2022-12-01T10:30:19.9606208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9606711Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9607183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9607692Z return test(*args, **kwargs) 2022-12-01T10:30:19.9608054Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9608453Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9608944Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9609400Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9609886Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9610268Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9610745Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9611155Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9611663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9612096Z return op(*args, **kwargs) 2022-12-01T10:30:19.9612549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9613002Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9613622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9614177Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9614686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9615160Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9615592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9616019Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9616476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9616903Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9617380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9617813Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9618261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9618631Z return f(x) 2022-12-01T10:30:19.9619058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9619559Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9620000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9620528Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9621039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9621463Z return self.from_real_tensor( 2022-12-01T10:30:19.9621941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9622405Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9622885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9623391Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9623869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9624325Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9624729Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9625009Z 2022-12-01T10:30:19.9625126Z ERROR (0.009s) 2022-12-01T10:30:19.9625669Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9626191Z Traceback (most recent call last): 2022-12-01T10:30:19.9626702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9627149Z raise rte 2022-12-01T10:30:19.9627620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9628082Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9628579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9628961Z return test(*args, **kwargs) 2022-12-01T10:30:19.9629344Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9629776Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9630289Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9630768Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9631276Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9631770Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9632303Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9632719Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9633220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9633629Z return op(*args, **kwargs) 2022-12-01T10:30:19.9634093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9634541Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9635048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9635512Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9636000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9636452Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9636953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9637421Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9637884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9638367Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9638783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9639287Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9639756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9640135Z return f(x) 2022-12-01T10:30:19.9640569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9641012Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9641488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9641964Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9642450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9642869Z return self.from_real_tensor( 2022-12-01T10:30:19.9643307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9643812Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9644343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9644782Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9645356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9645811Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9646704Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9646992Z 2022-12-01T10:30:19.9647102Z ERROR (0.010s) 2022-12-01T10:30:19.9647600Z test_aot_autograd_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9648021Z expected failure (0.012s) 2022-12-01T10:30:19.9648416Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.014s) 2022-12-01T10:30:19.9648995Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9649522Z Traceback (most recent call last): 2022-12-01T10:30:19.9650120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9650548Z raise rte 2022-12-01T10:30:19.9651018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9651462Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9651942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9652319Z return test(*args, **kwargs) 2022-12-01T10:30:19.9652696Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9653044Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9653552Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9654016Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9654520Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9654941Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9655422Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9655934Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9656459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9656853Z return op(*args, **kwargs) 2022-12-01T10:30:19.9657327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9657783Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9658319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9658795Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9659306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9659777Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9660266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9660749Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9661262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9661714Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9662151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9662654Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9663140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9663518Z return f(x) 2022-12-01T10:30:19.9663819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9663985Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9664288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9664475Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9664760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9664891Z return self.from_real_tensor( 2022-12-01T10:30:19.9665207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9665373Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9665668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9665834Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9666135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9666307Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9666563Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9666571Z 2022-12-01T10:30:19.9666683Z ERROR (0.014s) 2022-12-01T10:30:19.9667022Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9667168Z Traceback (most recent call last): 2022-12-01T10:30:19.9667498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9667655Z raise rte 2022-12-01T10:30:19.9667990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9668124Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9668433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9668559Z return test(*args, **kwargs) 2022-12-01T10:30:19.9668778Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9668927Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9669254Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9669431Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9669745Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9669884Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9670188Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9670326Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9670664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9670796Z return op(*args, **kwargs) 2022-12-01T10:30:19.9671154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9671323Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9671653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9671825Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9672134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9672315Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9672597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9672748Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9673035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9673201Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9673490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9673655Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9673934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9674035Z return f(x) 2022-12-01T10:30:19.9674327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9674489Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9674796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9674996Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9675291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9675429Z return self.from_real_tensor( 2022-12-01T10:30:19.9675749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9675965Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9676258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9676412Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9676801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9676973Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9677287Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9677296Z 2022-12-01T10:30:19.9677409Z ERROR (0.010s) 2022-12-01T10:30:19.9677733Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9677873Z Traceback (most recent call last): 2022-12-01T10:30:19.9678212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9678329Z raise rte 2022-12-01T10:30:19.9678652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9678797Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9679169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9679310Z return test(*args, **kwargs) 2022-12-01T10:30:19.9679534Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9679673Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9680002Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9680168Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9680466Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9680613Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9680917Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9681053Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9681392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9681522Z return op(*args, **kwargs) 2022-12-01T10:30:19.9681840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9682003Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9682341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9682498Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9682805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9682977Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9683267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9683408Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9683692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9683920Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9684205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9684381Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9684659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9684768Z return f(x) 2022-12-01T10:30:19.9685151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9685334Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9685639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9685834Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9686131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9686273Z return self.from_real_tensor( 2022-12-01T10:30:19.9686589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9686750Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9687043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9687202Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9687563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9687743Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9688007Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9688020Z 2022-12-01T10:30:19.9688136Z ERROR (0.016s) 2022-12-01T10:30:19.9688463Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9688573Z ERROR (0.025s) 2022-12-01T10:30:19.9688903Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9689057Z Traceback (most recent call last): 2022-12-01T10:30:19.9689390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9689499Z raise rte 2022-12-01T10:30:19.9689837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9689983Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9690310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9690440Z return test(*args, **kwargs) 2022-12-01T10:30:19.9690670Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9690825Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9691160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9727242Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9727680Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9727799Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9728233Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9728336Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9728646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9728734Z return op(*args, **kwargs) 2022-12-01T10:30:19.9729017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9729141Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9729443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9729575Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9729849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9729989Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9730241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9730352Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9730600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9730731Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9731037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9731170Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9731414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9731487Z return f(x) 2022-12-01T10:30:19.9731748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9731876Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9732139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9732291Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9732549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9732646Z return self.from_real_tensor( 2022-12-01T10:30:19.9732915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9733042Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9733294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9733414Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9733667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9733797Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9734021Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9734031Z 2022-12-01T10:30:19.9734101Z ERROR (0.021s) 2022-12-01T10:30:19.9734404Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9734502Z Traceback (most recent call last): 2022-12-01T10:30:19.9734840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9734915Z raise rte 2022-12-01T10:30:19.9735205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9735305Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9735576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9735664Z return test(*args, **kwargs) 2022-12-01T10:30:19.9735850Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9735953Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9736239Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9736365Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9736637Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9736739Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9736999Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9737096Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9737393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9737533Z return op(*args, **kwargs) 2022-12-01T10:30:19.9737804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9737930Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9738228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9738351Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9738626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9738759Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9739009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9739121Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9739364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9739490Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9739734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9739869Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9740103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9740173Z return f(x) 2022-12-01T10:30:19.9740421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9740550Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9740812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9740964Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9741216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9741360Z return self.from_real_tensor( 2022-12-01T10:30:19.9741626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9741756Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9742009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9742124Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9742381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9742514Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9742735Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9742742Z 2022-12-01T10:30:19.9742812Z ERROR (0.022s) 2022-12-01T10:30:19.9743102Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9743203Z Traceback (most recent call last): 2022-12-01T10:30:19.9743489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9743561Z raise rte 2022-12-01T10:30:19.9743851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9743995Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9744272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9744360Z return test(*args, **kwargs) 2022-12-01T10:30:19.9744540Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9744649Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9744937Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9745061Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9745325Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9745431Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9745697Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9745797Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9746095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9746182Z return op(*args, **kwargs) 2022-12-01T10:30:19.9746452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9746573Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9746873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9746996Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9747266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9747402Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9747651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9747760Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9748052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9748181Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9748424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9748554Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9748788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9748862Z return f(x) 2022-12-01T10:30:19.9749115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9749245Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9749501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9749660Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9749910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9750004Z return self.from_real_tensor( 2022-12-01T10:30:19.9750270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9750394Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9750686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9750803Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9751060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9751193Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9751407Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9751413Z 2022-12-01T10:30:19.9751483Z ERROR (0.024s) 2022-12-01T10:30:19.9751777Z test_aot_autograd_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9751864Z expected failure (0.004s) 2022-12-01T10:30:19.9752070Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.018s) 2022-12-01T10:30:19.9752362Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9752460Z Traceback (most recent call last): 2022-12-01T10:30:19.9752763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9752834Z raise rte 2022-12-01T10:30:19.9753121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9753220Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9753501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9753591Z return test(*args, **kwargs) 2022-12-01T10:30:19.9753771Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9753881Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9754170Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9754344Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9754615Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9754718Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9754984Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9755083Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9755379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9755470Z return op(*args, **kwargs) 2022-12-01T10:30:19.9755741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9755859Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9756154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9756279Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9756544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9756679Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9756929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9757038Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9757327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9757455Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9757701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9757831Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9758059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9758132Z return f(x) 2022-12-01T10:30:19.9758378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9758508Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9758767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9758919Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9759167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9759266Z return self.from_real_tensor( 2022-12-01T10:30:19.9759535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9759669Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9759918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9760033Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9760288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9760422Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9760639Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9760646Z 2022-12-01T10:30:19.9760715Z ERROR (0.022s) 2022-12-01T10:30:19.9761056Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9761156Z Traceback (most recent call last): 2022-12-01T10:30:19.9761444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9761514Z raise rte 2022-12-01T10:30:19.9761800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9761901Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9762172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9762263Z return test(*args, **kwargs) 2022-12-01T10:30:19.9762439Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9762543Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9762827Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9762951Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9763220Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9763322Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9763630Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9763727Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9764124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9764217Z return op(*args, **kwargs) 2022-12-01T10:30:19.9764491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9764609Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9765035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9765161Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9765426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9765599Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9765852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9765963Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9766202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9766330Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9766573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9766704Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9766941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9767013Z return f(x) 2022-12-01T10:30:19.9767265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9767398Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9767660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9767876Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9768133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9768226Z return self.from_real_tensor( 2022-12-01T10:30:19.9768494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9768623Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9768877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9768990Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9769246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9769377Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9769598Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9769606Z 2022-12-01T10:30:19.9769675Z ERROR (0.021s) 2022-12-01T10:30:19.9769967Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9770063Z Traceback (most recent call last): 2022-12-01T10:30:19.9770462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9770534Z raise rte 2022-12-01T10:30:19.9770876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9770987Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9771265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9771356Z return test(*args, **kwargs) 2022-12-01T10:30:19.9771533Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9771638Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9771926Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9772052Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9772320Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9772426Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9772685Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9772783Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9773082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9773167Z return op(*args, **kwargs) 2022-12-01T10:30:19.9773435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9773560Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9773855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9773979Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9774249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9774820Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9775070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9775183Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9775425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9775553Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9775799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9775935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9776170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9776242Z return f(x) 2022-12-01T10:30:19.9776555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9776687Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9776976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9777149Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9777406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9777499Z return self.from_real_tensor( 2022-12-01T10:30:19.9777826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9777954Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9778206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9778324Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9778580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9778711Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9778930Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9778936Z 2022-12-01T10:30:19.9779007Z ERROR (0.020s) 2022-12-01T10:30:19.9779308Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9779376Z ERROR (0.022s) 2022-12-01T10:30:19.9779659Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9779763Z Traceback (most recent call last): 2022-12-01T10:30:19.9780057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9780128Z raise rte 2022-12-01T10:30:19.9780421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9780521Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9780796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9780883Z return test(*args, **kwargs) 2022-12-01T10:30:19.9781063Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9781168Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9781455Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9781636Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9781913Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9782016Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9782276Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9782382Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9782742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9782830Z return op(*args, **kwargs) 2022-12-01T10:30:19.9783142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9783273Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9783588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9783707Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9783983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9784109Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9784419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9784532Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9784779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9784909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9785157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9785291Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9785527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9785589Z return f(x) 2022-12-01T10:30:19.9785845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9785976Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9786237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9786388Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9786646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9786741Z return self.from_real_tensor( 2022-12-01T10:30:19.9787008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9787137Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9787392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9787507Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9787763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9787895Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9788113Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9788163Z 2022-12-01T10:30:19.9788226Z ERROR (0.014s) 2022-12-01T10:30:19.9788518Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9788672Z Traceback (most recent call last): 2022-12-01T10:30:19.9788965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9789035Z raise rte 2022-12-01T10:30:19.9789331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9789428Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9789759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9789854Z return test(*args, **kwargs) 2022-12-01T10:30:19.9790033Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9790142Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9790432Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9790561Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9790826Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9790930Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9791250Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9791348Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9791647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9791742Z return op(*args, **kwargs) 2022-12-01T10:30:19.9792018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9792140Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9792439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9792562Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9792832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9792967Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9793220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9793333Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9793578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9793707Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9793959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9794081Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9794329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9794395Z return f(x) 2022-12-01T10:30:19.9794654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9794788Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9795159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9795305Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9795573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9795708Z return self.from_real_tensor( 2022-12-01T10:30:19.9795988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9796115Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9796373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9796489Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9796744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9796878Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9797089Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9797105Z 2022-12-01T10:30:19.9797166Z ERROR (0.023s) 2022-12-01T10:30:19.9797456Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9797560Z Traceback (most recent call last): 2022-12-01T10:30:19.9797903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9797975Z raise rte 2022-12-01T10:30:19.9798266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9798366Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9798651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9798740Z return test(*args, **kwargs) 2022-12-01T10:30:19.9798918Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9799028Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9799316Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9799450Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9799716Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9799822Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9800086Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9800186Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9800485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9800572Z return op(*args, **kwargs) 2022-12-01T10:30:19.9800842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9800964Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9801316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9801443Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9801710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9801942Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9802199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9802309Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9802549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9802676Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9802926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9803058Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9803290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9803358Z return f(x) 2022-12-01T10:30:19.9803607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9803738Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9803995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9804148Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9804405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9804950Z return self.from_real_tensor( 2022-12-01T10:30:19.9805241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9805369Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9805617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9805737Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9806002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9806128Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9806348Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9806361Z 2022-12-01T10:30:19.9806423Z ERROR (0.022s) 2022-12-01T10:30:19.9806978Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:30:19.9807130Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:30:19.9807378Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9807450Z ERROR (0.041s) 2022-12-01T10:30:19.9808039Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:30:19.9808194Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:30:19.9808365Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9808462Z Traceback (most recent call last): 2022-12-01T10:30:19.9808822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9808893Z raise rte 2022-12-01T10:30:19.9809187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9809286Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9809561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9809654Z return test(*args, **kwargs) 2022-12-01T10:30:19.9809836Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9809937Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9810222Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9810349Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9810623Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9810728Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9810990Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9811086Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9811436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9811532Z return op(*args, **kwargs) 2022-12-01T10:30:19.9811802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9811923Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9812222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9812346Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9812618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9812752Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9813006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9813116Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9813415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9813549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9813797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9813926Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9814211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9814290Z return f(x) 2022-12-01T10:30:19.9814540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9814667Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9814926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9815076Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9815327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9815471Z return self.from_real_tensor( 2022-12-01T10:30:19.9815736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9815861Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9816109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9816222Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9816476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9816608Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9816825Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9816832Z 2022-12-01T10:30:19.9816901Z ERROR (0.021s) 2022-12-01T10:30:19.9817444Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:30:19.9817594Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:30:19.9817764Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9817859Z Traceback (most recent call last): 2022-12-01T10:30:19.9818197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9818268Z raise rte 2022-12-01T10:30:19.9818559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9818656Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9818936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9819024Z return test(*args, **kwargs) 2022-12-01T10:30:19.9819203Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9819305Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9819645Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9819776Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9820048Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9820202Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9820464Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9820562Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9820860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9820948Z return op(*args, **kwargs) 2022-12-01T10:30:19.9821216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9821335Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9821637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9821759Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9822025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9822212Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9822461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9822577Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9822816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9822944Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9823194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9823322Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9823555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9823630Z return f(x) 2022-12-01T10:30:19.9823881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9824008Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9824266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9824416Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9824672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9824808Z return self.from_real_tensor( 2022-12-01T10:30:19.9825079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9825208Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9825460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9825635Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9825897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9826027Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9826300Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9826307Z 2022-12-01T10:30:19.9826376Z ERROR (0.039s) 2022-12-01T10:30:19.9826928Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:30:19.9827081Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:30:19.9827250Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9827348Z Traceback (most recent call last): 2022-12-01T10:30:19.9827640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9827714Z raise rte 2022-12-01T10:30:19.9828010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9828108Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9828386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9828527Z return test(*args, **kwargs) 2022-12-01T10:30:19.9828713Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9828818Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9829100Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9829229Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9829495Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9829604Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9829866Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9829959Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9830260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9830346Z return op(*args, **kwargs) 2022-12-01T10:30:19.9830617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9830735Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9831027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9831160Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9831480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9831617Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9831917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9832032Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9832279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9832505Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9832755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9832883Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9833117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9833189Z return f(x) 2022-12-01T10:30:19.9833445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9833576Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9833836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9833994Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9834248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9834342Z return self.from_real_tensor( 2022-12-01T10:30:19.9834613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9834737Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9834988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9835104Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9835362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9835550Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9835767Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9835774Z 2022-12-01T10:30:19.9835842Z ERROR (0.029s) 2022-12-01T10:30:19.9836136Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9836202Z ERROR (0.015s) 2022-12-01T10:30:19.9836492Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9836589Z Traceback (most recent call last): 2022-12-01T10:30:19.9836879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9836957Z raise rte 2022-12-01T10:30:19.9837245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9837342Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9837614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9837701Z return test(*args, **kwargs) 2022-12-01T10:30:19.9837941Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9838101Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9838396Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9838573Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9838845Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9838950Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9839213Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9839307Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9839613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9839699Z return op(*args, **kwargs) 2022-12-01T10:30:19.9839971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9840100Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9840397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9840522Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9840789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9840923Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9841171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9841283Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9841531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9841660Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9841909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9842094Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9842331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9842406Z return f(x) 2022-12-01T10:30:19.9842658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9842789Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9843051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9843208Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9843458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9843558Z return self.from_real_tensor( 2022-12-01T10:30:19.9843830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9844012Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9844262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9844380Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9844683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9844947Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9845172Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9845180Z 2022-12-01T10:30:19.9845249Z ERROR (0.015s) 2022-12-01T10:30:19.9845596Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9845697Z Traceback (most recent call last): 2022-12-01T10:30:19.9845990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9846065Z raise rte 2022-12-01T10:30:19.9846356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9846454Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9846733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9846823Z return test(*args, **kwargs) 2022-12-01T10:30:19.9847004Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9847119Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9847414Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9847540Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9847813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9847919Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9848177Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9848279Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9848586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9848679Z return op(*args, **kwargs) 2022-12-01T10:30:19.9848998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9849124Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9849423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9849549Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9849818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9849955Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9850260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9850378Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9850623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9850800Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9851051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9851181Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9851414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9851486Z return f(x) 2022-12-01T10:30:19.9851785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9851914Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9852175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9852327Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9852582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9852683Z return self.from_real_tensor( 2022-12-01T10:30:19.9852950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9853075Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9853330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9853447Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9853701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9853837Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9854051Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9854057Z 2022-12-01T10:30:19.9854125Z ERROR (0.014s) 2022-12-01T10:30:19.9854422Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9854521Z Traceback (most recent call last): 2022-12-01T10:30:19.9854810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9854885Z raise rte 2022-12-01T10:30:19.9855179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9855276Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9855548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9855687Z return test(*args, **kwargs) 2022-12-01T10:30:19.9855869Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9855978Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9856323Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9856455Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9856729Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9856872Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9857142Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9857244Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9857546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9857632Z return op(*args, **kwargs) 2022-12-01T10:30:19.9857906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9858026Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9858319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9858498Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9858767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9858907Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9859159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9859269Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9859517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9859647Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9859889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9860025Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9860264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9860333Z return f(x) 2022-12-01T10:30:19.9860580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9860715Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9860970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9861122Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9861377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9861470Z return self.from_real_tensor( 2022-12-01T10:30:19.9861740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9861864Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9862113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9862226Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9862581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9862712Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9862971Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9862981Z 2022-12-01T10:30:19.9863056Z ERROR (0.010s) 2022-12-01T10:30:19.9863345Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9863414Z ERROR (0.000s) 2022-12-01T10:30:19.9863703Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9863800Z Traceback (most recent call last): 2022-12-01T10:30:19.9864095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9864168Z raise rte 2022-12-01T10:30:19.9864457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9864552Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9864833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9864920Z return test(*args, **kwargs) 2022-12-01T10:30:19.9865146Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9865259Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9865548Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9865678Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9865944Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9866047Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9866310Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9866405Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9866709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9866795Z return op(*args, **kwargs) 2022-12-01T10:30:19.9867074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9867196Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9867497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9867622Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9867890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9868025Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9868276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9868434Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9868682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9868817Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9869167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9869299Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9869534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9869603Z return f(x) 2022-12-01T10:30:19.9869854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9869987Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9870248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9870402Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9870655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9870753Z return self.from_real_tensor( 2022-12-01T10:30:19.9871022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9871149Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9871401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9871516Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9871827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9871960Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9872176Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9872182Z 2022-12-01T10:30:19.9872255Z ERROR (0.013s) 2022-12-01T10:30:19.9872540Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9872636Z Traceback (most recent call last): 2022-12-01T10:30:19.9872932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9873003Z raise rte 2022-12-01T10:30:19.9873288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9873387Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9873657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9873744Z return test(*args, **kwargs) 2022-12-01T10:30:19.9873930Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9874035Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9874330Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9874490Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9874780Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9874888Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9875200Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9875302Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9875605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9875751Z return op(*args, **kwargs) 2022-12-01T10:30:19.9876023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9876149Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9876443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9876570Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9876839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9876978Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9877229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9877345Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9877591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9877723Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9877970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9878102Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9878340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9878414Z return f(x) 2022-12-01T10:30:19.9878710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9878845Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9879104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9879261Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9879514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9879609Z return self.from_real_tensor( 2022-12-01T10:30:19.9879875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9880004Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9880255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9880373Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9880688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9880829Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9881048Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9881055Z 2022-12-01T10:30:19.9881126Z ERROR (0.004s) 2022-12-01T10:30:19.9881469Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9881569Z Traceback (most recent call last): 2022-12-01T10:30:19.9881866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9881936Z raise rte 2022-12-01T10:30:19.9882226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9882325Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9882999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9883092Z return test(*args, **kwargs) 2022-12-01T10:30:19.9883277Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9883384Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9883672Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9883800Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9884076Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9884183Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9884451Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9884555Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9884945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9885040Z return op(*args, **kwargs) 2022-12-01T10:30:19.9885316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9885439Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9885797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9885926Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9886197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9886339Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9886595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9886768Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9887016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9887150Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9887448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9887586Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9887827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9887903Z return f(x) 2022-12-01T10:30:19.9888161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9888293Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9888561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9888711Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9888965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9889061Z return self.from_real_tensor( 2022-12-01T10:30:19.9889339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9889468Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9889720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9889891Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9890155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9890291Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9890514Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9890521Z 2022-12-01T10:30:19.9890592Z ERROR (0.004s) 2022-12-01T10:30:19.9890888Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9890961Z ERROR (0.004s) 2022-12-01T10:30:19.9891251Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9891355Z Traceback (most recent call last): 2022-12-01T10:30:19.9891653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9891732Z raise rte 2022-12-01T10:30:19.9892028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9892131Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9892460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9892554Z return test(*args, **kwargs) 2022-12-01T10:30:19.9892769Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9892900Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9893195Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9893330Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9893656Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9893768Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9894038Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9894140Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9894444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9894536Z return op(*args, **kwargs) 2022-12-01T10:30:19.9894815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9894944Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9895245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9895378Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9895653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9895795Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9896056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9896173Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9896418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9896607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9896859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9896992Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9897227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9897301Z return f(x) 2022-12-01T10:30:19.9897556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9897694Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9897962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9898122Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9898381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9898486Z return self.from_real_tensor( 2022-12-01T10:30:19.9898757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9898925Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9899204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9899327Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9899636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9899775Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9900050Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9900060Z 2022-12-01T10:30:19.9900134Z ERROR (0.003s) 2022-12-01T10:30:19.9900426Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9900514Z Traceback (most recent call last): 2022-12-01T10:30:19.9900824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9900889Z raise rte 2022-12-01T10:30:19.9901196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9901298Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9901580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9901677Z return test(*args, **kwargs) 2022-12-01T10:30:19.9901860Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9901956Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9902253Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9902370Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9902651Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9902748Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9903020Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9903110Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9903421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9903562Z return op(*args, **kwargs) 2022-12-01T10:30:19.9903837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9903959Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9904256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9904383Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9904654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9904792Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9905042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9905158Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9905454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9905587Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9905838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9906007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9906258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9906378Z return f(x) 2022-12-01T10:30:19.9906633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9906765Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9907028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9907182Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9907439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9907536Z return self.from_real_tensor( 2022-12-01T10:30:19.9907803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9907931Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9908187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9908303Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9908559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9908696Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9908916Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9908923Z 2022-12-01T10:30:19.9908994Z ERROR (0.003s) 2022-12-01T10:30:19.9909276Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9909377Z Traceback (most recent call last): 2022-12-01T10:30:19.9909672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9909746Z raise rte 2022-12-01T10:30:19.9910037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9910184Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9910475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9910555Z return test(*args, **kwargs) 2022-12-01T10:30:19.9910736Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9910845Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9911130Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9911261Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9911585Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9911695Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9911961Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9912107Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9912414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9912504Z return op(*args, **kwargs) 2022-12-01T10:30:19.9912791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9912905Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9913562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9913702Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9913978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9914121Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9914377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9914492Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9914734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9914870Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9915121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9915254Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9915493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9915556Z return f(x) 2022-12-01T10:30:19.9915818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9915949Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9916211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9916367Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9916626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9916728Z return self.from_real_tensor( 2022-12-01T10:30:19.9916997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9917126Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9917438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9917631Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9917894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9918030Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9918303Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9918312Z 2022-12-01T10:30:19.9918373Z ERROR (0.004s) 2022-12-01T10:30:19.9918672Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9918743Z ERROR (0.003s) 2022-12-01T10:30:19.9919032Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9919134Z Traceback (most recent call last): 2022-12-01T10:30:19.9919428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9919503Z raise rte 2022-12-01T10:30:19.9919783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9919883Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9920212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9920304Z return test(*args, **kwargs) 2022-12-01T10:30:19.9920488Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9920600Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9920893Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9921025Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9921297Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9921405Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9921674Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9921776Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9922081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9922173Z return op(*args, **kwargs) 2022-12-01T10:30:19.9922447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9922575Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9922869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9922999Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9923270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9923408Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9923719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9923836Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9924080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9924262Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9924552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9924687Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9925036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9925118Z return f(x) 2022-12-01T10:30:19.9925450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9925694Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9925965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9926121Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9926378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9926479Z return self.from_real_tensor( 2022-12-01T10:30:19.9926751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9926883Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9927134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9927314Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9927580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9927716Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9927940Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9927947Z 2022-12-01T10:30:19.9928021Z ERROR (0.003s) 2022-12-01T10:30:19.9928320Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9928420Z Traceback (most recent call last): 2022-12-01T10:30:19.9928717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9928794Z raise rte 2022-12-01T10:30:19.9929088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9929191Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9929467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9929561Z return test(*args, **kwargs) 2022-12-01T10:30:19.9929744Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9929915Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9930206Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9930337Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9930657Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9930766Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9931031Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9931131Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9931492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9931584Z return op(*args, **kwargs) 2022-12-01T10:30:19.9931857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9931981Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9932277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9932409Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9932682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9932821Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9933076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9933197Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9933440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9933574Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9933823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9933954Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9934241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9934316Z return f(x) 2022-12-01T10:30:19.9934569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9934706Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9934968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9935124Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9935377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9935475Z return self.from_real_tensor( 2022-12-01T10:30:19.9935747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9935884Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9936190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9936311Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9936600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9936755Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9936977Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9936984Z 2022-12-01T10:30:19.9937056Z ERROR (0.003s) 2022-12-01T10:30:19.9937350Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9937453Z Traceback (most recent call last): 2022-12-01T10:30:19.9937750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9937826Z raise rte 2022-12-01T10:30:19.9938117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9938268Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9938549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9938640Z return test(*args, **kwargs) 2022-12-01T10:30:19.9938825Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9938935Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9939229Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9939364Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9939635Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9939746Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9940010Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9940111Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9940413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9940504Z return op(*args, **kwargs) 2022-12-01T10:30:19.9940780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9940952Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9941254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9941378Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9941654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9941793Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9942084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9942218Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9942468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9942605Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9942909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9943050Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9943295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9943372Z return f(x) 2022-12-01T10:30:19.9943625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9943761Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9944030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9944189Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9944447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9944547Z return self.from_real_tensor( 2022-12-01T10:30:19.9944825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9945013Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9945269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9945389Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9945655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9945795Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9946020Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9946027Z 2022-12-01T10:30:19.9946106Z ERROR (0.003s) 2022-12-01T10:30:19.9946401Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9946476Z ERROR (0.009s) 2022-12-01T10:30:19.9946766Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9946869Z Traceback (most recent call last): 2022-12-01T10:30:19.9947167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9947245Z raise rte 2022-12-01T10:30:19.9947544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9947692Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9947981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9948075Z return test(*args, **kwargs) 2022-12-01T10:30:19.9948260Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9948422Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9948714Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9948846Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9949177Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9949290Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9949558Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9949661Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9949968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9950067Z return op(*args, **kwargs) 2022-12-01T10:30:19.9950340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9950463Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9950763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9950896Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9951164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9951308Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9951560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9951676Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9951971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9952106Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9952351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9952484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9952722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9952798Z return f(x) 2022-12-01T10:30:19.9953055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9953189Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9953447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9953604Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9953860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9953956Z return self.from_real_tensor( 2022-12-01T10:30:19.9954225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9954353Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9954708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9954833Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9955120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9955280Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9955501Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9955509Z 2022-12-01T10:30:19.9955581Z ERROR (0.020s) 2022-12-01T10:30:19.9955873Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9955972Z Traceback (most recent call last): 2022-12-01T10:30:19.9956272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9956345Z raise rte 2022-12-01T10:30:19.9956636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9956738Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9957020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9957112Z return test(*args, **kwargs) 2022-12-01T10:30:19.9957294Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9957402Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9957692Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9957822Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9958092Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9958201Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9958462Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9958610Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9958913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9959002Z return op(*args, **kwargs) 2022-12-01T10:30:19.9959275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9959398Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9959699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9959826Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9960094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9960231Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9960486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9960653Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9960901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9961033Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9961328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9961509Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9961751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9961822Z return f(x) 2022-12-01T10:30:19.9962075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9962208Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9962469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9962624Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9962879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9962977Z return self.from_real_tensor( 2022-12-01T10:30:19.9963249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9963379Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9963632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9963752Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9964010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9964144Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9964366Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9964374Z 2022-12-01T10:30:19.9964444Z ERROR (0.014s) 2022-12-01T10:30:19.9964742Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9964932Z Traceback (most recent call last): 2022-12-01T10:30:19.9965236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9965361Z raise rte 2022-12-01T10:30:19.9965653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9965757Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9966038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9966133Z return test(*args, **kwargs) 2022-12-01T10:30:19.9966321Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9966433Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9966779Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9966913Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9967220Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9967345Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9967609Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9967708Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9968012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9968104Z return op(*args, **kwargs) 2022-12-01T10:30:19.9968427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9968555Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9968856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9968986Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9969257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9969396Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9969647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9969764Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9970009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9970144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9970393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9970528Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9970769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9970846Z return f(x) 2022-12-01T10:30:19.9971098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9971229Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9971489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9971648Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9971902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9971999Z return self.from_real_tensor( 2022-12-01T10:30:19.9972268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9972447Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9972757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9972879Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9973140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9973323Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9973552Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9973559Z 2022-12-01T10:30:19.9973631Z ERROR (0.012s) 2022-12-01T10:30:19.9973929Z test_aot_autograd_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:19.9974022Z expected failure (0.003s) 2022-12-01T10:30:19.9974250Z test_aot_autograd_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:19.9974463Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:19.9974759Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:19.9974862Z Traceback (most recent call last): 2022-12-01T10:30:19.9975213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9975290Z raise rte 2022-12-01T10:30:19.9975584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9975689Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9975971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9976064Z return test(*args, **kwargs) 2022-12-01T10:30:19.9976247Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9976355Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9976648Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9976780Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9977053Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9977160Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9977429Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9977575Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9977910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9978033Z return op(*args, **kwargs) 2022-12-01T10:30:19.9979174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9979384Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9979714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9979871Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9980175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9980405Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9980686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9980830Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9981106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9981268Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9981547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9981706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9981984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9982091Z return f(x) 2022-12-01T10:30:19.9982369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9982531Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9982824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9983014Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9983295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9983467Z return self.from_real_tensor( 2022-12-01T10:30:19.9983773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9983940Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9984231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9984377Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9984707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9984868Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9985112Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9985120Z 2022-12-01T10:30:19.9985222Z ERROR (0.014s) 2022-12-01T10:30:19.9985599Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:19.9985725Z Traceback (most recent call last): 2022-12-01T10:30:19.9986053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9986163Z raise rte 2022-12-01T10:30:19.9986489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9986621Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9986934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9987059Z return test(*args, **kwargs) 2022-12-01T10:30:19.9987274Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9987414Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9987735Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9987893Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9988253Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9988390Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9988680Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9988809Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:19.9989156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:19.9989288Z return op(*args, **kwargs) 2022-12-01T10:30:19.9989593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:19.9989750Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:19.9990078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:19.9990243Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:19.9990536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:19.9990748Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:19.9991028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:19.9991168Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:19.9991551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:19.9991714Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9991997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:19.9992164Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:19.9992434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:19.9992537Z return f(x) 2022-12-01T10:30:19.9992819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:19.9992984Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:19.9993284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:19.9993473Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:19.9993759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:19.9993892Z return self.from_real_tensor( 2022-12-01T10:30:19.9994193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:19.9994365Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:19.9994648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:19.9994802Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:19.9995089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:19.9995259Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:19.9995507Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:19.9995515Z 2022-12-01T10:30:19.9995621Z ERROR (0.007s) 2022-12-01T10:30:19.9995956Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:19.9996505Z Traceback (most recent call last): 2022-12-01T10:30:19.9996911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:19.9997016Z raise rte 2022-12-01T10:30:19.9997389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:19.9997521Z result = test(self, **param_kwargs) 2022-12-01T10:30:19.9997843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:19.9997968Z return test(*args, **kwargs) 2022-12-01T10:30:19.9998188Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:19.9998337Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:19.9998659Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:19.9998821Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:19.9999122Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:19.9999262Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:19.9999555Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:19.9999749Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0000093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0000222Z return op(*args, **kwargs) 2022-12-01T10:30:20.0000535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0000702Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0001035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0001199Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0001502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0001675Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0001962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0002107Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0002381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0002544Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0002877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0003038Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0003390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0003490Z return f(x) 2022-12-01T10:30:20.0003773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0003936Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0004229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0004753Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0005132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0005265Z return self.from_real_tensor( 2022-12-01T10:30:20.0005572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0005736Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0006028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0006188Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0006481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0006649Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0006907Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0006916Z 2022-12-01T10:30:20.0007016Z ERROR (0.006s) 2022-12-01T10:30:20.0007343Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0007439Z ERROR (0.004s) 2022-12-01T10:30:20.0007759Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0007959Z Traceback (most recent call last): 2022-12-01T10:30:20.0008292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0008393Z raise rte 2022-12-01T10:30:20.0008768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0008898Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0009199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0009356Z return test(*args, **kwargs) 2022-12-01T10:30:20.0009567Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0009699Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0010024Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0010182Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0010482Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0010621Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0010921Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0011048Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0011393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0011521Z return op(*args, **kwargs) 2022-12-01T10:30:20.0011905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0012153Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0012690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0012933Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0013836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0014083Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0014484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0014677Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0015140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0015381Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0015778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0016010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0016388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0016527Z return f(x) 2022-12-01T10:30:20.0016921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0017154Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0017593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0017839Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0018388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0018539Z return self.from_real_tensor( 2022-12-01T10:30:20.0018860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0019028Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0019316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0019465Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0019831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0020005Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0020268Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0020282Z 2022-12-01T10:30:20.0020381Z ERROR (0.004s) 2022-12-01T10:30:20.0020707Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0020838Z Traceback (most recent call last): 2022-12-01T10:30:20.0021172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0021277Z raise rte 2022-12-01T10:30:20.0021602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0021735Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0022051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0022186Z return test(*args, **kwargs) 2022-12-01T10:30:20.0022401Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0022541Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0022858Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0023103Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0023417Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0023559Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0023859Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0023994Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0024330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0024458Z return op(*args, **kwargs) 2022-12-01T10:30:20.0024765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0024925Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0025318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0025483Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0025834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0026007Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0026301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0026503Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0026788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0026961Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0027240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0027403Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0027678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0027784Z return f(x) 2022-12-01T10:30:20.0028073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0028240Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0028543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0028734Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0029025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0029154Z return self.from_real_tensor( 2022-12-01T10:30:20.0029460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0029626Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0029913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0030073Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0030362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0030526Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0030781Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0030840Z 2022-12-01T10:30:20.0030945Z ERROR (0.004s) 2022-12-01T10:30:20.0031347Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0031487Z Traceback (most recent call last): 2022-12-01T10:30:20.0031868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0031978Z raise rte 2022-12-01T10:30:20.0032300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0032433Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0032755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0032876Z return test(*args, **kwargs) 2022-12-01T10:30:20.0033093Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0033233Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0033556Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0033722Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0034025Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0034166Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0034825Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0034974Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0035316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0035444Z return op(*args, **kwargs) 2022-12-01T10:30:20.0035754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0035907Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0036248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0036408Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0036713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0036884Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0037238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0037388Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0037670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0037880Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0038169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0038336Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0038603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0038702Z return f(x) 2022-12-01T10:30:20.0038989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0039158Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0039453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0039702Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0039991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0040128Z return self.from_real_tensor( 2022-12-01T10:30:20.0040436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0040599Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0040886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0041033Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0041318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0041488Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0041741Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0041750Z 2022-12-01T10:30:20.0041851Z ERROR (0.004s) 2022-12-01T10:30:20.0042203Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0042308Z ERROR (0.003s) 2022-12-01T10:30:20.0042909Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0043103Z Traceback (most recent call last): 2022-12-01T10:30:20.0043464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0043581Z raise rte 2022-12-01T10:30:20.0043975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0044115Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0044431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0044554Z return test(*args, **kwargs) 2022-12-01T10:30:20.0044772Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0045002Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0045331Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0045495Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0045819Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0045959Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0046266Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0046406Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0046743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0046864Z return op(*args, **kwargs) 2022-12-01T10:30:20.0047178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0047327Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0047663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0047884Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0048232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0048359Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0048695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0048797Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0049169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0049333Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0049612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0049820Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0050096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0050160Z return f(x) 2022-12-01T10:30:20.0050481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0050653Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0050951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0051455Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0051773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0051905Z return self.from_real_tensor( 2022-12-01T10:30:20.0052210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0052372Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0052659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0052813Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0053112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0053281Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0053496Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0126472Z 2022-12-01T10:30:20.0126740Z ERROR (0.003s) 2022-12-01T10:30:20.0127113Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0127231Z Traceback (most recent call last): 2022-12-01T10:30:20.0127576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0127651Z raise rte 2022-12-01T10:30:20.0127949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0128046Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0128333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0128420Z return test(*args, **kwargs) 2022-12-01T10:30:20.0128599Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0128913Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0129206Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0129332Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0129601Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0129704Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0129967Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0130065Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0130364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0130449Z return op(*args, **kwargs) 2022-12-01T10:30:20.0130718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0130839Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0131131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0131253Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0131520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0131652Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0131979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0132090Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0132330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0132545Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0132794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0132919Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0133196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0133264Z return f(x) 2022-12-01T10:30:20.0133512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0133643Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0133900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0134049Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0134301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0134387Z return self.from_real_tensor( 2022-12-01T10:30:20.0134657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0134778Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0135030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0135143Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0135402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0135529Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0135814Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0135826Z 2022-12-01T10:30:20.0135887Z ERROR (0.000s) 2022-12-01T10:30:20.0136207Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0136303Z Traceback (most recent call last): 2022-12-01T10:30:20.0136590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0136658Z raise rte 2022-12-01T10:30:20.0136946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0137040Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0137314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0137402Z return test(*args, **kwargs) 2022-12-01T10:30:20.0137577Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0137678Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0137961Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0138084Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0138397Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0138500Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0138760Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0138853Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0139151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0139235Z return op(*args, **kwargs) 2022-12-01T10:30:20.0139502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0139620Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0139913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0140036Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0140298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0140431Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0140679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0140785Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0141019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0141145Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0141386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0141510Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0141739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0141807Z return f(x) 2022-12-01T10:30:20.0142052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0142231Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0142484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0142633Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0142879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0142970Z return self.from_real_tensor( 2022-12-01T10:30:20.0143231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0143354Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0143607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0143713Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0143973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0144096Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0144309Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0144322Z 2022-12-01T10:30:20.0144382Z ERROR (0.000s) 2022-12-01T10:30:20.0144686Z test_aot_autograd_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0144814Z expected failure (0.000s) 2022-12-01T10:30:20.0145035Z test_aot_autograd_symbolic_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.0145273Z test_aot_autograd_symbolic_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0145518Z test_aot_autograd_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.0145732Z test_aot_autograd_symbolic_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.075s) 2022-12-01T10:30:20.0145947Z test_aot_autograd_symbolic_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.070s) 2022-12-01T10:30:20.0146185Z test_aot_autograd_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.006s) 2022-12-01T10:30:20.0146387Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.0146671Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0146768Z Traceback (most recent call last): 2022-12-01T10:30:20.0147061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0147129Z raise rte 2022-12-01T10:30:20.0147416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0147513Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0147792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0147878Z return test(*args, **kwargs) 2022-12-01T10:30:20.0148054Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0148156Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0148490Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0148686Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0148953Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0149055Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0149364Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0149460Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0149762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0149846Z return op(*args, **kwargs) 2022-12-01T10:30:20.0150115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0150235Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0150525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0150645Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0150911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0151044Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0151342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0151452Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0151690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0151819Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0152059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0152184Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0152413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0152481Z return f(x) 2022-12-01T10:30:20.0152728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0152856Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0153111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0153258Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0153513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0153603Z return self.from_real_tensor( 2022-12-01T10:30:20.0153868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0153991Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0154242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0154355Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0154613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0154748Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0154969Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0155020Z 2022-12-01T10:30:20.0155095Z ERROR (0.000s) 2022-12-01T10:30:20.0155396Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0155497Z Traceback (most recent call last): 2022-12-01T10:30:20.0155790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0155866Z raise rte 2022-12-01T10:30:20.0156163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0156266Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0156545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0156640Z return test(*args, **kwargs) 2022-12-01T10:30:20.0156824Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0156934Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0157227Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0157356Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0157627Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0157777Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0158048Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0158149Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0158452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0158546Z return op(*args, **kwargs) 2022-12-01T10:30:20.0158819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0158944Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0159243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0159371Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0159649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0159789Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0160043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0160160Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0160405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0160539Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0160790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0160923Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0161162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0161235Z return f(x) 2022-12-01T10:30:20.0161489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0161622Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0161935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0162091Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0162346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0162444Z return self.from_real_tensor( 2022-12-01T10:30:20.0162716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0162849Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0163104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0163224Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0163483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0163622Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0163844Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0163851Z 2022-12-01T10:30:20.0163925Z ERROR (0.011s) 2022-12-01T10:30:20.0164223Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0164324Z Traceback (most recent call last): 2022-12-01T10:30:20.0164663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0164741Z raise rte 2022-12-01T10:30:20.0165134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0165244Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0165526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0165621Z return test(*args, **kwargs) 2022-12-01T10:30:20.0165806Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0165914Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0166209Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0166338Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0166611Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0166720Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0166992Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0167092Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0167396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0167486Z return op(*args, **kwargs) 2022-12-01T10:30:20.0167763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0167888Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0168185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0168313Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0168586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0168783Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0169038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0169152Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0169398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0169534Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0169787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0169920Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0170155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0170231Z return f(x) 2022-12-01T10:30:20.0170486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0170619Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0170884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0171040Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0171295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0171441Z return self.from_real_tensor( 2022-12-01T10:30:20.0171716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0171848Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0172104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0172223Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0172486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0172620Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0172839Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0172845Z 2022-12-01T10:30:20.0172918Z ERROR (0.004s) 2022-12-01T10:30:20.0173215Z test_aot_autograd_symbolic_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0173330Z skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0173584Z test_aot_autograd_symbolic_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0173830Z test_aot_autograd_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.0174073Z test_aot_autograd_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0174317Z test_aot_autograd_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.0174566Z test_aot_autograd_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0174795Z test_aot_autograd_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:30:20.0175084Z test_aot_autograd_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:30:20.0175292Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.0175582Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0175683Z Traceback (most recent call last): 2022-12-01T10:30:20.0175990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0176066Z raise rte 2022-12-01T10:30:20.0176362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0176466Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0176752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0176846Z return test(*args, **kwargs) 2022-12-01T10:30:20.0177029Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0177139Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0177432Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0177563Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0177881Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0177992Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0178263Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0178367Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0178670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0178764Z return op(*args, **kwargs) 2022-12-01T10:30:20.0179040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0179165Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0179464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0179593Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0179947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0180094Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0180351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0180466Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0180713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0180896Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0181146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0181281Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0181515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0181589Z return f(x) 2022-12-01T10:30:20.0181843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0182032Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0182296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0182451Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0182703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0182802Z return self.from_real_tensor( 2022-12-01T10:30:20.0183077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0183209Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0183464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0183586Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0183851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0183990Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0184213Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0184221Z 2022-12-01T10:30:20.0184295Z ERROR (0.004s) 2022-12-01T10:30:20.0184633Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0184738Z Traceback (most recent call last): 2022-12-01T10:30:20.0185034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0185112Z raise rte 2022-12-01T10:30:20.0185406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0185509Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0185791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0185885Z return test(*args, **kwargs) 2022-12-01T10:30:20.0186072Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0186183Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0186477Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0186608Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0186881Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0186992Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0187258Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0187358Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0187658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0187749Z return op(*args, **kwargs) 2022-12-01T10:30:20.0188027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0188151Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0188445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0188623Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0188900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0189041Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0189295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0189409Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0189653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0189791Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0190042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0190175Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0190414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0190488Z return f(x) 2022-12-01T10:30:20.0190742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0190876Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0191138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0191293Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0191589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0191689Z return self.from_real_tensor( 2022-12-01T10:30:20.0191959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0192092Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0192344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0192462Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0192720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0192855Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0193077Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0193084Z 2022-12-01T10:30:20.0193157Z ERROR (0.003s) 2022-12-01T10:30:20.0193451Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0193558Z Traceback (most recent call last): 2022-12-01T10:30:20.0193853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0193917Z raise rte 2022-12-01T10:30:20.0194224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0194327Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0194613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0194707Z return test(*args, **kwargs) 2022-12-01T10:30:20.0194890Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0194999Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0195292Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0195470Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0195741Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0195850Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0196119Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0196219Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0196523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0196618Z return op(*args, **kwargs) 2022-12-01T10:30:20.0196894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0197022Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0197316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0197444Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0197715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0197855Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0198151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0198265Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0198509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0198647Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0198896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0199031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0199266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0199341Z return f(x) 2022-12-01T10:30:20.0199593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0199729Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0199990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0200146Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0200401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0200499Z return self.from_real_tensor( 2022-12-01T10:30:20.0200771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0200904Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0201157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0201276Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0201543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0201680Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0201900Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0201950Z 2022-12-01T10:30:20.0202024Z ERROR (0.003s) 2022-12-01T10:30:20.0202318Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0202378Z ERROR (0.004s) 2022-12-01T10:30:20.0202669Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0202770Z Traceback (most recent call last): 2022-12-01T10:30:20.0203066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0203145Z raise rte 2022-12-01T10:30:20.0203437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0203544Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0203820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0203914Z return test(*args, **kwargs) 2022-12-01T10:30:20.0204096Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0204205Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0204494Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0204670Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0205044Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0205156Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0205427Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0205533Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0205839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0205930Z return op(*args, **kwargs) 2022-12-01T10:30:20.0206207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0206333Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0206631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0206760Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0207030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0207177Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0207433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0207546Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0207790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0207925Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0208176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0208309Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0208544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0208669Z return f(x) 2022-12-01T10:30:20.0208928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0209061Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0209327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0209480Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0209734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0209837Z return self.from_real_tensor( 2022-12-01T10:30:20.0210124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0210240Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0210512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0210619Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0210893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0211017Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0211240Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0211262Z 2022-12-01T10:30:20.0211322Z ERROR (0.004s) 2022-12-01T10:30:20.0211664Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0211768Z Traceback (most recent call last): 2022-12-01T10:30:20.0212063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0212142Z raise rte 2022-12-01T10:30:20.0212434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0212535Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0212819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0212912Z return test(*args, **kwargs) 2022-12-01T10:30:20.0213094Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0213207Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0213499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0213629Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0213902Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0214011Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0214278Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0214377Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0214682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0214774Z return op(*args, **kwargs) 2022-12-01T10:30:20.0215049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0215175Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0215475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0215652Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0215928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0216068Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0216323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0216439Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0216687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0216820Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0217070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0217204Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0217439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0217514Z return f(x) 2022-12-01T10:30:20.0217768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0217902Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0218167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0218394Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0218654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0218755Z return self.from_real_tensor( 2022-12-01T10:30:20.0219026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0219157Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0219412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0219531Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0219794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0219932Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0220151Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0220158Z 2022-12-01T10:30:20.0220231Z ERROR (0.004s) 2022-12-01T10:30:20.0220524Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0220631Z Traceback (most recent call last): 2022-12-01T10:30:20.0220930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0221008Z raise rte 2022-12-01T10:30:20.0221302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0221409Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0221695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0221788Z return test(*args, **kwargs) 2022-12-01T10:30:20.0221971Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0222129Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0222423Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0222559Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0222830Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0222944Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0223217Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0223319Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0223623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0223714Z return op(*args, **kwargs) 2022-12-01T10:30:20.0223991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0224114Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0224411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0224540Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0224811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0224950Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0225246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0225361Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0225608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0225744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0225993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0226124Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0226361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0226434Z return f(x) 2022-12-01T10:30:20.0226693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0226826Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0227087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0227243Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0227499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0227597Z return self.from_real_tensor( 2022-12-01T10:30:20.0227871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0228001Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0228255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0228377Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0228637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0228772Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0229039Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0229046Z 2022-12-01T10:30:20.0229119Z ERROR (0.003s) 2022-12-01T10:30:20.0229414Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0229487Z ERROR (0.023s) 2022-12-01T10:30:20.0229779Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0229882Z Traceback (most recent call last): 2022-12-01T10:30:20.0230178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0230254Z raise rte 2022-12-01T10:30:20.0230545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0230649Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0230930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0231025Z return test(*args, **kwargs) 2022-12-01T10:30:20.0231208Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0231316Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0231650Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0231781Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0232052Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0232163Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0232428Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0232529Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0232834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0232925Z return op(*args, **kwargs) 2022-12-01T10:30:20.0233201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0233330Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0233629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0233760Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0234035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0234175Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0234428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0234545Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0234790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0234925Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0235177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0235312Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0235549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0235669Z return f(x) 2022-12-01T10:30:20.0235926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0236059Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0236415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0236577Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0236866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0236987Z return self.from_real_tensor( 2022-12-01T10:30:20.0237265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0237399Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0237651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0237774Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0238037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0238174Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0238397Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0238404Z 2022-12-01T10:30:20.0238533Z ERROR (0.022s) 2022-12-01T10:30:20.0238829Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0238930Z Traceback (most recent call last): 2022-12-01T10:30:20.0239227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0239303Z raise rte 2022-12-01T10:30:20.0239596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0239698Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0239980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0240074Z return test(*args, **kwargs) 2022-12-01T10:30:20.0240259Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0240369Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0240662Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0240795Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0241070Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0241181Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0241446Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0241546Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0241850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0241943Z return op(*args, **kwargs) 2022-12-01T10:30:20.0242217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0242344Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0242687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0242816Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0243088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0243226Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0243482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0243597Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0243843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0243977Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0244228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0244362Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0244597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0244672Z return f(x) 2022-12-01T10:30:20.0245029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0245169Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0245483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0245640Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0245895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0245998Z return self.from_real_tensor( 2022-12-01T10:30:20.0246276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0246406Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0246663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0246783Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0247050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0247186Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0247408Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0247416Z 2022-12-01T10:30:20.0247492Z ERROR (0.024s) 2022-12-01T10:30:20.0247787Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0247891Z Traceback (most recent call last): 2022-12-01T10:30:20.0248184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0248262Z raise rte 2022-12-01T10:30:20.0248551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0248657Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0248938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0249032Z return test(*args, **kwargs) 2022-12-01T10:30:20.0249263Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0249375Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0249666Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0249797Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0250070Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0250181Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0250450Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0250553Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0250854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0250949Z return op(*args, **kwargs) 2022-12-01T10:30:20.0251227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0251353Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0251649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0251781Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0252098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0252242Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0252497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0252612Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0252860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0252994Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0253244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0253377Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0253614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0253688Z return f(x) 2022-12-01T10:30:20.0253945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0254079Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0254340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0254496Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0254752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0254850Z return self.from_real_tensor( 2022-12-01T10:30:20.0255121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0255251Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0255507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0255626Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0255890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0256069Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0256288Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0256296Z 2022-12-01T10:30:20.0256368Z ERROR (0.017s) 2022-12-01T10:30:20.0256665Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0256735Z ERROR (0.000s) 2022-12-01T10:30:20.0257032Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0257134Z Traceback (most recent call last): 2022-12-01T10:30:20.0257430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0257507Z raise rte 2022-12-01T10:30:20.0257800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0257901Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0258183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0258277Z return test(*args, **kwargs) 2022-12-01T10:30:20.0258459Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0258567Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0258902Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0259035Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0259310Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0259422Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0259688Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0259788Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0260092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0260183Z return op(*args, **kwargs) 2022-12-01T10:30:20.0260462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0260587Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0260886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0261017Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0261291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0261431Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0261684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0261800Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0262044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0262182Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0262434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0262566Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0262852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0262926Z return f(x) 2022-12-01T10:30:20.0263180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0263315Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0263580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0263739Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0263998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0264097Z return self.from_real_tensor( 2022-12-01T10:30:20.0264371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0264504Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0264759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0264878Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0265134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0265269Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0265531Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0265539Z 2022-12-01T10:30:20.0265613Z ERROR (0.010s) 2022-12-01T10:30:20.0265907Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0266012Z Traceback (most recent call last): 2022-12-01T10:30:20.0266308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0266383Z raise rte 2022-12-01T10:30:20.0266681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0266783Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0267069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0267162Z return test(*args, **kwargs) 2022-12-01T10:30:20.0267344Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0267452Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0267751Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0267882Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0268153Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0268262Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0268535Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0268638Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0268943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0269034Z return op(*args, **kwargs) 2022-12-01T10:30:20.0269312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0269479Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0269778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0269905Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0270177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0270317Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0270574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0270688Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0270931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0271069Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0271318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0271452Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0271689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0271763Z return f(x) 2022-12-01T10:30:20.0272017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0272151Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0272458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0272617Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0272871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0272971Z return self.from_real_tensor( 2022-12-01T10:30:20.0273244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0273376Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0273632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0273752Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0274020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0274156Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0274376Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0274386Z 2022-12-01T10:30:20.0274458Z ERROR (0.000s) 2022-12-01T10:30:20.0274754Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0274857Z Traceback (most recent call last): 2022-12-01T10:30:20.0275149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0275225Z raise rte 2022-12-01T10:30:20.0275518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0275619Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0275905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0276044Z return test(*args, **kwargs) 2022-12-01T10:30:20.0276227Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0276335Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0276628Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0276759Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0277029Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0277136Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0277406Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0277506Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0277809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0277901Z return op(*args, **kwargs) 2022-12-01T10:30:20.0278176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0278301Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0278597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0278726Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0279037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0279179Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0279433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0279551Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0279796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0279932Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0280184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0280318Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0280553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0280629Z return f(x) 2022-12-01T10:30:20.0280882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0281015Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0281282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0281438Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0281691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0281797Z return self.from_real_tensor( 2022-12-01T10:30:20.0282064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0282194Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0282451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0282570Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0282834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0283017Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0283238Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0283245Z 2022-12-01T10:30:20.0283318Z ERROR (0.000s) 2022-12-01T10:30:20.0283612Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0283685Z ERROR (0.013s) 2022-12-01T10:30:20.0283982Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0284084Z Traceback (most recent call last): 2022-12-01T10:30:20.0284379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0284457Z raise rte 2022-12-01T10:30:20.0284748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0284940Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0285231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0285323Z return test(*args, **kwargs) 2022-12-01T10:30:20.0285505Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0285664Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0285959Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0286091Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0286366Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0286474Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0286744Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0286843Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0287144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0287235Z return op(*args, **kwargs) 2022-12-01T10:30:20.0287511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0287639Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0287938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0288068Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0288341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0288480Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0288736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0288851Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0289096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0289230Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0289479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0289662Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0289901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0289974Z return f(x) 2022-12-01T10:30:20.0290227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0290362Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0290623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0290781Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0291034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0291131Z return self.from_real_tensor( 2022-12-01T10:30:20.0291407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0291536Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0291789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0291905Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0292170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0292305Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0292570Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0292578Z 2022-12-01T10:30:20.0292652Z ERROR (0.004s) 2022-12-01T10:30:20.0292949Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0293053Z Traceback (most recent call last): 2022-12-01T10:30:20.0293352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0293428Z raise rte 2022-12-01T10:30:20.0293721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0293822Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0294104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0294196Z return test(*args, **kwargs) 2022-12-01T10:30:20.0294380Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0294490Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0294783Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0294914Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0295184Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0295292Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0295557Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0295661Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0295964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0296055Z return op(*args, **kwargs) 2022-12-01T10:30:20.0296326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0297021Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0297324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0297455Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0297729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0297870Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0298128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0298244Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0298493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0298629Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0298877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0299010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0299248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0299323Z return f(x) 2022-12-01T10:30:20.0299627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0299763Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0300024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0300178Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0300441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0300538Z return self.from_real_tensor( 2022-12-01T10:30:20.0300810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0300941Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0301195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0301315Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0301575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0301711Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0301936Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0301944Z 2022-12-01T10:30:20.0302017Z ERROR (0.004s) 2022-12-01T10:30:20.0302315Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0302416Z Traceback (most recent call last): 2022-12-01T10:30:20.0302714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0302792Z raise rte 2022-12-01T10:30:20.0303090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0303191Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0303472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0303613Z return test(*args, **kwargs) 2022-12-01T10:30:20.0303798Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0303907Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0304201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0304331Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0304602Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0304710Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0304980Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0305081Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0305387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0305479Z return op(*args, **kwargs) 2022-12-01T10:30:20.0305752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0305879Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0306176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0306355Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0306632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0306773Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0307028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0307142Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0307386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0307519Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0307766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0307898Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0308137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0308213Z return f(x) 2022-12-01T10:30:20.0308468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0308603Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0308865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0309020Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0309273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0309372Z return self.from_real_tensor( 2022-12-01T10:30:20.0309645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0309778Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0310030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0310148Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0310465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0310599Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0310820Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0310827Z 2022-12-01T10:30:20.0310901Z ERROR (0.004s) 2022-12-01T10:30:20.0311202Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0311277Z ERROR (0.004s) 2022-12-01T10:30:20.0311580Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0311683Z Traceback (most recent call last): 2022-12-01T10:30:20.0311978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0312056Z raise rte 2022-12-01T10:30:20.0312351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0312454Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0312738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0312833Z return test(*args, **kwargs) 2022-12-01T10:30:20.0313063Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0313173Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0313466Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0313601Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0313875Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0313986Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0314256Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0314359Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0314666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0314760Z return op(*args, **kwargs) 2022-12-01T10:30:20.0315037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0315161Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0315459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0315589Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0315861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0316000Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0316257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0316375Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0316618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0316754Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0317051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0317184Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0317422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0317495Z return f(x) 2022-12-01T10:30:20.0317748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0317882Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0318147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0318302Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0318554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0318657Z return self.from_real_tensor( 2022-12-01T10:30:20.0318927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0319058Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0319313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0319433Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0319745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0319883Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0320102Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0320108Z 2022-12-01T10:30:20.0320183Z ERROR (0.004s) 2022-12-01T10:30:20.0320490Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0320591Z Traceback (most recent call last): 2022-12-01T10:30:20.0320885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0320947Z raise rte 2022-12-01T10:30:20.0321253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0321359Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0321641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0321733Z return test(*args, **kwargs) 2022-12-01T10:30:20.0321920Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0322017Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0322322Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0322455Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0322725Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0322834Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0323105Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0323205Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0323514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0323653Z return op(*args, **kwargs) 2022-12-01T10:30:20.0323928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0324051Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0324347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0324475Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0324752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0324987Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0325248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0325363Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0325611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0325744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0325992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0326124Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0326360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0326432Z return f(x) 2022-12-01T10:30:20.0327100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0327245Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0327513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0327672Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0327929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0328028Z return self.from_real_tensor( 2022-12-01T10:30:20.0328304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0328435Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0328695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0328818Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0329082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0329221Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0329443Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0329450Z 2022-12-01T10:30:20.0329524Z ERROR (0.004s) 2022-12-01T10:30:20.0329833Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0329923Z Traceback (most recent call last): 2022-12-01T10:30:20.0330233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0330295Z raise rte 2022-12-01T10:30:20.0330606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0330751Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0331049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0331131Z return test(*args, **kwargs) 2022-12-01T10:30:20.0331328Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0331425Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0331718Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0331849Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0332140Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0332236Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0332502Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0332606Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0332923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0333003Z return op(*args, **kwargs) 2022-12-01T10:30:20.0333289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0333402Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0333770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0333903Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0334174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0334316Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0334570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0334684Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0334931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0335064Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0335315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0335453Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0335689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0335762Z return f(x) 2022-12-01T10:30:20.0336016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0336150Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0336412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0336567Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0336821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0336921Z return self.from_real_tensor( 2022-12-01T10:30:20.0337192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0337323Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0337667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0337849Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0338169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0338308Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0338529Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0338536Z 2022-12-01T10:30:20.0338608Z ERROR (0.004s) 2022-12-01T10:30:20.0338904Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0338978Z ERROR (0.004s) 2022-12-01T10:30:20.0339280Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0339384Z Traceback (most recent call last): 2022-12-01T10:30:20.0339682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0339758Z raise rte 2022-12-01T10:30:20.0340054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0340158Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0340498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0340594Z return test(*args, **kwargs) 2022-12-01T10:30:20.0340780Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0340887Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0341182Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0341316Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0341589Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0341697Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0341968Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0342067Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0342371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0342463Z return op(*args, **kwargs) 2022-12-01T10:30:20.0342738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0342871Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0343172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0343302Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0343635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0343777Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0344035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0344196Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0344442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0344629Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0344879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0345013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0345251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0345324Z return f(x) 2022-12-01T10:30:20.0345578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0345714Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0345979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0346134Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0346390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0346489Z return self.from_real_tensor( 2022-12-01T10:30:20.0346765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0346895Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0347149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0347270Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0347577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0347714Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0347934Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0347943Z 2022-12-01T10:30:20.0348018Z ERROR (0.003s) 2022-12-01T10:30:20.0348320Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0348421Z Traceback (most recent call last): 2022-12-01T10:30:20.0348717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0348791Z raise rte 2022-12-01T10:30:20.0349086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0349188Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0349532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0349631Z return test(*args, **kwargs) 2022-12-01T10:30:20.0349815Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0349923Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0350265Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0350398Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0350673Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0350783Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0351049Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0351148Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0351505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0351597Z return op(*args, **kwargs) 2022-12-01T10:30:20.0351869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0351994Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0352291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0352419Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0352691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0352831Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0353085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0353202Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0353447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0353583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0353834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0353968Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0354250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0354327Z return f(x) 2022-12-01T10:30:20.0354582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0354715Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0354979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0355134Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0355438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0355546Z return self.from_real_tensor( 2022-12-01T10:30:20.0355822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0355955Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0356255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0356378Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0356646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0356782Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0357002Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0357009Z 2022-12-01T10:30:20.0357082Z ERROR (0.003s) 2022-12-01T10:30:20.0357385Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0357489Z Traceback (most recent call last): 2022-12-01T10:30:20.0357786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0357865Z raise rte 2022-12-01T10:30:20.0358156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0358307Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0358593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0358686Z return test(*args, **kwargs) 2022-12-01T10:30:20.0358867Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0358975Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0359268Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0359398Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0359667Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0359779Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0360044Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0360145Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0360447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0360541Z return op(*args, **kwargs) 2022-12-01T10:30:20.0360818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0360992Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0361296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0361488Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0361762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0361901Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0362206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0362323Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0362570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0362706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0362958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0363092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0363328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0363405Z return f(x) 2022-12-01T10:30:20.0363660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0363794Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0364057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0364214Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0364469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0364568Z return self.from_real_tensor( 2022-12-01T10:30:20.0364917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0365054Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0365372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0365492Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0365753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0365890Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0366112Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0366119Z 2022-12-01T10:30:20.0366196Z ERROR (0.006s) 2022-12-01T10:30:20.0366501Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0366574Z ERROR (0.000s) 2022-12-01T10:30:20.0366875Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0366978Z Traceback (most recent call last): 2022-12-01T10:30:20.0367272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0367348Z raise rte 2022-12-01T10:30:20.0367698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0367852Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0368136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0368230Z return test(*args, **kwargs) 2022-12-01T10:30:20.0368466Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0368580Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0368875Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0369006Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0369277Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0369387Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0369655Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0369755Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0370060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0370153Z return op(*args, **kwargs) 2022-12-01T10:30:20.0370427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0370552Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0370848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0370976Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0371253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0371399Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0371652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0371768Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0372068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0372206Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0372455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0372592Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0372837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0372915Z return f(x) 2022-12-01T10:30:20.0373174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0373308Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0373573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0373789Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0374052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0374151Z return self.from_real_tensor( 2022-12-01T10:30:20.0374481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0374618Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0374927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0375052Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0375320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0375460Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0375685Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0375693Z 2022-12-01T10:30:20.0375770Z ERROR (0.000s) 2022-12-01T10:30:20.0376076Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0376179Z Traceback (most recent call last): 2022-12-01T10:30:20.0376477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0376555Z raise rte 2022-12-01T10:30:20.0376846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0376949Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0377231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0377323Z return test(*args, **kwargs) 2022-12-01T10:30:20.0377506Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0377620Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0377913Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0378044Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0378319Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0378427Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0378691Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0378836Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0379141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0379235Z return op(*args, **kwargs) 2022-12-01T10:30:20.0379510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0379685Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0379988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0380117Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0380439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0380583Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0380839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0380956Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0381198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0381332Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0381582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0381764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0382002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0382078Z return f(x) 2022-12-01T10:30:20.0382330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0382468Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0382727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0382883Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0383137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0383237Z return self.from_real_tensor( 2022-12-01T10:30:20.0383510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0383642Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0383895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0384016Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0384276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0384412Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0384632Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0384639Z 2022-12-01T10:30:20.0384712Z ERROR (0.012s) 2022-12-01T10:30:20.0385019Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0385120Z Traceback (most recent call last): 2022-12-01T10:30:20.0385415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0385537Z raise rte 2022-12-01T10:30:20.0385876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0385981Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0386311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0386407Z return test(*args, **kwargs) 2022-12-01T10:30:20.0386591Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0386703Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0386995Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0387127Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0387399Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0387510Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0387781Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0387882Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0388185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0388276Z return op(*args, **kwargs) 2022-12-01T10:30:20.0388596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0388723Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0389023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0389155Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0389426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0389566Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0389821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0389936Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0390184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0390318Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0390567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0390699Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0390939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0391014Z return f(x) 2022-12-01T10:30:20.0391268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0391403Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0391714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0391876Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0392130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0392274Z return self.from_real_tensor( 2022-12-01T10:30:20.0392555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0392736Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0392989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0393108Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0393373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0393508Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0393730Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0393738Z 2022-12-01T10:30:20.0393811Z ERROR (0.004s) 2022-12-01T10:30:20.0394115Z test_aot_autograd_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0394208Z expected failure (0.004s) 2022-12-01T10:30:20.0394440Z test_aot_autograd_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0394653Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.025s) 2022-12-01T10:30:20.0394950Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0395050Z Traceback (most recent call last): 2022-12-01T10:30:20.0395394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0395470Z raise rte 2022-12-01T10:30:20.0395768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0395872Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0396150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0396242Z return test(*args, **kwargs) 2022-12-01T10:30:20.0396425Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0396535Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0396828Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0396959Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0397228Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0397336Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0397655Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0397757Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0398061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0398153Z return op(*args, **kwargs) 2022-12-01T10:30:20.0398477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0398607Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0398906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0399039Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0399367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0399507Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0399765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0399879Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0400124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0400259Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0400509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0400642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0400878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0400954Z return f(x) 2022-12-01T10:30:20.0401207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0401342Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0401602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0401757Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0402052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0402154Z return self.from_real_tensor( 2022-12-01T10:30:20.0402429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0402560Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0402815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0402935Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0403198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0403334Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0403586Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0403597Z 2022-12-01T10:30:20.0403688Z ERROR (0.019s) 2022-12-01T10:30:20.0403991Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0404092Z Traceback (most recent call last): 2022-12-01T10:30:20.0404441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0404518Z raise rte 2022-12-01T10:30:20.0404811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0405007Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0405295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0405388Z return test(*args, **kwargs) 2022-12-01T10:30:20.0405574Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0405684Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0405978Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0406567Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0406851Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0406960Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0407230Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0407332Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0407640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0407731Z return op(*args, **kwargs) 2022-12-01T10:30:20.0408013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0408139Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0408442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0408571Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0408843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0408982Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0409236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0409405Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0409721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0409857Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0410109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0410298Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0410544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0410619Z return f(x) 2022-12-01T10:30:20.0410872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0411005Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0411271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0411426Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0411679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0411780Z return self.from_real_tensor( 2022-12-01T10:30:20.0412056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0412187Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0412445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0412566Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0412830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0412966Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0413188Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0413196Z 2022-12-01T10:30:20.0413268Z ERROR (0.033s) 2022-12-01T10:30:20.0413622Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0413724Z Traceback (most recent call last): 2022-12-01T10:30:20.0414025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0414100Z raise rte 2022-12-01T10:30:20.0414389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0414493Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0414773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0414864Z return test(*args, **kwargs) 2022-12-01T10:30:20.0415048Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0415161Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0415454Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0415636Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0415914Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0416024Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0416390Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0416494Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0416799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0416895Z return op(*args, **kwargs) 2022-12-01T10:30:20.0417170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0417297Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0417592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0417721Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0417998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0418140Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0418395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0418507Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0418756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0418888Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0419133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0419265Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0419501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0419575Z return f(x) 2022-12-01T10:30:20.0419829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0419964Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0420224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0420431Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0420686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0420784Z return self.from_real_tensor( 2022-12-01T10:30:20.0421055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0421190Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0421447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0421623Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0421888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0422026Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0422298Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0422306Z 2022-12-01T10:30:20.0422381Z ERROR (0.026s) 2022-12-01T10:30:20.0422682Z test_aot_autograd_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0422772Z expected failure (0.004s) 2022-12-01T10:30:20.0422983Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.0423319Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0423422Z Traceback (most recent call last): 2022-12-01T10:30:20.0423721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0423800Z raise rte 2022-12-01T10:30:20.0424094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0424196Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0424480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0424572Z return test(*args, **kwargs) 2022-12-01T10:30:20.0424755Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0424865Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0425159Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0425293Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0425563Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0425672Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0425941Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0426041Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0426344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0426437Z return op(*args, **kwargs) 2022-12-01T10:30:20.0426711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0426835Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0427178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0427307Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0427635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0427777Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0428031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0428174Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0428439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0428572Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0428819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0428954Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0429189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0429262Z return f(x) 2022-12-01T10:30:20.0429516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0429650Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0429958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0430116Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0430376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0430477Z return self.from_real_tensor( 2022-12-01T10:30:20.0430745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0430874Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0431128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0431246Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0431506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0431644Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0431864Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0431872Z 2022-12-01T10:30:20.0431946Z ERROR (0.004s) 2022-12-01T10:30:20.0432242Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0432344Z Traceback (most recent call last): 2022-12-01T10:30:20.0432637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0432712Z raise rte 2022-12-01T10:30:20.0433004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0433106Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0433388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0433484Z return test(*args, **kwargs) 2022-12-01T10:30:20.0433718Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0433884Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0434221Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0434358Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0434630Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0434739Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0435008Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0435109Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0435411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0435502Z return op(*args, **kwargs) 2022-12-01T10:30:20.0435779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0435904Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0436201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0436329Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0436599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0437112Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0437380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0437496Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0443258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0443435Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0443724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0443864Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0444117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0444194Z return f(x) 2022-12-01T10:30:20.0444465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0444604Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0444955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0445120Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0445377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0445476Z return self.from_real_tensor( 2022-12-01T10:30:20.0445815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0445951Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0446211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0446383Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0446654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0446790Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0447150Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0447158Z 2022-12-01T10:30:20.0447233Z ERROR (0.004s) 2022-12-01T10:30:20.0447526Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0447627Z Traceback (most recent call last): 2022-12-01T10:30:20.0447928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0448009Z raise rte 2022-12-01T10:30:20.0448304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0448407Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0448698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0448790Z return test(*args, **kwargs) 2022-12-01T10:30:20.0448979Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0449087Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0449383Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0449514Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0449847Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0449958Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0450229Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0450334Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0450645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0450736Z return op(*args, **kwargs) 2022-12-01T10:30:20.0451012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0451136Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0451436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0451569Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0451902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0452044Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0452352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0452473Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0452719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0452853Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0453101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0453237Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0453476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0453551Z return f(x) 2022-12-01T10:30:20.0453806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0453995Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0454259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0454414Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0454669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0454768Z return self.from_real_tensor( 2022-12-01T10:30:20.0455043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0455173Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0455428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0455550Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0455813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0455950Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0456171Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0456179Z 2022-12-01T10:30:20.0456250Z ERROR (0.004s) 2022-12-01T10:30:20.0456584Z test_aot_autograd_symbolic_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0456705Z skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0456955Z test_aot_autograd_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.0457198Z test_aot_autograd_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0457418Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.0457789Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0457896Z Traceback (most recent call last): 2022-12-01T10:30:20.0458201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0458325Z raise rte 2022-12-01T10:30:20.0458623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0458727Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0459007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0459100Z return test(*args, **kwargs) 2022-12-01T10:30:20.0459284Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0459395Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0459686Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0459815Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0460088Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0460197Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0460465Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0460621Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0460928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0461020Z return op(*args, **kwargs) 2022-12-01T10:30:20.0461291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0461417Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0461718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0461847Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0462119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0462262Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0462517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0462633Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0462877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0463011Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0463260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0463433Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0463734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0463811Z return f(x) 2022-12-01T10:30:20.0464068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0464206Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0464521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0464679Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0464939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0465037Z return self.from_real_tensor( 2022-12-01T10:30:20.0465307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0465439Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0465707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0465816Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0466088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0466211Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0466434Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0466453Z 2022-12-01T10:30:20.0466514Z ERROR (0.003s) 2022-12-01T10:30:20.0466831Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0466933Z Traceback (most recent call last): 2022-12-01T10:30:20.0467226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0467356Z raise rte 2022-12-01T10:30:20.0467653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0467756Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0468039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0468132Z return test(*args, **kwargs) 2022-12-01T10:30:20.0468318Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0468430Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0468721Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0468852Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0469126Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0469235Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0469499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0469653Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0469964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0470058Z return op(*args, **kwargs) 2022-12-01T10:30:20.0470432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0470562Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0470864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0470996Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0471268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0471410Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0471665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0471782Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0472027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0472162Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0472413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0472548Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0472785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0472860Z return f(x) 2022-12-01T10:30:20.0473114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0473251Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0473513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0473673Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0473928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0474028Z return self.from_real_tensor( 2022-12-01T10:30:20.0474302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0474482Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0474741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0474861Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0475124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0475261Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0475487Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0475496Z 2022-12-01T10:30:20.0475623Z ERROR (0.000s) 2022-12-01T10:30:20.0475940Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0476046Z Traceback (most recent call last): 2022-12-01T10:30:20.0476398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0476478Z raise rte 2022-12-01T10:30:20.0476777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0476880Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0477216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0477312Z return test(*args, **kwargs) 2022-12-01T10:30:20.0477497Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0477607Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0477904Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0478034Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0478306Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0478417Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0478685Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0478784Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0479089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0479181Z return op(*args, **kwargs) 2022-12-01T10:30:20.0479455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0479585Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0479881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0480012Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0480283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0480425Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0480682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0480798Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0481042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0481223Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0481475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0481663Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0481902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0481976Z return f(x) 2022-12-01T10:30:20.0482279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0482420Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0482684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0482841Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0483098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0483198Z return self.from_real_tensor( 2022-12-01T10:30:20.0483470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0483602Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0483855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0483976Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0484286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0484425Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0484649Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0484658Z 2022-12-01T10:30:20.0484733Z ERROR (0.006s) 2022-12-01T10:30:20.0485128Z test_aot_autograd_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0485246Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.0485492Z test_aot_autograd_symbolic_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.0485733Z test_aot_autograd_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:30:20.0485954Z test_aot_autograd_symbolic_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.0486179Z test_aot_autograd_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:30:20.0486389Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.0486681Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0486783Z Traceback (most recent call last): 2022-12-01T10:30:20.0487084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0487164Z raise rte 2022-12-01T10:30:20.0487459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0487623Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0487911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0488059Z return test(*args, **kwargs) 2022-12-01T10:30:20.0488298Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0488413Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0488709Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0488841Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0489118Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0489229Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0489499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0489604Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0489907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0489999Z return op(*args, **kwargs) 2022-12-01T10:30:20.0490275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0490401Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0490702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0490879Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0491157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0491297Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0491555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0491671Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0491917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0492053Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0492304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0492441Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0492685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0492760Z return f(x) 2022-12-01T10:30:20.0493016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0493153Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0493418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0493624Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0493882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0493983Z return self.from_real_tensor( 2022-12-01T10:30:20.0494308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0494441Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0494695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0494866Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0495132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0495269Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0495491Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0495498Z 2022-12-01T10:30:20.0495572Z ERROR (0.006s) 2022-12-01T10:30:20.0495869Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0495972Z Traceback (most recent call last): 2022-12-01T10:30:20.0496267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0496342Z raise rte 2022-12-01T10:30:20.0496637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0496740Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0497023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0497116Z return test(*args, **kwargs) 2022-12-01T10:30:20.0497299Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0497407Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0497742Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0497875Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0498148Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0498261Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0498527Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0498627Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0498932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0499025Z return op(*args, **kwargs) 2022-12-01T10:30:20.0499299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0499427Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0499779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0499910Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0500235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0500380Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0500634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0500751Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0500998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0501134Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0501385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0501519Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0501755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0501878Z return f(x) 2022-12-01T10:30:20.0502131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0502267Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0502530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0502686Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0502941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0503041Z return self.from_real_tensor( 2022-12-01T10:30:20.0503317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0503450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0503703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0503825Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0504089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0504223Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0504445Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0504495Z 2022-12-01T10:30:20.0504570Z ERROR (0.000s) 2022-12-01T10:30:20.0504866Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0504970Z Traceback (most recent call last): 2022-12-01T10:30:20.0505267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0505343Z raise rte 2022-12-01T10:30:20.0505698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0505803Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0506086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0506236Z return test(*args, **kwargs) 2022-12-01T10:30:20.0506423Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0506533Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0506826Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0506958Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0507230Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0507339Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0507608Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0507708Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0508014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0508106Z return op(*args, **kwargs) 2022-12-01T10:30:20.0508384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0508560Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0508861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0508989Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0509258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0509398Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0509650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0509769Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0510016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0510150Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0510399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0510533Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0510769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0510843Z return f(x) 2022-12-01T10:30:20.0511101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0511237Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0511595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0511758Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0512015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0512117Z return self.from_real_tensor( 2022-12-01T10:30:20.0512441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0512577Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0512831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0512953Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0513220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0513355Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0513577Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0513586Z 2022-12-01T10:30:20.0513660Z ERROR (0.000s) 2022-12-01T10:30:20.0513957Z test_aot_autograd_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0514049Z expected failure (0.020s) 2022-12-01T10:30:20.0514293Z test_aot_autograd_symbolic_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.0514525Z test_aot_autograd_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.0514764Z test_aot_autograd_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.0514996Z test_aot_autograd_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.0515222Z test_aot_autograd_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0515480Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.0515772Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0515874Z Traceback (most recent call last): 2022-12-01T10:30:20.0516170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0516246Z raise rte 2022-12-01T10:30:20.0516539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0516641Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0516926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0517020Z return test(*args, **kwargs) 2022-12-01T10:30:20.0517201Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0517312Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0517656Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0517790Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0518111Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0518271Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0518544Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0518647Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0518948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0519040Z return op(*args, **kwargs) 2022-12-01T10:30:20.0519313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0519437Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0519736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0519869Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0520138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0520278Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0520534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0520650Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0520893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0521028Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0521278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0521414Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0521651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0521725Z return f(x) 2022-12-01T10:30:20.0521977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0522584Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0522852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0523009Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0523266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0523366Z return self.from_real_tensor( 2022-12-01T10:30:20.0523719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0523853Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0524140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0524281Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0524548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0524686Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0525020Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0525028Z 2022-12-01T10:30:20.0525101Z ERROR (0.004s) 2022-12-01T10:30:20.0525462Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0525565Z Traceback (most recent call last): 2022-12-01T10:30:20.0525864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0525946Z raise rte 2022-12-01T10:30:20.0526238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0526342Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0526627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0526719Z return test(*args, **kwargs) 2022-12-01T10:30:20.0526905Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0527016Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0527316Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0527449Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0527722Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0527834Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0528102Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0528204Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0528506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0528598Z return op(*args, **kwargs) 2022-12-01T10:30:20.0528876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0529002Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0529300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0529510Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0529808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0529949Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0530252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0530372Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0530620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0530756Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0531007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0531144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0531383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0531458Z return f(x) 2022-12-01T10:30:20.0531712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0531848Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0532109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0532267Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0532574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0532676Z return self.from_real_tensor( 2022-12-01T10:30:20.0532953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0533088Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0533342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0533461Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0533722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0533859Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0534088Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0534095Z 2022-12-01T10:30:20.0534169Z ERROR (0.004s) 2022-12-01T10:30:20.0534466Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0534572Z Traceback (most recent call last): 2022-12-01T10:30:20.0534868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0534945Z raise rte 2022-12-01T10:30:20.0535239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0535343Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0535681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0535778Z return test(*args, **kwargs) 2022-12-01T10:30:20.0535964Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0536077Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0536403Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0536595Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0536868Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0536978Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0537245Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0537347Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0537650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0537742Z return op(*args, **kwargs) 2022-12-01T10:30:20.0538018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0538145Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0538442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0538572Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0538846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0538986Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0539281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0539401Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0539650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0539785Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0540038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0540172Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0540410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0540484Z return f(x) 2022-12-01T10:30:20.0540738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0540872Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0541136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0541293Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0541552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0541652Z return self.from_real_tensor( 2022-12-01T10:30:20.0541985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0542119Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0542421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0542543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0542811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0542948Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0543169Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0543228Z 2022-12-01T10:30:20.0543303Z ERROR (0.002s) 2022-12-01T10:30:20.0543604Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0543663Z ERROR (0.027s) 2022-12-01T10:30:20.0543966Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0544069Z Traceback (most recent call last): 2022-12-01T10:30:20.0544366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0544442Z raise rte 2022-12-01T10:30:20.0544734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0544840Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0545123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0545220Z return test(*args, **kwargs) 2022-12-01T10:30:20.0545404Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0545515Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0545805Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0545981Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0546257Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0546366Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0546636Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0546740Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0547045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0547139Z return op(*args, **kwargs) 2022-12-01T10:30:20.0547416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0547541Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0547898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0548031Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0548308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0548498Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0548766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0548868Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0549127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0549249Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0549516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0549637Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0549893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0549955Z return f(x) 2022-12-01T10:30:20.0550273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0550394Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0550670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0550812Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0551081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0551180Z return self.from_real_tensor( 2022-12-01T10:30:20.0551454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0551584Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0551841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0551962Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0552228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0552365Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0552575Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0552595Z 2022-12-01T10:30:20.0552655Z ERROR (0.023s) 2022-12-01T10:30:20.0553333Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0553444Z Traceback (most recent call last): 2022-12-01T10:30:20.0553812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0553896Z raise rte 2022-12-01T10:30:20.0554193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0554323Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0554635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0554730Z return test(*args, **kwargs) 2022-12-01T10:30:20.0554916Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0555030Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0555326Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0555458Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0555733Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0555842Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0556110Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0556211Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0556517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0556609Z return op(*args, **kwargs) 2022-12-01T10:30:20.0556888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0557014Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0557315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0557504Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0557779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0557920Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0558174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0558289Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0558535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0558671Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0558923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0559059Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0559297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0559373Z return f(x) 2022-12-01T10:30:20.0559632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0559820Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0560088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0560332Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0560602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0560703Z return self.from_real_tensor( 2022-12-01T10:30:20.0560978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0561109Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0561380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0561488Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0561766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0561888Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0562118Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0562139Z 2022-12-01T10:30:20.0562199Z ERROR (0.046s) 2022-12-01T10:30:20.0562503Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0562609Z Traceback (most recent call last): 2022-12-01T10:30:20.0562902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0562978Z raise rte 2022-12-01T10:30:20.0563270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0563375Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0563660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0563755Z return test(*args, **kwargs) 2022-12-01T10:30:20.0563939Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0564098Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0564390Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0564523Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0564797Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0564989Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0565260Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0565364Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0565721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0565819Z return op(*args, **kwargs) 2022-12-01T10:30:20.0566096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0566222Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0566560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0566692Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0566965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0567108Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0567415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0567534Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0567780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0567919Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0568165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0568299Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0568538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0568614Z return f(x) 2022-12-01T10:30:20.0568871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0569005Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0569270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0569429Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0569687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0569790Z return self.from_real_tensor( 2022-12-01T10:30:20.0570063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0570195Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0570453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0570576Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0570838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0570974Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0571249Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0571258Z 2022-12-01T10:30:20.0571333Z ERROR (0.019s) 2022-12-01T10:30:20.0571696Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0571773Z ERROR (0.020s) 2022-12-01T10:30:20.0572077Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0572180Z Traceback (most recent call last): 2022-12-01T10:30:20.0572533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0572612Z raise rte 2022-12-01T10:30:20.0572907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0573014Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0573296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0573392Z return test(*args, **kwargs) 2022-12-01T10:30:20.0573577Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0573687Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0574030Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0574165Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0574439Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0574554Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0574823Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0574925Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0575230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0575324Z return op(*args, **kwargs) 2022-12-01T10:30:20.0575597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0575726Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0576030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0576161Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0576432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0576574Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0576830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0576947Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0577191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0577331Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0577583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0577772Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0578011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0578142Z return f(x) 2022-12-01T10:30:20.0578451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0578587Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0578853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0579010Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0579266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0579366Z return self.from_real_tensor( 2022-12-01T10:30:20.0579637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0579771Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0580032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0580151Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0580419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0580555Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0580776Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0580785Z 2022-12-01T10:30:20.0580908Z ERROR (0.030s) 2022-12-01T10:30:20.0581214Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0581320Z Traceback (most recent call last): 2022-12-01T10:30:20.0581617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0581694Z raise rte 2022-12-01T10:30:20.0581987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0582089Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0582370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0582467Z return test(*args, **kwargs) 2022-12-01T10:30:20.0582656Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0582765Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0583061Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0583195Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0583466Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0583575Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0583896Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0583998Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0584352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0584448Z return op(*args, **kwargs) 2022-12-01T10:30:20.0584725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0584903Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0585201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0585331Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0585602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0585745Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0586001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0586121Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0586366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0586503Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0586756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0586891Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0587128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0587210Z return f(x) 2022-12-01T10:30:20.0587463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0587598Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0587906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0588067Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0588321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0588424Z return self.from_real_tensor( 2022-12-01T10:30:20.0588698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0588830Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0589090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0589212Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0589475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0589647Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0589884Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0589891Z 2022-12-01T10:30:20.0589967Z ERROR (0.021s) 2022-12-01T10:30:20.0590320Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0590427Z Traceback (most recent call last): 2022-12-01T10:30:20.0590724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0590801Z raise rte 2022-12-01T10:30:20.0591095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0591198Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0591480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0591573Z return test(*args, **kwargs) 2022-12-01T10:30:20.0591808Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0591920Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0592214Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0592344Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0592624Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0592735Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0593007Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0593108Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0593413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0593507Z return op(*args, **kwargs) 2022-12-01T10:30:20.0593784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0593913Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0594208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0594341Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0594659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0594802Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0595061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0595182Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0595427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0595565Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0595860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0595996Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0596233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0596355Z return f(x) 2022-12-01T10:30:20.0596617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0596751Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0597016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0597390Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0597809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0597949Z return self.from_real_tensor( 2022-12-01T10:30:20.0598325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0598500Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0598844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0599012Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0599414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0599723Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0599981Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0599992Z 2022-12-01T10:30:20.0600069Z ERROR (0.024s) 2022-12-01T10:30:20.0600372Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0600444Z ERROR (0.004s) 2022-12-01T10:30:20.0600740Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0600847Z Traceback (most recent call last): 2022-12-01T10:30:20.0601151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0601233Z raise rte 2022-12-01T10:30:20.0601530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0601634Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0601989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0602085Z return test(*args, **kwargs) 2022-12-01T10:30:20.0602272Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0602507Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0602809Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0602943Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0603217Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0603329Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0603596Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0603698Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0604004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0604097Z return op(*args, **kwargs) 2022-12-01T10:30:20.0604378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0604506Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0604805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0605032Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0605311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0605452Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0605708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0605825Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0606074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0606209Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0606458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0606590Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0606883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0606959Z return f(x) 2022-12-01T10:30:20.0607216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0607350Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0607614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0607840Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0608098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0608199Z return self.from_real_tensor( 2022-12-01T10:30:20.0608525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0608663Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0608919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0609040Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0609297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0609434Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0609711Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0609719Z 2022-12-01T10:30:20.0609794Z ERROR (0.004s) 2022-12-01T10:30:20.0610093Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0610200Z Traceback (most recent call last): 2022-12-01T10:30:20.0610497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0610575Z raise rte 2022-12-01T10:30:20.0610870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0610971Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0611257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0611353Z return test(*args, **kwargs) 2022-12-01T10:30:20.0611537Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0611650Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0611946Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0612076Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0612351Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0612461Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0612729Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0612831Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0613139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0613231Z return op(*args, **kwargs) 2022-12-01T10:30:20.0613509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0613690Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0614056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0614188Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0614509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0614652Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0614911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0615025Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0615272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0615409Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0615654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0615787Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0616024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0616099Z return f(x) 2022-12-01T10:30:20.0616352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0616534Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0616802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0616961Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0617218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0617317Z return self.from_real_tensor( 2022-12-01T10:30:20.0617591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0617721Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0617977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0618098Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0618366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0618505Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0618724Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0618734Z 2022-12-01T10:30:20.0618833Z ERROR (0.004s) 2022-12-01T10:30:20.0619147Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0619250Z Traceback (most recent call last): 2022-12-01T10:30:20.0619546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0619622Z raise rte 2022-12-01T10:30:20.0619984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0620090Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0620373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0620570Z return test(*args, **kwargs) 2022-12-01T10:30:20.0620760Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0620869Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0621162Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0621294Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0621599Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0621716Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0621983Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0622084Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0622389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0622487Z return op(*args, **kwargs) 2022-12-01T10:30:20.0622840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0622985Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0623287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0623418Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0623746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0623889Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0624146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0624264Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0624509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0624644Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0624897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0625031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0625275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0625350Z return f(x) 2022-12-01T10:30:20.0625608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0625743Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0626065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0626226Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0626483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0626633Z return self.from_real_tensor( 2022-12-01T10:30:20.0626905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0627039Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0627297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0627416Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0627749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0627887Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0628109Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0628117Z 2022-12-01T10:30:20.0628192Z ERROR (0.003s) 2022-12-01T10:30:20.0628496Z test_aot_autograd_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0628588Z expected failure (0.003s) 2022-12-01T10:30:20.0628827Z test_aot_autograd_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:30:20.0629053Z test_aot_autograd_symbolic_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:30:20.0629266Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.0629556Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0629658Z Traceback (most recent call last): 2022-12-01T10:30:20.0629958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0630035Z raise rte 2022-12-01T10:30:20.0630377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0630483Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0630770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0630865Z return test(*args, **kwargs) 2022-12-01T10:30:20.0631049Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0631159Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0631487Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0631618Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0631949Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0632064Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0632333Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0632435Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0632793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0632891Z return op(*args, **kwargs) 2022-12-01T10:30:20.0633167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0633294Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0633587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0633716Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0633992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0634132Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0634385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0634938Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0635191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0635327Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0635579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0635712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0635955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0636031Z return f(x) 2022-12-01T10:30:20.0636289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0636424Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0636694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0636852Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0637107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0637208Z return self.from_real_tensor( 2022-12-01T10:30:20.0637480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0637666Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0637924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0638044Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0638389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0638525Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0638797Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0638806Z 2022-12-01T10:30:20.0638882Z ERROR (0.000s) 2022-12-01T10:30:20.0639176Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0639279Z Traceback (most recent call last): 2022-12-01T10:30:20.0639587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0639665Z raise rte 2022-12-01T10:30:20.0639959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0640064Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0640344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0640439Z return test(*args, **kwargs) 2022-12-01T10:30:20.0640628Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0640739Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0641035Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0641166Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0641437Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0641550Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0641874Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0641977Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0642280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0642372Z return op(*args, **kwargs) 2022-12-01T10:30:20.0642650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0642776Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0643078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0643208Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0643482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0643624Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0643878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0643993Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0644302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0644440Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0644823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0645043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0645287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0645365Z return f(x) 2022-12-01T10:30:20.0645619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0645754Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0646019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0646176Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0646430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0646532Z return self.from_real_tensor( 2022-12-01T10:30:20.0646807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0646938Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0647194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0647313Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0647574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0647711Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0647932Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0647940Z 2022-12-01T10:30:20.0648015Z ERROR (0.011s) 2022-12-01T10:30:20.0648310Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0648417Z Traceback (most recent call last): 2022-12-01T10:30:20.0648761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0648837Z raise rte 2022-12-01T10:30:20.0649131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0649232Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0649515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0649609Z return test(*args, **kwargs) 2022-12-01T10:30:20.0649795Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0649905Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0650260Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0650396Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0650670Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0650820Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0651103Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0651206Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0651514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0651706Z return op(*args, **kwargs) 2022-12-01T10:30:20.0651996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0652124Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0652426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0652555Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0652827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0652968Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0653222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0653337Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0653583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0653718Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0653969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0654105Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0654344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0654417Z return f(x) 2022-12-01T10:30:20.0654674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0654808Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0655073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0655228Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0655482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0655635Z return self.from_real_tensor( 2022-12-01T10:30:20.0655908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0656039Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0656343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0656464Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0656731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0656869Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0657090Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0657097Z 2022-12-01T10:30:20.0657171Z ERROR (0.004s) 2022-12-01T10:30:20.0657523Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0657596Z ERROR (0.004s) 2022-12-01T10:30:20.0657916Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0658005Z Traceback (most recent call last): 2022-12-01T10:30:20.0658318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0658429Z raise rte 2022-12-01T10:30:20.0658741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0658845Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0659196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0659294Z return test(*args, **kwargs) 2022-12-01T10:30:20.0659483Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0659582Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0659892Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0660024Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0660299Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0660409Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0660736Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0660841Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0661147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0661239Z return op(*args, **kwargs) 2022-12-01T10:30:20.0661516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0661641Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0661940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0662070Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0662341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0662480Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0662847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0662963Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0663210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0663397Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0663649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0663788Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0664026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0664101Z return f(x) 2022-12-01T10:30:20.0664355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0664491Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0664752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0664909Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0665162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0665262Z return self.from_real_tensor( 2022-12-01T10:30:20.0665943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0666087Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0666348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0666473Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0666804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0666944Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0667168Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0667176Z 2022-12-01T10:30:20.0667249Z ERROR (0.003s) 2022-12-01T10:30:20.0667572Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0667663Z Traceback (most recent call last): 2022-12-01T10:30:20.0667974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0668040Z raise rte 2022-12-01T10:30:20.0668352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0668442Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0668792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0668887Z return test(*args, **kwargs) 2022-12-01T10:30:20.0669076Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0669175Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0669570Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0669704Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0669990Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0670151Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0670419Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0670521Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0670838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0670918Z return op(*args, **kwargs) 2022-12-01T10:30:20.0671209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0671321Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0671631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0671763Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0672035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0672175Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0672430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0672546Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0672792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0672974Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0673225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0673360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0673601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0673675Z return f(x) 2022-12-01T10:30:20.0673932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0674067Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0674331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0674489Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0674807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0674909Z return self.from_real_tensor( 2022-12-01T10:30:20.0675185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0675370Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0675629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0675748Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0676010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0676144Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0676370Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0676377Z 2022-12-01T10:30:20.0676451Z ERROR (0.003s) 2022-12-01T10:30:20.0676816Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0676973Z Traceback (most recent call last): 2022-12-01T10:30:20.0677271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0677348Z raise rte 2022-12-01T10:30:20.0677644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0677746Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0678034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0678131Z return test(*args, **kwargs) 2022-12-01T10:30:20.0678313Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0678425Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0678722Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0678854Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0679126Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0679233Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0679503Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0679606Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0679957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0680052Z return op(*args, **kwargs) 2022-12-01T10:30:20.0680327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0680456Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0680835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0680953Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0681245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0681424Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0681699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0681815Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0682061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0682199Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0682451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0682584Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0682821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0682883Z return f(x) 2022-12-01T10:30:20.0683151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0683288Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0683552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0683707Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0684064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0684174Z return self.from_real_tensor( 2022-12-01T10:30:20.0684449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0684581Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0684839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0685045Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0685316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0685454Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0685678Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0685687Z 2022-12-01T10:30:20.0685748Z ERROR (0.004s) 2022-12-01T10:30:20.0686069Z test_aot_autograd_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0686161Z expected failure (0.003s) 2022-12-01T10:30:20.0686379Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.0686797Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0686909Z Traceback (most recent call last): 2022-12-01T10:30:20.0687213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0687339Z raise rte 2022-12-01T10:30:20.0687641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0687749Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0688033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0688128Z return test(*args, **kwargs) 2022-12-01T10:30:20.0688311Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0688420Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0688779Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0688914Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0689188Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0689303Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0689570Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0689673Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0689977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0690071Z return op(*args, **kwargs) 2022-12-01T10:30:20.0690349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0690475Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0690774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0690958Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0691231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0691373Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0691630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0691746Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0691992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0692130Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0692380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0692514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0692754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0692830Z return f(x) 2022-12-01T10:30:20.0693085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0693220Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0693483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0693640Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0693936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0694038Z return self.from_real_tensor( 2022-12-01T10:30:20.0694314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0694449Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0694704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0694826Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0695142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0695288Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0695514Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0695521Z 2022-12-01T10:30:20.0695596Z ERROR (0.004s) 2022-12-01T10:30:20.0695904Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0696009Z Traceback (most recent call last): 2022-12-01T10:30:20.0696305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0696384Z raise rte 2022-12-01T10:30:20.0696682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0696786Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0697072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0697166Z return test(*args, **kwargs) 2022-12-01T10:30:20.0697351Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0697461Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0697860Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0697996Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0698269Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0698431Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0698704Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0698808Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0699116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0699207Z return op(*args, **kwargs) 2022-12-01T10:30:20.0699485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0699614Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0699914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0700045Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0700317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0700458Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0700761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0700878Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0701180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0701321Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0701572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0701705Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0701942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0702016Z return f(x) 2022-12-01T10:30:20.0702271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0702408Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0702669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0702827Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0703082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0703181Z return self.from_real_tensor( 2022-12-01T10:30:20.0703447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0703579Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0703836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0703956Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0704223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0704359Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0704580Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0704637Z 2022-12-01T10:30:20.0704712Z ERROR (0.003s) 2022-12-01T10:30:20.0705023Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0705126Z Traceback (most recent call last): 2022-12-01T10:30:20.0705420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0705496Z raise rte 2022-12-01T10:30:20.0705792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0705895Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0706178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0706277Z return test(*args, **kwargs) 2022-12-01T10:30:20.0706462Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0706573Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0706870Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0707003Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0707330Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0707489Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0707761Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0707863Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0708170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0708265Z return op(*args, **kwargs) 2022-12-01T10:30:20.0708544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0708673Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0708974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0709106Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0709380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0709522Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0709777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0709894Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0710138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0710272Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0710520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0710652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0710891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0710967Z return f(x) 2022-12-01T10:30:20.0711220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0711354Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0711660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0711818Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0712075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0712174Z return self.from_real_tensor( 2022-12-01T10:30:20.0712448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0712581Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0712840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0712960Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0713226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0713366Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0713588Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0713595Z 2022-12-01T10:30:20.0713670Z ERROR (0.003s) 2022-12-01T10:30:20.0714039Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0714115Z ERROR (0.023s) 2022-12-01T10:30:20.0714525Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0714677Z Traceback (most recent call last): 2022-12-01T10:30:20.0714986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0715065Z raise rte 2022-12-01T10:30:20.0715361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0715464Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0715751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0715845Z return test(*args, **kwargs) 2022-12-01T10:30:20.0716032Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0716144Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0716437Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0716572Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0716844Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0716955Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0717229Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0717331Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0717635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0717729Z return op(*args, **kwargs) 2022-12-01T10:30:20.0718003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0718130Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0718480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0718610Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0718885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0719025Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0719282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0719400Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0719645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0719780Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0720095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0720238Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0720476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0720553Z return f(x) 2022-12-01T10:30:20.0720809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0720947Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0721262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0721420Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0721676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0721778Z return self.from_real_tensor( 2022-12-01T10:30:20.0722052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0722183Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0722440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0722561Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0722827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0722966Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0723187Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0723194Z 2022-12-01T10:30:20.0723267Z ERROR (0.022s) 2022-12-01T10:30:20.0723573Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0723678Z Traceback (most recent call last): 2022-12-01T10:30:20.0723974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0724050Z raise rte 2022-12-01T10:30:20.0724344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0724447Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0724732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0724828Z return test(*args, **kwargs) 2022-12-01T10:30:20.0725102Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0725266Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0725561Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0725693Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0725965Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0726075Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0726341Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0726443Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0726748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0726842Z return op(*args, **kwargs) 2022-12-01T10:30:20.0727122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0727249Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0727612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0727744Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0728017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0728210Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0728468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0728586Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0728834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0728973Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0729223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0729357Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0729593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0729668Z return f(x) 2022-12-01T10:30:20.0729924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0730059Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0730323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0730481Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0730734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0730835Z return self.from_real_tensor( 2022-12-01T10:30:20.0731109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0731241Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0731497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0731621Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0731885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0732023Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0732291Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0732299Z 2022-12-01T10:30:20.0732374Z ERROR (0.019s) 2022-12-01T10:30:20.0732681Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0732784Z Traceback (most recent call last): 2022-12-01T10:30:20.0733083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0733162Z raise rte 2022-12-01T10:30:20.0733456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0733560Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0733845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0733997Z return test(*args, **kwargs) 2022-12-01T10:30:20.0734183Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0734293Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0734586Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0734718Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0735042Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0735155Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0735425Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0735531Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0735833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0735924Z return op(*args, **kwargs) 2022-12-01T10:30:20.0736197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0736325Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0736627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0736758Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0737031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0737173Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0737433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0737548Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0737801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0737934Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0738183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0738318Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0738555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0738631Z return f(x) 2022-12-01T10:30:20.0738884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0739065Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0739330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0739487Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0739744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0739903Z return self.from_real_tensor( 2022-12-01T10:30:20.0740186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0740320Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0740576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0740700Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0740965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0741102Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0741323Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0741331Z 2022-12-01T10:30:20.0741407Z ERROR (0.025s) 2022-12-01T10:30:20.0741760Z test_aot_autograd_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0741854Z expected failure (0.003s) 2022-12-01T10:30:20.0742065Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.0742357Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0742462Z Traceback (most recent call last): 2022-12-01T10:30:20.0742763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0742840Z raise rte 2022-12-01T10:30:20.0743137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0743239Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0743524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0743619Z return test(*args, **kwargs) 2022-12-01T10:30:20.0743801Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0743915Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0744206Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0744338Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0744610Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0744719Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0744987Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0745091Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0745464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0745559Z return op(*args, **kwargs) 2022-12-01T10:30:20.0746313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0746440Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0746739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0746869Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0747145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0747288Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0747543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0747659Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0747903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0748043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0748290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0748423Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0748659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0748735Z return f(x) 2022-12-01T10:30:20.0749042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0749181Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0749449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0749669Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0749926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0750027Z return self.from_real_tensor( 2022-12-01T10:30:20.0750300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0750431Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0750687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0750810Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0751075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0751213Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0751437Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0751444Z 2022-12-01T10:30:20.0751516Z ERROR (0.004s) 2022-12-01T10:30:20.0751810Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0751912Z Traceback (most recent call last): 2022-12-01T10:30:20.0752207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0752283Z raise rte 2022-12-01T10:30:20.0752579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0752682Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0752965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0753258Z return test(*args, **kwargs) 2022-12-01T10:30:20.0753444Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0753555Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0753848Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0753982Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0754254Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0754363Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0754632Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0754733Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0755040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0755131Z return op(*args, **kwargs) 2022-12-01T10:30:20.0755466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0755595Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0755898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0756163Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0756447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0756590Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0756846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0756961Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0757207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0757342Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0757591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0757725Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0757965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0758041Z return f(x) 2022-12-01T10:30:20.0758294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0758431Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0758696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0758853Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0759108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0759207Z return self.from_real_tensor( 2022-12-01T10:30:20.0759486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0759617Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0759872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0759992Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0760398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0760535Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0760817Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0760825Z 2022-12-01T10:30:20.0760901Z ERROR (0.003s) 2022-12-01T10:30:20.0761195Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0761300Z Traceback (most recent call last): 2022-12-01T10:30:20.0761599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0761676Z raise rte 2022-12-01T10:30:20.0761972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0762074Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0762358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0762451Z return test(*args, **kwargs) 2022-12-01T10:30:20.0767424Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0767570Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0768117Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0768262Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0768549Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0768668Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0768947Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0769050Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0769362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0769456Z return op(*args, **kwargs) 2022-12-01T10:30:20.0769740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0769934Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0770239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0770370Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0770649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0770791Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0771049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0771165Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0771415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0771552Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0771802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0771937Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0772178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0772417Z return f(x) 2022-12-01T10:30:20.0772679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0772819Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0773086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0773242Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0773500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0773600Z return self.from_real_tensor( 2022-12-01T10:30:20.0773877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0774011Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0774267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0774386Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0774652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0774789Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0775021Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0775165Z 2022-12-01T10:30:20.0775246Z ERROR (0.003s) 2022-12-01T10:30:20.0775542Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0775620Z ERROR (0.003s) 2022-12-01T10:30:20.0775909Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0776013Z Traceback (most recent call last): 2022-12-01T10:30:20.0776315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0776393Z raise rte 2022-12-01T10:30:20.0776689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0776795Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0777080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0777174Z return test(*args, **kwargs) 2022-12-01T10:30:20.0777363Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0777530Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0777832Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0777966Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0778240Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0778351Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0778621Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0778724Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0779032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0779274Z return op(*args, **kwargs) 2022-12-01T10:30:20.0779557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0779684Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0779984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0780116Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0780393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0780536Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0780793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0780909Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0781159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0781295Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0781548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0781683Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0781921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0781996Z return f(x) 2022-12-01T10:30:20.0782741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0782931Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0783220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0783382Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0783638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0783737Z return self.from_real_tensor( 2022-12-01T10:30:20.0784014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0784147Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0784408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0784529Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0784793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0784934Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0785159Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0785167Z 2022-12-01T10:30:20.0785241Z ERROR (0.000s) 2022-12-01T10:30:20.0785537Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0785641Z Traceback (most recent call last): 2022-12-01T10:30:20.0785936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0786013Z raise rte 2022-12-01T10:30:20.0786304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0786408Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0786855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0786950Z return test(*args, **kwargs) 2022-12-01T10:30:20.0787136Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0787245Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0787539Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0787670Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0787948Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0788059Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0788394Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0788500Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0788807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0788901Z return op(*args, **kwargs) 2022-12-01T10:30:20.0789177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0789304Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0789743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0789879Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0790158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0790303Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0790564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0790680Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0790926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0791060Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0791311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0791446Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0791685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0791759Z return f(x) 2022-12-01T10:30:20.0792017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0792156Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0792422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0792578Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0792832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0792931Z return self.from_real_tensor( 2022-12-01T10:30:20.0793208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0793341Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0793596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0793864Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0794129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0794263Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0794488Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0794500Z 2022-12-01T10:30:20.0794574Z ERROR (0.006s) 2022-12-01T10:30:20.0794872Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0794978Z Traceback (most recent call last): 2022-12-01T10:30:20.0795274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0795353Z raise rte 2022-12-01T10:30:20.0795646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0795749Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0796092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0796188Z return test(*args, **kwargs) 2022-12-01T10:30:20.0796375Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0796487Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0796925Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0797062Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0797339Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0797452Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0797721Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0797823Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0798127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0798221Z return op(*args, **kwargs) 2022-12-01T10:30:20.0798500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0798626Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0798928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0799060Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0799333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0799472Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0799729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0799845Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0800090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0800227Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0800478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0800614Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0800995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0801071Z return f(x) 2022-12-01T10:30:20.0801398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0801536Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0801808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0802017Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0802281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0802383Z return self.from_real_tensor( 2022-12-01T10:30:20.0802656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0802792Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0803051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0803171Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0803435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0803573Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0803930Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0803940Z 2022-12-01T10:30:20.0804020Z ERROR (0.000s) 2022-12-01T10:30:20.0804384Z test_aot_autograd_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0804507Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.0804720Z test_aot_autograd_symbolic_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.0805034Z test_aot_autograd_symbolic_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0805261Z test_aot_autograd_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0805486Z test_aot_autograd_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0805712Z test_aot_autograd_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0805930Z test_aot_autograd_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0806178Z test_aot_autograd_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.0806404Z test_aot_autograd_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0806624Z test_aot_autograd_symbolic_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.0806837Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.0807143Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0807246Z Traceback (most recent call last): 2022-12-01T10:30:20.0807555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0807793Z raise rte 2022-12-01T10:30:20.0808095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0808201Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0808488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0808583Z return test(*args, **kwargs) 2022-12-01T10:30:20.0808773Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0808884Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0809178Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0809310Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0809583Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0809695Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0809966Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0810070Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0810376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0810602Z return op(*args, **kwargs) 2022-12-01T10:30:20.0810887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0811015Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0811313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0811447Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0811770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0811919Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0812176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0812292Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0812540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0812676Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0812925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0813067Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0813306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0813380Z return f(x) 2022-12-01T10:30:20.0813631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0813767Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0814031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0814191Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0814447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0814549Z return self.from_real_tensor( 2022-12-01T10:30:20.0814967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0815100Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0815354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0815476Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0815742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0815882Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0816103Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0816110Z 2022-12-01T10:30:20.0816184Z ERROR (0.004s) 2022-12-01T10:30:20.0816491Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0816597Z Traceback (most recent call last): 2022-12-01T10:30:20.0816894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0816970Z raise rte 2022-12-01T10:30:20.0817262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0817367Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0817791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0817892Z return test(*args, **kwargs) 2022-12-01T10:30:20.0818081Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0818194Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0818489Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0818620Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0818894Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0819004Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0819272Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0819377Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0819682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0819774Z return op(*args, **kwargs) 2022-12-01T10:30:20.0820052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0820179Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0820479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0820611Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0820883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0821028Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0821284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0821401Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0821647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0821922Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0822175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0822311Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0822549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0822625Z return f(x) 2022-12-01T10:30:20.0822882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0823018Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0823281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0823442Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0823696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0823796Z return self.from_real_tensor( 2022-12-01T10:30:20.0824075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0824207Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0824463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0824723Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0824994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0825132Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0825360Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0825367Z 2022-12-01T10:30:20.0825442Z ERROR (0.003s) 2022-12-01T10:30:20.0825752Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0825855Z Traceback (most recent call last): 2022-12-01T10:30:20.0826151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0826229Z raise rte 2022-12-01T10:30:20.0826523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0826626Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0826914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0827006Z return test(*args, **kwargs) 2022-12-01T10:30:20.0827192Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0827303Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0827596Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0827730Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0828012Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0828124Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0828396Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0828644Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0828950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0829044Z return op(*args, **kwargs) 2022-12-01T10:30:20.0829323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0829451Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0829751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0829884Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0830157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0830298Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0830558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0830675Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0830923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0831059Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0831310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0831446Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0831819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0831899Z return f(x) 2022-12-01T10:30:20.0832159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0832297Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0832560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0832719Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0832973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0833073Z return self.from_real_tensor( 2022-12-01T10:30:20.0833350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0833480Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0833736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0833859Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0834125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0834261Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0834484Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0834491Z 2022-12-01T10:30:20.0834565Z ERROR (0.003s) 2022-12-01T10:30:20.0834875Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0834948Z ERROR (0.011s) 2022-12-01T10:30:20.0835255Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0835505Z Traceback (most recent call last): 2022-12-01T10:30:20.0835808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0835884Z raise rte 2022-12-01T10:30:20.0836182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0836287Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0836572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0836668Z return test(*args, **kwargs) 2022-12-01T10:30:20.0836852Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0836963Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0837259Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0837395Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0837669Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0837780Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0838051Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0838153Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0838595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0838692Z return op(*args, **kwargs) 2022-12-01T10:30:20.0838976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0839109Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0839407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0839537Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0839812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0839954Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0840213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0840331Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0840633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0840775Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0841030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0841165Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0841402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0841477Z return f(x) 2022-12-01T10:30:20.0841733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0841868Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0842137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0842292Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0842549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0842790Z return self.from_real_tensor( 2022-12-01T10:30:20.0843069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0843200Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0843456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0843578Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0843849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0843987Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0844210Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0844222Z 2022-12-01T10:30:20.0844298Z ERROR (0.024s) 2022-12-01T10:30:20.0844603Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0844705Z Traceback (most recent call last): 2022-12-01T10:30:20.0845086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0845166Z raise rte 2022-12-01T10:30:20.0845667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0845779Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0846066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0846163Z return test(*args, **kwargs) 2022-12-01T10:30:20.0846349Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0846460Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0846755Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0846887Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0847160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0847317Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0847601Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0847702Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0848010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0848104Z return op(*args, **kwargs) 2022-12-01T10:30:20.0848383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0848509Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0848809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0848938Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0849213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0849352Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0849608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0849869Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0850118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0850254Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0850505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0850640Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0850879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0850957Z return f(x) 2022-12-01T10:30:20.0851212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0851349Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0851612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0851769Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0852026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0852127Z return self.from_real_tensor( 2022-12-01T10:30:20.0852400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0852532Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0852924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0853049Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0853318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0853457Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0853680Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0853687Z 2022-12-01T10:30:20.0853761Z ERROR (0.018s) 2022-12-01T10:30:20.0854064Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0854166Z Traceback (most recent call last): 2022-12-01T10:30:20.0854467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0854544Z raise rte 2022-12-01T10:30:20.0854837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0854944Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0855225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0855320Z return test(*args, **kwargs) 2022-12-01T10:30:20.0855505Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0855615Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0855908Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0856042Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0856314Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0856423Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0856691Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0856931Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0857240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0857333Z return op(*args, **kwargs) 2022-12-01T10:30:20.0857611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0857737Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0858039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0858170Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0858447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0858592Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0858849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0858965Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0859213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0859350Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0859788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0859929Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0860173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0860250Z return f(x) 2022-12-01T10:30:20.0860509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0860644Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0860908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0861065Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0861320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0861424Z return self.from_real_tensor( 2022-12-01T10:30:20.0861699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0861831Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0862090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0862214Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0862481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0862620Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0862843Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0862850Z 2022-12-01T10:30:20.0862924Z ERROR (0.021s) 2022-12-01T10:30:20.0863231Z test_aot_autograd_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0863324Z expected failure (0.004s) 2022-12-01T10:30:20.0863571Z test_aot_autograd_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.0864354Z test_aot_autograd_symbolic_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:30:20.0864582Z test_aot_autograd_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.0864800Z test_aot_autograd_symbolic_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.0865027Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.023s) 2022-12-01T10:30:20.0865351Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0865456Z Traceback (most recent call last): 2022-12-01T10:30:20.0865770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0865849Z raise rte 2022-12-01T10:30:20.0866149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0866254Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0866540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0866635Z return test(*args, **kwargs) 2022-12-01T10:30:20.0866961Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0867078Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0867379Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0867513Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0867789Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0867901Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0868170Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0868273Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0868577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0868674Z return op(*args, **kwargs) 2022-12-01T10:30:20.0868951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0869076Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0869381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0869513Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0869789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0869931Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0870186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0870361Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0870612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0870750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0871003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0871290Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0871532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0871609Z return f(x) 2022-12-01T10:30:20.0871865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0872001Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0872272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0872430Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0872685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0872787Z return self.from_real_tensor( 2022-12-01T10:30:20.0873064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0873196Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0873455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0873575Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0873839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0874108Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0874337Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0874345Z 2022-12-01T10:30:20.0874420Z ERROR (0.022s) 2022-12-01T10:30:20.0874750Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0874853Z Traceback (most recent call last): 2022-12-01T10:30:20.0875155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0875231Z raise rte 2022-12-01T10:30:20.0875522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0875627Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0875911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0876005Z return test(*args, **kwargs) 2022-12-01T10:30:20.0876193Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0876306Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0876599Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0876732Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0877004Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0877113Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0877384Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0877487Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0877790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0878072Z return op(*args, **kwargs) 2022-12-01T10:30:20.0878354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0878481Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0878782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0878912Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0879187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0879331Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0879587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0879703Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0879950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0880086Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0880337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0880473Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0880713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0880787Z return f(x) 2022-12-01T10:30:20.0881181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0881322Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0881587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0881747Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0882002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0882103Z return self.from_real_tensor( 2022-12-01T10:30:20.0882378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0882509Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0882765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0882886Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0883145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0883283Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0883509Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0883516Z 2022-12-01T10:30:20.0883594Z ERROR (0.022s) 2022-12-01T10:30:20.0883918Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0884021Z Traceback (most recent call last): 2022-12-01T10:30:20.0884323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0884386Z raise rte 2022-12-01T10:30:20.0884692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0885012Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0885301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0885395Z return test(*args, **kwargs) 2022-12-01T10:30:20.0885581Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0885689Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0885985Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0886115Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0886445Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0886558Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0886831Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0886936Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0887244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0887336Z return op(*args, **kwargs) 2022-12-01T10:30:20.0887613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0887738Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0888181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0888317Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0888590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0888738Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0888993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0889109Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0889356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0889492Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0889743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0889879Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0890118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0890193Z return f(x) 2022-12-01T10:30:20.0890448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0890586Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0890853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0891008Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0891262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0891360Z return self.from_real_tensor( 2022-12-01T10:30:20.0891637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0891770Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0892025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0892279Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0892547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0892685Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0892908Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0892916Z 2022-12-01T10:30:20.0892989Z ERROR (0.019s) 2022-12-01T10:30:20.0893322Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0893382Z ERROR (0.016s) 2022-12-01T10:30:20.0893705Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0893811Z Traceback (most recent call last): 2022-12-01T10:30:20.0894110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0894188Z raise rte 2022-12-01T10:30:20.0894486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0894588Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0895352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0895463Z return test(*args, **kwargs) 2022-12-01T10:30:20.0895662Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0895772Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0896070Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0896205Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0896478Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0896589Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0896862Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0896967Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0897334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0897431Z return op(*args, **kwargs) 2022-12-01T10:30:20.0897711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0897839Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0898140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0898268Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0898540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0898681Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0898938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0899055Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0899300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0899593Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0899860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0899980Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0900230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0900292Z return f(x) 2022-12-01T10:30:20.0900549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0900687Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0900968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0901112Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0901383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0901468Z return self.from_real_tensor( 2022-12-01T10:30:20.0901756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0901888Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0902143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0902398Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0902743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0902885Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0903099Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0903119Z 2022-12-01T10:30:20.0903180Z ERROR (0.023s) 2022-12-01T10:30:20.0903559Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0903719Z Traceback (most recent call last): 2022-12-01T10:30:20.0904018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0904096Z raise rte 2022-12-01T10:30:20.0904394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0904499Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0904781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0904876Z return test(*args, **kwargs) 2022-12-01T10:30:20.0905063Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0905176Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0905471Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0905604Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0905880Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0905993Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0906260Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0906361Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0906822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0906914Z return op(*args, **kwargs) 2022-12-01T10:30:20.0907191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0907318Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0907619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0907752Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0908028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0908171Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0908429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0908546Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0908845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0908981Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0909235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0909404Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0909921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0910001Z return f(x) 2022-12-01T10:30:20.0910318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0910458Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0910722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0910880Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0911149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0911235Z return self.from_real_tensor( 2022-12-01T10:30:20.0911524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0911642Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0911913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0912020Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0912303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0912439Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0912648Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0912669Z 2022-12-01T10:30:20.0912731Z ERROR (0.020s) 2022-12-01T10:30:20.0913061Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0913166Z Traceback (most recent call last): 2022-12-01T10:30:20.0913464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0913541Z raise rte 2022-12-01T10:30:20.0913979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0914086Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0914376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0914471Z return test(*args, **kwargs) 2022-12-01T10:30:20.0914653Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0914811Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0915116Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0915249Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0915523Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0915634Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0915959Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0916064Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0916370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0916464Z return op(*args, **kwargs) 2022-12-01T10:30:20.0916939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0917073Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0917375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0917508Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0917782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0917923Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0918180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0918294Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0918540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0918678Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0918927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0919061Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0919306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0919382Z return f(x) 2022-12-01T10:30:20.0919637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0919772Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0920037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0920194Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0920456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0920556Z return self.from_real_tensor( 2022-12-01T10:30:20.0920831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0921241Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0921502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0921623Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0921934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0922076Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0922303Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0922310Z 2022-12-01T10:30:20.0922385Z ERROR (0.018s) 2022-12-01T10:30:20.0922712Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0922841Z ERROR (0.017s) 2022-12-01T10:30:20.0923162Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0923266Z Traceback (most recent call last): 2022-12-01T10:30:20.0923564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0923641Z raise rte 2022-12-01T10:30:20.0924076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0924186Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0924473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0924570Z return test(*args, **kwargs) 2022-12-01T10:30:20.0924755Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0924942Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0925236Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0925369Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0925641Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0925752Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0926020Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0926122Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0926429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0926524Z return op(*args, **kwargs) 2022-12-01T10:30:20.0926802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0926929Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0927288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0927421Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0927697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0927888Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0928143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0928458Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0928706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0928841Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0929091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0929225Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0929464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0929542Z return f(x) 2022-12-01T10:30:20.0929796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0929931Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0930197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0930355Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0930670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0930774Z return self.from_real_tensor( 2022-12-01T10:30:20.0931049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0931180Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0931576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0931704Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0931970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0932110Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0932331Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0932339Z 2022-12-01T10:30:20.0932413Z ERROR (0.016s) 2022-12-01T10:30:20.0932740Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0932841Z Traceback (most recent call last): 2022-12-01T10:30:20.0933178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0933264Z raise rte 2022-12-01T10:30:20.0933559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0933664Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0934002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0934101Z return test(*args, **kwargs) 2022-12-01T10:30:20.0934288Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0934401Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0934694Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0934827Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0935100Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0935255Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0935683Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0935786Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0936091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0936183Z return op(*args, **kwargs) 2022-12-01T10:30:20.0936458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0936585Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0936885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0937017Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0937290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0937434Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0937694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0937811Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0938056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0938193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0938577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0938719Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0938963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0939040Z return f(x) 2022-12-01T10:30:20.0939348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0939487Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0939779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0939955Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0940210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0940313Z return self.from_real_tensor( 2022-12-01T10:30:20.0940591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0940721Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0940979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0941102Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0941362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0941499Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0941722Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0941729Z 2022-12-01T10:30:20.0941806Z ERROR (0.016s) 2022-12-01T10:30:20.0942133Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0942240Z Traceback (most recent call last): 2022-12-01T10:30:20.0942686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0942764Z raise rte 2022-12-01T10:30:20.0943045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0943147Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0943428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0943527Z return test(*args, **kwargs) 2022-12-01T10:30:20.0943715Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0943827Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0944180Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0944315Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0944590Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0944701Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0944971Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0945077Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0945428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0945697Z return op(*args, **kwargs) 2022-12-01T10:30:20.0946034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0946164Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0946468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0946599Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0946869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0947010Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0947264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0947383Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0947629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0947765Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0948015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0948153Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0948394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0948469Z return f(x) 2022-12-01T10:30:20.0948719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0948855Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0949118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0949278Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0949533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0949772Z return self.from_real_tensor( 2022-12-01T10:30:20.0950050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0950183Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0950438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0950560Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0950824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0950961Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0951226Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0951237Z 2022-12-01T10:30:20.0951317Z ERROR (0.017s) 2022-12-01T10:30:20.0951633Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0951708Z ERROR (0.004s) 2022-12-01T10:30:20.0952047Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0952151Z Traceback (most recent call last): 2022-12-01T10:30:20.0952450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0952661Z raise rte 2022-12-01T10:30:20.0952966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0953069Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0953358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0953453Z return test(*args, **kwargs) 2022-12-01T10:30:20.0953636Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0953746Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0954041Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0954174Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0954450Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0954560Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0954865Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0954986Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0955293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0955385Z return op(*args, **kwargs) 2022-12-01T10:30:20.0955660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0955786Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0956088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0956217Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0956491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0956631Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0957031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0957149Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0957449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0957584Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0957882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0958023Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0958263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0958340Z return f(x) 2022-12-01T10:30:20.0958593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0958729Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0958993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0959147Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0959401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0959501Z return self.from_real_tensor( 2022-12-01T10:30:20.0959913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0960051Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0960310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0960433Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0960697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0960833Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0961053Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0961060Z 2022-12-01T10:30:20.0961134Z ERROR (0.004s) 2022-12-01T10:30:20.0961430Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0961534Z Traceback (most recent call last): 2022-12-01T10:30:20.0961833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0961910Z raise rte 2022-12-01T10:30:20.0962265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0962371Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0962654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0962752Z return test(*args, **kwargs) 2022-12-01T10:30:20.0962937Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0963048Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0963400Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0963536Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0963859Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0964447Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0964719Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0964821Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0965213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0965307Z return op(*args, **kwargs) 2022-12-01T10:30:20.0965587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0965712Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0966010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0966144Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0966416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0966558Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0966814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0966930Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0967175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0967456Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0967711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0967848Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0968094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0968171Z return f(x) 2022-12-01T10:30:20.0968426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0968562Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0968828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0968986Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0969290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0969393Z return self.from_real_tensor( 2022-12-01T10:30:20.0969667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0969848Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0970172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0970297Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0970565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0970701Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0970925Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0970932Z 2022-12-01T10:30:20.0971006Z ERROR (0.004s) 2022-12-01T10:30:20.0971300Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.0971454Z Traceback (most recent call last): 2022-12-01T10:30:20.0971753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0971830Z raise rte 2022-12-01T10:30:20.0972125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0972229Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0972512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0972609Z return test(*args, **kwargs) 2022-12-01T10:30:20.0972795Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0972904Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0973197Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0973332Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0973604Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0973714Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0973987Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0974089Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0974436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0974532Z return op(*args, **kwargs) 2022-12-01T10:30:20.0974812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0974942Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0975293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0975433Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0975706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0975895Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0976154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0976270Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0976515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0976652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0976904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0977038Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0977276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0977351Z return f(x) 2022-12-01T10:30:20.0977605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0977740Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0978005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0978164Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0978418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0979349Z return self.from_real_tensor( 2022-12-01T10:30:20.0979635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0979766Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0980023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0980143Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0980409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0980547Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0980773Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0980783Z 2022-12-01T10:30:20.0980858Z ERROR (0.004s) 2022-12-01T10:30:20.0981219Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.0981296Z ERROR (0.024s) 2022-12-01T10:30:20.0981595Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.0981700Z Traceback (most recent call last): 2022-12-01T10:30:20.0982112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0982192Z raise rte 2022-12-01T10:30:20.0982493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0982598Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0982883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0982982Z return test(*args, **kwargs) 2022-12-01T10:30:20.0983168Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0983280Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0983574Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0983706Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0983986Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0984095Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0984416Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0984522Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0984830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0984923Z return op(*args, **kwargs) 2022-12-01T10:30:20.0985198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0985325Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0985628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0985758Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0986030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0986229Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0986487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0986604Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0986848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0986984Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0987292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0987429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0987669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0987774Z return f(x) 2022-12-01T10:30:20.0988054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0988193Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0988456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0988615Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0988868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0988971Z return self.from_real_tensor( 2022-12-01T10:30:20.0989290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0989426Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0989681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0989802Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0990124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0990264Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0990486Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0990493Z 2022-12-01T10:30:20.0990566Z ERROR (0.028s) 2022-12-01T10:30:20.0990870Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.0990974Z Traceback (most recent call last): 2022-12-01T10:30:20.0991271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.0991350Z raise rte 2022-12-01T10:30:20.0991642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.0991746Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.0992029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.0992125Z return test(*args, **kwargs) 2022-12-01T10:30:20.0992313Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.0992426Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.0992717Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.0992848Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.0993231Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.0993344Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.0993614Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.0993716Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.0994063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.0994155Z return op(*args, **kwargs) 2022-12-01T10:30:20.0994433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.0994560Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.0994857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.0994989Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.0995262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.0995404Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.0995662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.0995779Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.0996076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.0996214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0996463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.0996599Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.0996835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.0996911Z return f(x) 2022-12-01T10:30:20.0997164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.0997298Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.0997563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.0997721Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.0997974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.0998073Z return self.from_real_tensor( 2022-12-01T10:30:20.0998352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.0998484Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.0998740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.0998861Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.0999218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.0999360Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.0999587Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.0999595Z 2022-12-01T10:30:20.0999669Z ERROR (0.027s) 2022-12-01T10:30:20.1000025Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1000185Z Traceback (most recent call last): 2022-12-01T10:30:20.1000480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1000557Z raise rte 2022-12-01T10:30:20.1000851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1000956Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1001242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1001337Z return test(*args, **kwargs) 2022-12-01T10:30:20.1001522Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1001634Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1001929Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1002059Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1002328Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1002437Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1002704Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1002850Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1003154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1003247Z return op(*args, **kwargs) 2022-12-01T10:30:20.1003524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1003653Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1003950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1004080Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1004352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1004491Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1004749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1004951Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1005241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1005395Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1005644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1005780Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1006068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1006144Z return f(x) 2022-12-01T10:30:20.1006402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1006541Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1006804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1006960Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1007331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1007430Z return self.from_real_tensor( 2022-12-01T10:30:20.1007705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1007839Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1008093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1008216Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1008475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1008611Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1008837Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1008846Z 2022-12-01T10:30:20.1008919Z ERROR (0.020s) 2022-12-01T10:30:20.1009217Z test_aot_autograd_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1009309Z expected failure (0.000s) 2022-12-01T10:30:20.1009540Z test_aot_autograd_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:30:20.1010154Z test_aot_autograd_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1010415Z test_aot_autograd_symbolic_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1010663Z test_aot_autograd_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1010902Z test_aot_autograd_symbolic_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1011142Z test_aot_autograd_symbolic_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1011413Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.1011754Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1011860Z Traceback (most recent call last): 2022-12-01T10:30:20.1012212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1012294Z raise rte 2022-12-01T10:30:20.1012591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1012695Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1012983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1013078Z return test(*args, **kwargs) 2022-12-01T10:30:20.1013267Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1013377Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1013675Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1013806Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1014081Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1014251Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1014522Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1014623Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1014928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1015021Z return op(*args, **kwargs) 2022-12-01T10:30:20.1015301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1015427Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1015739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1015858Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1016145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1016288Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1016544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1016659Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1016905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1017085Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1017397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1017536Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1017779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1017840Z return f(x) 2022-12-01T10:30:20.1018153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1018290Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1018589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1018763Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1019023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1019123Z return self.from_real_tensor( 2022-12-01T10:30:20.1019397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1019530Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1019786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1019907Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1020173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1020311Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1020537Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1020544Z 2022-12-01T10:30:20.1020604Z ERROR (0.004s) 2022-12-01T10:30:20.1020899Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1021055Z Traceback (most recent call last): 2022-12-01T10:30:20.1021352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1021430Z raise rte 2022-12-01T10:30:20.1021724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1021826Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1022112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1022209Z return test(*args, **kwargs) 2022-12-01T10:30:20.1022394Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1022505Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1022800Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1022935Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1023208Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1023373Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1023645Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1023748Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1024152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1024250Z return op(*args, **kwargs) 2022-12-01T10:30:20.1024531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1024661Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1025018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1025149Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1025424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1025564Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1025823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1025939Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1026188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1026326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1026574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1026708Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1026960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1027022Z return f(x) 2022-12-01T10:30:20.1027275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1027412Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1027690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1027833Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1028157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1028243Z return self.from_real_tensor( 2022-12-01T10:30:20.1028530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1028662Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1028917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1029038Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1029366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1029505Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1029715Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1029738Z 2022-12-01T10:30:20.1029799Z ERROR (0.004s) 2022-12-01T10:30:20.1030144Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1030250Z Traceback (most recent call last): 2022-12-01T10:30:20.1030550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1030681Z raise rte 2022-12-01T10:30:20.1031028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1031135Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1031418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1031517Z return test(*args, **kwargs) 2022-12-01T10:30:20.1031703Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1031813Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1032107Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1032239Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1032514Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1032624Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1032891Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1032994Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1033302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1033397Z return op(*args, **kwargs) 2022-12-01T10:30:20.1033672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1033800Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1034101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1034230Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1034505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1034648Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1034904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1035067Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1035369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1035507Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1035758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1035893Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1036167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1036257Z return f(x) 2022-12-01T10:30:20.1036515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1036649Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1036914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1037078Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1037333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1037433Z return self.from_real_tensor( 2022-12-01T10:30:20.1037703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1037889Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1038200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1038323Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1038586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1038725Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1038947Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1038954Z 2022-12-01T10:30:20.1039030Z ERROR (0.004s) 2022-12-01T10:30:20.1039326Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1039398Z ERROR (0.005s) 2022-12-01T10:30:20.1039692Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1039800Z Traceback (most recent call last): 2022-12-01T10:30:20.1040103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1040187Z raise rte 2022-12-01T10:30:20.1040482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1040585Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1040868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1040963Z return test(*args, **kwargs) 2022-12-01T10:30:20.1041150Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1041261Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1041608Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1041743Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1042076Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1042240Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1042512Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1042617Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1042921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1043015Z return op(*args, **kwargs) 2022-12-01T10:30:20.1043296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1043422Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1043725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1043860Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1044132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1044273Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1044524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1044640Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1045015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1045155Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1045468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1045609Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1045850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1045927Z return f(x) 2022-12-01T10:30:20.1046181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1046318Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1046580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1046737Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1046991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1047092Z return self.from_real_tensor( 2022-12-01T10:30:20.1047372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1047554Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1047813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1047934Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1048248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1048386Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1048611Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1048618Z 2022-12-01T10:30:20.1048695Z ERROR (0.004s) 2022-12-01T10:30:20.1048994Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1049155Z Traceback (most recent call last): 2022-12-01T10:30:20.1049455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1049532Z raise rte 2022-12-01T10:30:20.1049829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1049937Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1050226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1050322Z return test(*args, **kwargs) 2022-12-01T10:30:20.1050509Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1050619Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1050912Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1051043Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1051318Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1051427Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1051695Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1051841Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1052150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1052246Z return op(*args, **kwargs) 2022-12-01T10:30:20.1052521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1052653Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1052953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1053086Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1053360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1053549Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1053810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1053928Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1054223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1054365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1054617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1054809Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1055050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1055128Z return f(x) 2022-12-01T10:30:20.1055385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1055520Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1055786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1055944Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1056260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1056359Z return self.from_real_tensor( 2022-12-01T10:30:20.1056630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1056763Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1057023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1057146Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1057411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1057548Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1057776Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1057784Z 2022-12-01T10:30:20.1057860Z ERROR (0.002s) 2022-12-01T10:30:20.1058158Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1058265Z Traceback (most recent call last): 2022-12-01T10:30:20.1058561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1058637Z raise rte 2022-12-01T10:30:20.1058979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1059084Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1059368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1059465Z return test(*args, **kwargs) 2022-12-01T10:30:20.1059697Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1059811Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1060105Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1060287Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1060567Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1060677Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1060944Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1061045Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1061357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1061451Z return op(*args, **kwargs) 2022-12-01T10:30:20.1061731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1061858Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1062154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1062287Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1062563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1062707Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1063011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1063129Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1063374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1063511Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1063766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1063900Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1064205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1064283Z return f(x) 2022-12-01T10:30:20.1064545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1064684Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1064951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1065110Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1065368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1065471Z return self.from_real_tensor( 2022-12-01T10:30:20.1065801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1065983Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1066287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1066409Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1066676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1066813Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1067036Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1067043Z 2022-12-01T10:30:20.1067117Z ERROR (0.003s) 2022-12-01T10:30:20.1067418Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1067494Z ERROR (0.006s) 2022-12-01T10:30:20.1067793Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1067899Z Traceback (most recent call last): 2022-12-01T10:30:20.1068198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1068277Z raise rte 2022-12-01T10:30:20.1068572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1068673Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1068959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1069055Z return test(*args, **kwargs) 2022-12-01T10:30:20.1069242Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1069353Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1069649Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1069830Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1070167Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1070279Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1070550Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1070654Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1070963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1071057Z return op(*args, **kwargs) 2022-12-01T10:30:20.1071337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1071470Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1071825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1071958Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1072276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1072419Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1072676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1072847Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1073100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1073238Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1073486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1073623Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1073864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1073940Z return f(x) 2022-12-01T10:30:20.1074195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1074331Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1074602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1074759Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1075015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1075121Z return self.from_real_tensor( 2022-12-01T10:30:20.1075396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1075529Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1075785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1075904Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1076168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1076308Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1076530Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1076538Z 2022-12-01T10:30:20.1076616Z ERROR (0.000s) 2022-12-01T10:30:20.1076968Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1077071Z Traceback (most recent call last): 2022-12-01T10:30:20.1077369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1077533Z raise rte 2022-12-01T10:30:20.1077853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1077962Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1078294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1078392Z return test(*args, **kwargs) 2022-12-01T10:30:20.1078581Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1078693Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1078989Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1079121Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1079395Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1079505Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1079821Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1079926Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1080233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1080328Z return op(*args, **kwargs) 2022-12-01T10:30:20.1080605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1080733Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1081033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1081164Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1081437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1081581Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1081834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1081951Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1082197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1082333Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1082585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1082720Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1082959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1083033Z return f(x) 2022-12-01T10:30:20.1083291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1083426Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1083740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1083952Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1084263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1084365Z return self.from_real_tensor( 2022-12-01T10:30:20.1084643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1084805Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1085160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1085282Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1085546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1085684Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1085907Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1085915Z 2022-12-01T10:30:20.1085989Z ERROR (0.000s) 2022-12-01T10:30:20.1086290Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1086392Z Traceback (most recent call last): 2022-12-01T10:30:20.1086744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1086823Z raise rte 2022-12-01T10:30:20.1087121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1087225Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1087511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1087605Z return test(*args, **kwargs) 2022-12-01T10:30:20.1087789Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1087898Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1088190Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1088319Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1088595Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1088705Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1088972Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1089075Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1089381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1089508Z return op(*args, **kwargs) 2022-12-01T10:30:20.1089801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1089928Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1090277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1090409Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1090683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1091315Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1091574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1091691Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1091937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1092073Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1092325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1092461Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1092699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1092773Z return f(x) 2022-12-01T10:30:20.1093032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1097915Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1098232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1098401Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1098670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1098773Z return self.from_real_tensor( 2022-12-01T10:30:20.1099151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1099290Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1099561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1099688Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1099958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1100099Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1100328Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1100338Z 2022-12-01T10:30:20.1100413Z ERROR (0.012s) 2022-12-01T10:30:20.1100784Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1100860Z ERROR (0.004s) 2022-12-01T10:30:20.1101152Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1101258Z Traceback (most recent call last): 2022-12-01T10:30:20.1101615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1101696Z raise rte 2022-12-01T10:30:20.1101993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1102098Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1102436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1102533Z return test(*args, **kwargs) 2022-12-01T10:30:20.1102720Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1102831Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1103125Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1103323Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1103600Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1103710Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1103983Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1104085Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1104392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1104484Z return op(*args, **kwargs) 2022-12-01T10:30:20.1104758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1104891Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1105191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1105321Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1105597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1105738Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1106038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1106157Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1106407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1106544Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1106792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1106985Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1107232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1107307Z return f(x) 2022-12-01T10:30:20.1107612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1107750Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1108020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1108227Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1108487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1108589Z return self.from_real_tensor( 2022-12-01T10:30:20.1108865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1108997Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1109253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1109372Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1109637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1109775Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1109998Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1110061Z 2022-12-01T10:30:20.1110136Z ERROR (0.004s) 2022-12-01T10:30:20.1110435Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1110537Z Traceback (most recent call last): 2022-12-01T10:30:20.1110832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1110908Z raise rte 2022-12-01T10:30:20.1111203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1111305Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1111588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1111683Z return test(*args, **kwargs) 2022-12-01T10:30:20.1111872Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1111983Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1112280Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1112410Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1112685Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1112793Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1113104Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1113207Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1113575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1113671Z return op(*args, **kwargs) 2022-12-01T10:30:20.1113946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1114131Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1114485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1114614Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1114889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1115029Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1115285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1115401Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1115650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1115784Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1116036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1116168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1116404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1116480Z return f(x) 2022-12-01T10:30:20.1116733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1116867Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1117184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1117343Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1117598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1117699Z return self.from_real_tensor( 2022-12-01T10:30:20.1117976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1118108Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1118366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1118487Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1118747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1118885Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1119108Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1119115Z 2022-12-01T10:30:20.1119189Z ERROR (0.004s) 2022-12-01T10:30:20.1119510Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1119634Z Traceback (most recent call last): 2022-12-01T10:30:20.1119981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1120059Z raise rte 2022-12-01T10:30:20.1120416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1120523Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1120808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1120903Z return test(*args, **kwargs) 2022-12-01T10:30:20.1121087Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1121197Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1121540Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1121676Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1121952Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1122060Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1122331Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1122432Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1122736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1122826Z return op(*args, **kwargs) 2022-12-01T10:30:20.1123101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1123227Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1123529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1123658Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1123930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1124128Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1124384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1124499Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1124748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1125019Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1125275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1125412Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1125716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1125794Z return f(x) 2022-12-01T10:30:20.1126049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1126234Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1126500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1126658Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1126910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1127705Z return self.from_real_tensor( 2022-12-01T10:30:20.1128005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1128137Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1128396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1128518Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1128787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1128922Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1129149Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1129158Z 2022-12-01T10:30:20.1129234Z ERROR (0.004s) 2022-12-01T10:30:20.1129530Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1129605Z ERROR (0.004s) 2022-12-01T10:30:20.1129892Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1129996Z Traceback (most recent call last): 2022-12-01T10:30:20.1130364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1130440Z raise rte 2022-12-01T10:30:20.1130726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1130830Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1131115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1131209Z return test(*args, **kwargs) 2022-12-01T10:30:20.1131392Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1131548Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1131929Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1132062Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1132386Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1132498Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1132772Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1132876Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1133182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1133275Z return op(*args, **kwargs) 2022-12-01T10:30:20.1133553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1133682Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1133980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1134106Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1134378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1134516Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1134820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1134938Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1135183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1135322Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1135575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1135709Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1135947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1136020Z return f(x) 2022-12-01T10:30:20.1136275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1136412Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1136675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1136831Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1137087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1137188Z return self.from_real_tensor( 2022-12-01T10:30:20.1137462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1137647Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1137908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1138030Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1138346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1138484Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1138760Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1138767Z 2022-12-01T10:30:20.1138840Z ERROR (0.005s) 2022-12-01T10:30:20.1139193Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1139296Z Traceback (most recent call last): 2022-12-01T10:30:20.1139594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1139669Z raise rte 2022-12-01T10:30:20.1139963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1140065Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1140350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1140446Z return test(*args, **kwargs) 2022-12-01T10:30:20.1140630Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1140740Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1141031Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1141161Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1141430Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1141594Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1141866Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1141968Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1142274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1142365Z return op(*args, **kwargs) 2022-12-01T10:30:20.1142641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1142767Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1143066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1143198Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1143477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1143672Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1143930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1144050Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1144343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1144481Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1144734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1144868Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1145109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1145185Z return f(x) 2022-12-01T10:30:20.1145438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1145623Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1145887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1146043Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1146298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1146397Z return self.from_real_tensor( 2022-12-01T10:30:20.1146669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1146804Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1147058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1147179Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1147447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1147582Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1147805Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1147812Z 2022-12-01T10:30:20.1147887Z ERROR (0.004s) 2022-12-01T10:30:20.1148184Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1148386Z Traceback (most recent call last): 2022-12-01T10:30:20.1148690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1148753Z raise rte 2022-12-01T10:30:20.1149058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1149164Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1149448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1149572Z return test(*args, **kwargs) 2022-12-01T10:30:20.1149784Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1149880Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1150191Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1150324Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1150653Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1150767Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1151035Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1151136Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1151442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1151536Z return op(*args, **kwargs) 2022-12-01T10:30:20.1151812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1151942Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1152240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1152372Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1152698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1152840Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1153096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1153212Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1153459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1153594Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1153842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1153975Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1154216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1154295Z return f(x) 2022-12-01T10:30:20.1154548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1154684Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1154948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1155109Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1155412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1155513Z return self.from_real_tensor( 2022-12-01T10:30:20.1155789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1155975Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1156293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1156417Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1156731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1156869Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1157090Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1157098Z 2022-12-01T10:30:20.1157173Z ERROR (0.003s) 2022-12-01T10:30:20.1157475Z test_aot_autograd_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1157552Z expected failure (0.003s) 2022-12-01T10:30:20.1157772Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.1158068Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1158171Z Traceback (most recent call last): 2022-12-01T10:30:20.1158471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1158548Z raise rte 2022-12-01T10:30:20.1158844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1158947Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1159232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1159383Z return test(*args, **kwargs) 2022-12-01T10:30:20.1159570Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1159677Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1159970Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1160104Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1160376Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1160488Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1160753Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1160854Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1161159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1161254Z return op(*args, **kwargs) 2022-12-01T10:30:20.1161527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1161654Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1162004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1162136Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1162455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1162651Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1162909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1163028Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1163323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1163462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1163713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1163848Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1164090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1164164Z return f(x) 2022-12-01T10:30:20.1164420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1164556Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1164822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1165067Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1165322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1165424Z return self.from_real_tensor( 2022-12-01T10:30:20.1165694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1165831Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1166087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1166208Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1166474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1166670Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1166893Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1166899Z 2022-12-01T10:30:20.1166974Z ERROR (0.006s) 2022-12-01T10:30:20.1167273Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1167372Z Traceback (most recent call last): 2022-12-01T10:30:20.1167669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1167745Z raise rte 2022-12-01T10:30:20.1168088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1168197Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1168481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1168577Z return test(*args, **kwargs) 2022-12-01T10:30:20.1168812Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1168921Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1169263Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1169395Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1169668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1169777Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1170047Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1170148Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1170509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1170606Z return op(*args, **kwargs) 2022-12-01T10:30:20.1170882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1171008Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1171309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1171437Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1171706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1171849Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1172105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1172219Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1172463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1172596Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1172850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1172983Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1173224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1173354Z return f(x) 2022-12-01T10:30:20.1173612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1173747Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1174061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1174218Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1174472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1174605Z return self.from_real_tensor( 2022-12-01T10:30:20.1174900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1175030Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1175289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1175408Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1175674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1175810Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1176031Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1176038Z 2022-12-01T10:30:20.1176112Z ERROR (0.000s) 2022-12-01T10:30:20.1176461Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1176565Z Traceback (most recent call last): 2022-12-01T10:30:20.1176864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1176940Z raise rte 2022-12-01T10:30:20.1177233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1177334Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1177615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1177708Z return test(*args, **kwargs) 2022-12-01T10:30:20.1177892Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1178001Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1178295Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1178428Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1178700Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1178810Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1179079Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1179239Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1179546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1179641Z return op(*args, **kwargs) 2022-12-01T10:30:20.1179943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1180087Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1180441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1180614Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1180893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1181035Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1181290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1181406Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1181652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1181788Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1182037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1182172Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1182409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1182484Z return f(x) 2022-12-01T10:30:20.1182737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1182874Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1183183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1183342Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1183597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1183699Z return self.from_real_tensor( 2022-12-01T10:30:20.1183971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1184103Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1184355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1184477Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1184739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1184878Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1185099Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1185106Z 2022-12-01T10:30:20.1185180Z ERROR (0.000s) 2022-12-01T10:30:20.1185479Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1185553Z ERROR (0.010s) 2022-12-01T10:30:20.1185850Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1186011Z Traceback (most recent call last): 2022-12-01T10:30:20.1186364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1186445Z raise rte 2022-12-01T10:30:20.1186788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1186893Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1187226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1187320Z return test(*args, **kwargs) 2022-12-01T10:30:20.1187506Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1187614Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1187904Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1188037Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1188311Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1188421Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1188688Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1188791Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1189093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1189184Z return op(*args, **kwargs) 2022-12-01T10:30:20.1189462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1189590Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1189885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1190058Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1190332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1190473Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1190730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1190846Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1191092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1191227Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1191479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1191614Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1191855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1191929Z return f(x) 2022-12-01T10:30:20.1192235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1192374Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1192639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1192842Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1193098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1193199Z return self.from_real_tensor( 2022-12-01T10:30:20.1193538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1193671Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1193926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1194097Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1194357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1194495Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1194717Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1194724Z 2022-12-01T10:30:20.1194799Z ERROR (0.000s) 2022-12-01T10:30:20.1195095Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1195198Z Traceback (most recent call last): 2022-12-01T10:30:20.1195495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1195571Z raise rte 2022-12-01T10:30:20.1195870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1195970Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1196249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1196342Z return test(*args, **kwargs) 2022-12-01T10:30:20.1196526Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1196636Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1196967Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1197100Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1197374Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1197485Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1197752Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1197855Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1198219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1198315Z return op(*args, **kwargs) 2022-12-01T10:30:20.1198596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1198769Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1199072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1199206Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1199482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1199623Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1199881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1199996Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1200243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1200382Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1200629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1200763Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1201112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1201188Z return f(x) 2022-12-01T10:30:20.1201444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1201579Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1201841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1202000Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1202260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1202358Z return self.from_real_tensor( 2022-12-01T10:30:20.1202631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1202765Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1203024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1203146Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1203409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1203545Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1203813Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1203820Z 2022-12-01T10:30:20.1203898Z ERROR (0.000s) 2022-12-01T10:30:20.1204249Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1204357Z Traceback (most recent call last): 2022-12-01T10:30:20.1204678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1204773Z raise rte 2022-12-01T10:30:20.1205164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1205270Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1205554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1205651Z return test(*args, **kwargs) 2022-12-01T10:30:20.1205835Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1205946Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1206243Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1206378Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1206650Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1206816Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1207089Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1207192Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1207503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1207596Z return op(*args, **kwargs) 2022-12-01T10:30:20.1207872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1208426Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1208729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1208860Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1209136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1209278Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1209541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1209656Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1209900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1210037Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1210354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1210490Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1210726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1210833Z return f(x) 2022-12-01T10:30:20.1211107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1211242Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1211560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1211719Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1211977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1212080Z return self.from_real_tensor( 2022-12-01T10:30:20.1212348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1212479Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1212736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1212915Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1213181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1213313Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1213534Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1213544Z 2022-12-01T10:30:20.1213615Z ERROR (0.011s) 2022-12-01T10:30:20.1213909Z test_aot_autograd_symbolic_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1214028Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1214258Z test_aot_autograd_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1214484Z test_aot_autograd_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1214710Z test_aot_autograd_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1214940Z test_aot_autograd_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1215213Z test_aot_autograd_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1215437Z test_aot_autograd_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1215663Z test_aot_autograd_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1215882Z test_aot_autograd_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1216105Z test_aot_autograd_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1216380Z test_aot_autograd_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1216612Z test_aot_autograd_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1216835Z test_aot_autograd_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1217107Z test_aot_autograd_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1217333Z test_aot_autograd_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1217544Z test_aot_autograd_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1217810Z test_aot_autograd_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.1218038Z test_aot_autograd_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:20.1218261Z test_aot_autograd_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1218482Z test_aot_autograd_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1218702Z test_aot_autograd_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:30:20.1218908Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.1219199Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1219302Z Traceback (most recent call last): 2022-12-01T10:30:20.1219659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1219741Z raise rte 2022-12-01T10:30:20.1220036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1220137Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1220422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1220513Z return test(*args, **kwargs) 2022-12-01T10:30:20.1220698Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1220810Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1221104Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1221234Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1221508Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1221665Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1221932Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1222031Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1222363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1222476Z return op(*args, **kwargs) 2022-12-01T10:30:20.1222755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1222881Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1223231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1223366Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1223639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1223780Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1224031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1224145Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1224438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1224574Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1224827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1224959Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1225198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1225272Z return f(x) 2022-12-01T10:30:20.1225526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1225660Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1225923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1226081Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1226335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1226435Z return self.from_real_tensor( 2022-12-01T10:30:20.1226711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1226842Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1227097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1227215Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1227477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1227613Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1227836Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1227844Z 2022-12-01T10:30:20.1227917Z ERROR (0.003s) 2022-12-01T10:30:20.1228274Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1228428Z Traceback (most recent call last): 2022-12-01T10:30:20.1228785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1228860Z raise rte 2022-12-01T10:30:20.1229184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1229303Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1229589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1229684Z return test(*args, **kwargs) 2022-12-01T10:30:20.1229866Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1229975Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1230269Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1230401Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1230675Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1230785Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1231053Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1231153Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1231503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1231598Z return op(*args, **kwargs) 2022-12-01T10:30:20.1231874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1232003Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1232303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1232433Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1232702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1232842Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1233100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1233216Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1233459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1233595Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1233847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1233981Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1234219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1234292Z return f(x) 2022-12-01T10:30:20.1234597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1234737Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1235004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1235188Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1235515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1235614Z return self.from_real_tensor( 2022-12-01T10:30:20.1235885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1236014Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1236265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1236382Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1236646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1236784Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1237006Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1237015Z 2022-12-01T10:30:20.1237088Z ERROR (0.004s) 2022-12-01T10:30:20.1237382Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1237483Z Traceback (most recent call last): 2022-12-01T10:30:20.1237780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1237855Z raise rte 2022-12-01T10:30:20.1238592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1238707Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1238994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1239089Z return test(*args, **kwargs) 2022-12-01T10:30:20.1239274Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1239384Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1239675Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1239805Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1240081Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1240193Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1240456Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1240619Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1240928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1241024Z return op(*args, **kwargs) 2022-12-01T10:30:20.1241347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1241474Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1241774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1241903Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1242181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1242323Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1242574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1242744Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1242990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1243123Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1243373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1243506Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1243745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1243820Z return f(x) 2022-12-01T10:30:20.1244074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1244206Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1244472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1244630Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1244966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1245073Z return self.from_real_tensor( 2022-12-01T10:30:20.1245347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1245525Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1245782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1245902Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1246166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1246304Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1246526Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1246534Z 2022-12-01T10:30:20.1246608Z ERROR (0.004s) 2022-12-01T10:30:20.1246909Z test_aot_autograd_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1246999Z expected failure (0.004s) 2022-12-01T10:30:20.1247213Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.1247508Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1247614Z Traceback (most recent call last): 2022-12-01T10:30:20.1247913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1247988Z raise rte 2022-12-01T10:30:20.1248283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1248388Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1248675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1248770Z return test(*args, **kwargs) 2022-12-01T10:30:20.1248955Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1249067Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1249361Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1249537Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1249815Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1249925Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1250192Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1250295Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1250602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1250697Z return op(*args, **kwargs) 2022-12-01T10:30:20.1250969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1251100Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1251402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1251575Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1251870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1252011Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1252360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1252481Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1252729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1252868Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1253125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1253260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1253498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1253573Z return f(x) 2022-12-01T10:30:20.1253828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1253965Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1254295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1254454Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1254710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1254812Z return self.from_real_tensor( 2022-12-01T10:30:20.1255088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1255223Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1255481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1255601Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1255870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1256006Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1256231Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1256285Z 2022-12-01T10:30:20.1256361Z ERROR (0.004s) 2022-12-01T10:30:20.1256656Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1256761Z Traceback (most recent call last): 2022-12-01T10:30:20.1257058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1257135Z raise rte 2022-12-01T10:30:20.1257432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1257536Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1257819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1257915Z return test(*args, **kwargs) 2022-12-01T10:30:20.1258102Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1258210Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1258502Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1258635Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1258908Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1259017Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1259328Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1259432Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1259741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1259837Z return op(*args, **kwargs) 2022-12-01T10:30:20.1260116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1260243Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1260542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1260670Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1260946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1261089Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1261343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1261460Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1261706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1261842Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1262091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1262226Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1262462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1262538Z return f(x) 2022-12-01T10:30:20.1262791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1262926Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1263293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1263453Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1263709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1263809Z return self.from_real_tensor( 2022-12-01T10:30:20.1264087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1264218Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1264476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1264596Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1264858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1264996Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1265217Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1265224Z 2022-12-01T10:30:20.1265297Z ERROR (0.004s) 2022-12-01T10:30:20.1265592Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1265695Z Traceback (most recent call last): 2022-12-01T10:30:20.1266035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1266113Z raise rte 2022-12-01T10:30:20.1266407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1266512Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1266794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1266887Z return test(*args, **kwargs) 2022-12-01T10:30:20.1267071Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1267180Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1267472Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1267662Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1267937Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1268045Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1268379Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1268481Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1268838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1268933Z return op(*args, **kwargs) 2022-12-01T10:30:20.1269210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1269334Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1269638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1269768Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1270040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1270235Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1270487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1270602Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1270845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1270981Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1271232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1271366Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1271604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1271682Z return f(x) 2022-12-01T10:30:20.1271936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1272070Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1272332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1272487Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1272742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1272882Z return self.from_real_tensor( 2022-12-01T10:30:20.1273160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1273293Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1273550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1273672Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1273937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1274071Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1274291Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1274297Z 2022-12-01T10:30:20.1274370Z ERROR (0.004s) 2022-12-01T10:30:20.1274670Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1274744Z ERROR (0.003s) 2022-12-01T10:30:20.1275042Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1275146Z Traceback (most recent call last): 2022-12-01T10:30:20.1275440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1275516Z raise rte 2022-12-01T10:30:20.1275807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1275911Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1276196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1276291Z return test(*args, **kwargs) 2022-12-01T10:30:20.1276476Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1276630Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1276924Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1277054Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1277324Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1277432Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1277700Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1277803Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1278106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1278199Z return op(*args, **kwargs) 2022-12-01T10:30:20.1278477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1278606Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1278904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1279032Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1279303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1279443Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1279737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1279854Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1280101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1280237Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1280483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1280618Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1280853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1280928Z return f(x) 2022-12-01T10:30:20.1281182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1281318Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1281578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1281732Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1281989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1282087Z return self.from_real_tensor( 2022-12-01T10:30:20.1282359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1282491Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1282744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1282867Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1283130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1283266Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1283527Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1283534Z 2022-12-01T10:30:20.1283607Z ERROR (0.003s) 2022-12-01T10:30:20.1283907Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1284007Z Traceback (most recent call last): 2022-12-01T10:30:20.1284305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1284381Z raise rte 2022-12-01T10:30:20.1284677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1284778Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1285140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1285239Z return test(*args, **kwargs) 2022-12-01T10:30:20.1285424Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1285532Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1285822Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1285953Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1286275Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1286386Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1286653Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1286753Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1287058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1287148Z return op(*args, **kwargs) 2022-12-01T10:30:20.1287424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1287550Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1287850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1287979Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1288254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1288466Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1288725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1288842Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1289086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1289221Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1289470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1289603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1289845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1289919Z return f(x) 2022-12-01T10:30:20.1290171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1290361Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1290624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1290778Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1291031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1291129Z return self.from_real_tensor( 2022-12-01T10:30:20.1291401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1291534Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1291788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1291907Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1292175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1292311Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1292532Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1292539Z 2022-12-01T10:30:20.1292614Z ERROR (0.000s) 2022-12-01T10:30:20.1292913Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1293057Z Traceback (most recent call last): 2022-12-01T10:30:20.1293360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1293436Z raise rte 2022-12-01T10:30:20.1293731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1293835Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1294118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1294212Z return test(*args, **kwargs) 2022-12-01T10:30:20.1294395Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1294532Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1294856Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1294987Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1295260Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1295370Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1295636Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1295738Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1296040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1296133Z return op(*args, **kwargs) 2022-12-01T10:30:20.1296409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1296537Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1296832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1296962Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1297280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1297419Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1297675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1297790Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1298036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1298170Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1298419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1298553Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1298791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1298868Z return f(x) 2022-12-01T10:30:20.1299190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1299328Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1299592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1299800Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1300108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1300212Z return self.from_real_tensor( 2022-12-01T10:30:20.1300544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1300678Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1300936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1301055Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1301322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1301459Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1301679Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1301686Z 2022-12-01T10:30:20.1301761Z ERROR (0.006s) 2022-12-01T10:30:20.1302063Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1302136Z ERROR (0.000s) 2022-12-01T10:30:20.1302436Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1302538Z Traceback (most recent call last): 2022-12-01T10:30:20.1302835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1302910Z raise rte 2022-12-01T10:30:20.1303204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1303309Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1303590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1303685Z return test(*args, **kwargs) 2022-12-01T10:30:20.1303919Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1304043Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1304377Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1304512Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1304785Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1304895Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1305163Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1305263Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1305569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1305663Z return op(*args, **kwargs) 2022-12-01T10:30:20.1305938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1306063Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1306365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1306494Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1306769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1306955Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1307211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1307326Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1307572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1307706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1307958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1308092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1308334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1308408Z return f(x) 2022-12-01T10:30:20.1308664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1308798Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1309063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1309221Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1309479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1309579Z return self.from_real_tensor( 2022-12-01T10:30:20.1309852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1309981Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1310236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1310357Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1310618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1310798Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1311017Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1311024Z 2022-12-01T10:30:20.1311097Z ERROR (0.000s) 2022-12-01T10:30:20.1311396Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1311499Z Traceback (most recent call last): 2022-12-01T10:30:20.1311796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1311870Z raise rte 2022-12-01T10:30:20.1312162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1312264Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1312547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1312641Z return test(*args, **kwargs) 2022-12-01T10:30:20.1312824Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1312930Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1313223Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1313353Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1313663Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1313773Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1314038Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1314142Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1314447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1314538Z return op(*args, **kwargs) 2022-12-01T10:30:20.1314814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1314939Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1315236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1315364Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1315634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1315779Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1316033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1316148Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1316393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1316596Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1316849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1316986Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1317221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1317296Z return f(x) 2022-12-01T10:30:20.1317550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1318092Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1318358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1318513Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1318768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1318871Z return self.from_real_tensor( 2022-12-01T10:30:20.1319146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1319281Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1319540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1319664Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1319929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1320066Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1320290Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1320298Z 2022-12-01T10:30:20.1320372Z ERROR (0.010s) 2022-12-01T10:30:20.1320721Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1320812Z Traceback (most recent call last): 2022-12-01T10:30:20.1321121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1321186Z raise rte 2022-12-01T10:30:20.1321496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1321597Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1321879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1321972Z return test(*args, **kwargs) 2022-12-01T10:30:20.1322155Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1322250Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1322555Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1322674Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1322958Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1323057Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1323338Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1323427Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1323742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1323832Z return op(*args, **kwargs) 2022-12-01T10:30:20.1324110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1324235Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1324529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1324700Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1325063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1325207Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1325464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1325579Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1325827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1326024Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1326275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1326409Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1326650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1326725Z return f(x) 2022-12-01T10:30:20.1326976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1327111Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1327373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1327529Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1327833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1327935Z return self.from_real_tensor( 2022-12-01T10:30:20.1328210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1328347Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1328598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1328717Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1328978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1329113Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1329335Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1329343Z 2022-12-01T10:30:20.1329416Z ERROR (0.000s) 2022-12-01T10:30:20.1329699Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1329776Z ERROR (0.026s) 2022-12-01T10:30:20.1330072Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1330173Z Traceback (most recent call last): 2022-12-01T10:30:20.1330471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1330546Z raise rte 2022-12-01T10:30:20.1330843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1330947Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1331231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1331374Z return test(*args, **kwargs) 2022-12-01T10:30:20.1331561Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1331670Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1331963Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1332092Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1332362Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1332472Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1332744Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1332846Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1333147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1333242Z return op(*args, **kwargs) 2022-12-01T10:30:20.1333516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1333698Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1334000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1334131Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1334451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1334594Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1334926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1335102Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1335494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1335696Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1336053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1336253Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1336614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1336728Z return f(x) 2022-12-01T10:30:20.1337128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1337337Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1337749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1337988Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1338355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1338512Z return self.from_real_tensor( 2022-12-01T10:30:20.1338895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1339101Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1339459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1339643Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1341153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1341725Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1341975Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1341985Z 2022-12-01T10:30:20.1342060Z ERROR (0.018s) 2022-12-01T10:30:20.1342366Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1342483Z Traceback (most recent call last): 2022-12-01T10:30:20.1342925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1343009Z raise rte 2022-12-01T10:30:20.1343316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1343425Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1343716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1343812Z return test(*args, **kwargs) 2022-12-01T10:30:20.1343998Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1344109Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1344512Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1344805Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1345177Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1345289Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1345570Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1345673Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1345984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1346076Z return op(*args, **kwargs) 2022-12-01T10:30:20.1346354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1346480Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1346784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1346915Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1347192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1347338Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1347640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1347806Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1348404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1348745Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1349182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1349385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1349743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1350058Z return f(x) 2022-12-01T10:30:20.1350443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1350630Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1351011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1351233Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1351522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1351627Z return self.from_real_tensor( 2022-12-01T10:30:20.1351910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1352045Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1352377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1352501Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1352771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1352908Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1353143Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1353152Z 2022-12-01T10:30:20.1353227Z ERROR (0.009s) 2022-12-01T10:30:20.1354003Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1354119Z Traceback (most recent call last): 2022-12-01T10:30:20.1354427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1354509Z raise rte 2022-12-01T10:30:20.1354805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1354909Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1355196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1355293Z return test(*args, **kwargs) 2022-12-01T10:30:20.1355560Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1355671Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1355970Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1356157Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1356439Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1356551Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1356822Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1356925Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1357233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1357328Z return op(*args, **kwargs) 2022-12-01T10:30:20.1357605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1357733Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1358034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1358235Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1358512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1358654Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1358911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1359028Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1359276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1359410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1359664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1359805Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1360044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1360119Z return f(x) 2022-12-01T10:30:20.1360428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1360565Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1360829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1361038Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1361299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1361401Z return self.from_real_tensor( 2022-12-01T10:30:20.1361682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1361815Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1362071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1362191Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1362456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1362597Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1362823Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1362831Z 2022-12-01T10:30:20.1362906Z ERROR (0.018s) 2022-12-01T10:30:20.1363212Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1363287Z ERROR (0.041s) 2022-12-01T10:30:20.1363598Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1363700Z Traceback (most recent call last): 2022-12-01T10:30:20.1363997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1364073Z raise rte 2022-12-01T10:30:20.1364371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1364473Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1364759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1364999Z return test(*args, **kwargs) 2022-12-01T10:30:20.1365193Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1365303Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1365597Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1365728Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1366006Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1366180Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1366456Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1366556Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1366866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1366959Z return op(*args, **kwargs) 2022-12-01T10:30:20.1367238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1367366Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1367663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1367848Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1368127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1368267Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1368527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1368643Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1368888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1369023Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1369272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1369410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1369650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1369726Z return f(x) 2022-12-01T10:30:20.1369979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1370120Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1370383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1370538Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1370791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1370892Z return self.from_real_tensor( 2022-12-01T10:30:20.1371168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1371300Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1371555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1371675Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1371980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1372116Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1372340Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1372348Z 2022-12-01T10:30:20.1372422Z ERROR (0.032s) 2022-12-01T10:30:20.1372781Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1372895Z Traceback (most recent call last): 2022-12-01T10:30:20.1373192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1373268Z raise rte 2022-12-01T10:30:20.1373564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1373668Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1373949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1374043Z return test(*args, **kwargs) 2022-12-01T10:30:20.1374226Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1374338Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1374679Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1374813Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1375087Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1375200Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1375469Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1375572Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1375880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1375971Z return op(*args, **kwargs) 2022-12-01T10:30:20.1376252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1376378Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1376675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1376803Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1377080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1377222Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1377478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1377596Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1377843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1377979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1378227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1378360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1378643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1378718Z return f(x) 2022-12-01T10:30:20.1378973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1379108Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1379373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1379528Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1379788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1379886Z return self.from_real_tensor( 2022-12-01T10:30:20.1380158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1380294Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1380549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1380672Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1380937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1381074Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1381295Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1381344Z 2022-12-01T10:30:20.1381419Z ERROR (0.047s) 2022-12-01T10:30:20.1381732Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1381835Z Traceback (most recent call last): 2022-12-01T10:30:20.1382130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1382206Z raise rte 2022-12-01T10:30:20.1382494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1382596Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1382878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1383017Z return test(*args, **kwargs) 2022-12-01T10:30:20.1383226Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1383337Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1383631Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1383764Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1384037Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1384148Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1384416Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1384519Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1384824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1384918Z return op(*args, **kwargs) 2022-12-01T10:30:20.1385202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1385383Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1385690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1385821Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1386094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1386234Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1386491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1386608Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1386854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1386988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1387243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1387376Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1387614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1387691Z return f(x) 2022-12-01T10:30:20.1387945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1388081Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1388389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1388548Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1388809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1388913Z return self.from_real_tensor( 2022-12-01T10:30:20.1389185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1389316Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1389573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1389692Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1389957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1390096Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1390318Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1390327Z 2022-12-01T10:30:20.1390403Z ERROR (0.032s) 2022-12-01T10:30:20.1390705Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1390778Z ERROR (0.010s) 2022-12-01T10:30:20.1391072Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1391173Z Traceback (most recent call last): 2022-12-01T10:30:20.1391473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1391549Z raise rte 2022-12-01T10:30:20.1391842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1391992Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1392278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1392370Z return test(*args, **kwargs) 2022-12-01T10:30:20.1392553Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1392662Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1392952Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1393085Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1393361Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1393469Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1393740Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1393844Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1394147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1394239Z return op(*args, **kwargs) 2022-12-01T10:30:20.1394559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1394697Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1395043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1395176Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1395449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1395591Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1395844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1395961Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1396204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1396338Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1396592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1396725Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1396961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1397036Z return f(x) 2022-12-01T10:30:20.1397290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1397423Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1397685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1397840Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1398093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1398191Z return self.from_real_tensor( 2022-12-01T10:30:20.1398466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1398597Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1398850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1399018Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1399282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1399417Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1399641Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1399648Z 2022-12-01T10:30:20.1399720Z ERROR (0.000s) 2022-12-01T10:30:20.1400022Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1400125Z Traceback (most recent call last): 2022-12-01T10:30:20.1400423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1400500Z raise rte 2022-12-01T10:30:20.1400794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1400896Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1401177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1401329Z return test(*args, **kwargs) 2022-12-01T10:30:20.1401514Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1401674Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1401971Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1402102Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1402377Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1402489Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1402758Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1402860Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1403161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1403256Z return op(*args, **kwargs) 2022-12-01T10:30:20.1403535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1403662Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1403960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1404092Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1404367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1404509Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1404764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1404966Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1405219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1405353Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1405599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1405789Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1406035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1406111Z return f(x) 2022-12-01T10:30:20.1406366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1406503Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1406770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1406929Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1407186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1407287Z return self.from_real_tensor( 2022-12-01T10:30:20.1407562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1407699Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1407953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1408074Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1408340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1408476Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1408744Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1408753Z 2022-12-01T10:30:20.1408829Z ERROR (0.000s) 2022-12-01T10:30:20.1409125Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1409231Z Traceback (most recent call last): 2022-12-01T10:30:20.1409529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1409604Z raise rte 2022-12-01T10:30:20.1409902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1410004Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1410342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1410444Z return test(*args, **kwargs) 2022-12-01T10:30:20.1410629Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1410742Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1411042Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1411175Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1411449Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1411558Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1411824Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1411926Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1412234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1412326Z return op(*args, **kwargs) 2022-12-01T10:30:20.1412602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1412780Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1413078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1413209Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1413483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1413625Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1413880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1414000Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1414246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1414384Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1414638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1414774Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1415014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1415089Z return f(x) 2022-12-01T10:30:20.1415345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1415526Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1415793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1415954Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1416210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1416310Z return self.from_real_tensor( 2022-12-01T10:30:20.1416584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1416715Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1416970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1417099Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1417362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1417497Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1417720Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1417729Z 2022-12-01T10:30:20.1417803Z ERROR (0.012s) 2022-12-01T10:30:20.1418109Z test_aot_autograd_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1418226Z skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1418506Z test_aot_autograd_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:30:20.1418733Z test_aot_autograd_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:30:20.1418943Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.023s) 2022-12-01T10:30:20.1419234Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1419390Z Traceback (most recent call last): 2022-12-01T10:30:20.1419696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1419776Z raise rte 2022-12-01T10:30:20.1420072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1420175Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1425248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1425381Z return test(*args, **kwargs) 2022-12-01T10:30:20.1425595Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1425714Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1426037Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1426171Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1426456Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1426569Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1426849Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1426952Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1427441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1427543Z return op(*args, **kwargs) 2022-12-01T10:30:20.1427827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1427960Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1428266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1428397Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1428676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1428820Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1429081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1429199Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1429447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1429585Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1429837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1429972Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1430211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1430285Z return f(x) 2022-12-01T10:30:20.1430541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1430681Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1430944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1431103Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1431419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1431522Z return self.from_real_tensor( 2022-12-01T10:30:20.1431796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1431927Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1432182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1432306Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1432575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1432714Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1432946Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1432956Z 2022-12-01T10:30:20.1433030Z ERROR (0.017s) 2022-12-01T10:30:20.1433328Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1433431Z Traceback (most recent call last): 2022-12-01T10:30:20.1433724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1433801Z raise rte 2022-12-01T10:30:20.1434142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1434247Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1434534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1434633Z return test(*args, **kwargs) 2022-12-01T10:30:20.1434819Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1434930Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1435227Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1435361Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1435636Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1435749Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1436019Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1436185Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1436499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1436595Z return op(*args, **kwargs) 2022-12-01T10:30:20.1436870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1436999Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1437302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1437439Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1437715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1437861Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1438120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1438724Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1438978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1439122Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1439371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1439508Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1439754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1439831Z return f(x) 2022-12-01T10:30:20.1440086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1440226Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1440491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1440648Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1440902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1441002Z return self.from_real_tensor( 2022-12-01T10:30:20.1441278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1441460Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1441719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1441841Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1442108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1442247Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1442474Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1442483Z 2022-12-01T10:30:20.1442557Z ERROR (0.017s) 2022-12-01T10:30:20.1442855Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1442961Z Traceback (most recent call last): 2022-12-01T10:30:20.1443258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1443337Z raise rte 2022-12-01T10:30:20.1443632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1443739Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1444026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1444128Z return test(*args, **kwargs) 2022-12-01T10:30:20.1444316Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1444426Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1444727Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1444953Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1445239Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1445407Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1445677Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1445782Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1446162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1446262Z return op(*args, **kwargs) 2022-12-01T10:30:20.1446546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1446677Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1446977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1447106Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1447387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1447530Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1447791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1447910Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1448157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1448294Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1448597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1448735Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1448976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1449056Z return f(x) 2022-12-01T10:30:20.1449309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1449443Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1449707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1449864Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1450122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1450222Z return self.from_real_tensor( 2022-12-01T10:30:20.1450497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1450631Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1450887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1451008Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1451274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1451415Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1451638Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1451646Z 2022-12-01T10:30:20.1451722Z ERROR (0.020s) 2022-12-01T10:30:20.1452023Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1452099Z ERROR (0.000s) 2022-12-01T10:30:20.1452418Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1452522Z Traceback (most recent call last): 2022-12-01T10:30:20.1452824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1452901Z raise rte 2022-12-01T10:30:20.1453199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1453308Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1453594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1453692Z return test(*args, **kwargs) 2022-12-01T10:30:20.1453881Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1453995Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1454292Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1454426Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1454697Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1454809Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1455186Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1455293Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1455605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1455705Z return op(*args, **kwargs) 2022-12-01T10:30:20.1455985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1456114Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1456433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1456549Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1456947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1457078Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1457353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1457521Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1457774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1457912Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1458166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1458302Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1458540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1458602Z return f(x) 2022-12-01T10:30:20.1458882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1459022Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1459287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1459505Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1459762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1459864Z return self.from_real_tensor( 2022-12-01T10:30:20.1460143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1460278Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1460540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1460663Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1460929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1461067Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1461298Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1461306Z 2022-12-01T10:30:20.1461365Z ERROR (0.006s) 2022-12-01T10:30:20.1461662Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1461828Z Traceback (most recent call last): 2022-12-01T10:30:20.1462132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1462263Z raise rte 2022-12-01T10:30:20.1462564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1462666Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1463003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1463101Z return test(*args, **kwargs) 2022-12-01T10:30:20.1463291Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1463401Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1463748Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1463882Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1464158Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1464268Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1464539Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1464644Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1464952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1465045Z return op(*args, **kwargs) 2022-12-01T10:30:20.1465323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1465451Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1465750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1465879Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1466159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1466304Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1466613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1466729Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1466974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1467109Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1467360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1467494Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1467733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1467812Z return f(x) 2022-12-01T10:30:20.1468065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1468204Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1468473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1468630Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1468904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1468991Z return self.from_real_tensor( 2022-12-01T10:30:20.1469736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1469927Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1470267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1470392Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1470659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1470797Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1471014Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1471036Z 2022-12-01T10:30:20.1471098Z ERROR (0.000s) 2022-12-01T10:30:20.1471399Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1471504Z Traceback (most recent call last): 2022-12-01T10:30:20.1471799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1471883Z raise rte 2022-12-01T10:30:20.1472181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1472287Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1472578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1472674Z return test(*args, **kwargs) 2022-12-01T10:30:20.1472865Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1472976Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1473274Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1473406Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1473679Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1473849Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1474123Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1474227Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1474535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1474631Z return op(*args, **kwargs) 2022-12-01T10:30:20.1474914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1475044Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1475380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1475532Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1475809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1475951Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1476258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1476377Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1476625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1476858Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1477121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1477260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1477499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1477574Z return f(x) 2022-12-01T10:30:20.1477831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1477967Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1478231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1478392Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1478656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1478761Z return self.from_real_tensor( 2022-12-01T10:30:20.1479036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1479172Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1479430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1479551Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1479816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1479954Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1480179Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1480187Z 2022-12-01T10:30:20.1480263Z ERROR (0.000s) 2022-12-01T10:30:20.1480562Z test_aot_autograd_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1480711Z expected failure (0.013s) 2022-12-01T10:30:20.1480963Z test_aot_autograd_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1481194Z test_aot_autograd_symbolic_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.1481434Z test_aot_autograd_symbolic_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1481735Z test_aot_autograd_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1481966Z test_aot_autograd_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1482233Z test_aot_autograd_symbolic_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1482467Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.032s) 2022-12-01T10:30:20.1482760Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1482864Z Traceback (most recent call last): 2022-12-01T10:30:20.1483172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1483249Z raise rte 2022-12-01T10:30:20.1483598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1483706Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1483991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1484089Z return test(*args, **kwargs) 2022-12-01T10:30:20.1484273Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1484384Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1484679Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1484811Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1485176Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1485351Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1485627Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1485733Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1486046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1486140Z return op(*args, **kwargs) 2022-12-01T10:30:20.1486422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1486548Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1486851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1486987Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1487266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1487407Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1487721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1487889Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1488136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1488272Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1488581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1488720Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1488968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1489046Z return f(x) 2022-12-01T10:30:20.1489305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1489447Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1489711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1489868Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1490125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1490224Z return self.from_real_tensor( 2022-12-01T10:30:20.1490498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1490686Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1490946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1491069Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1491342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1491478Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1491704Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1491712Z 2022-12-01T10:30:20.1491786Z ERROR (0.033s) 2022-12-01T10:30:20.1492084Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1492192Z Traceback (most recent call last): 2022-12-01T10:30:20.1492493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1492572Z raise rte 2022-12-01T10:30:20.1492926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1493032Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1493322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1493418Z return test(*args, **kwargs) 2022-12-01T10:30:20.1493602Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1493712Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1494058Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1494192Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1494467Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1494700Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1494971Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1495074Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1495381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1495475Z return op(*args, **kwargs) 2022-12-01T10:30:20.1495754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1495883Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1496186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1496318Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1496598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1496740Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1496999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1497119Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1497369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1497503Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1497805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1497944Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1498184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1498264Z return f(x) 2022-12-01T10:30:20.1498517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1498654Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1498917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1499076Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1499333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1499433Z return self.from_real_tensor( 2022-12-01T10:30:20.1499711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1499846Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1500152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1500275Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1500541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1500679Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1500960Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1500968Z 2022-12-01T10:30:20.1501044Z ERROR (0.029s) 2022-12-01T10:30:20.1501343Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1501446Z Traceback (most recent call last): 2022-12-01T10:30:20.1501800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1501880Z raise rte 2022-12-01T10:30:20.1502176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1502279Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1502566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1502659Z return test(*args, **kwargs) 2022-12-01T10:30:20.1502845Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1502958Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1503254Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1503392Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1503668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1503778Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1504046Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1504149Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1504506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1504660Z return op(*args, **kwargs) 2022-12-01T10:30:20.1504940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1505071Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1505375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1505506Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1505781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1505925Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1506182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1506354Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1506605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1506742Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1507048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1507186Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1507424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1507499Z return f(x) 2022-12-01T10:30:20.1507756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1507892Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1508157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1508313Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1508569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1508723Z return self.from_real_tensor( 2022-12-01T10:30:20.1509003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1509136Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1509388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1509512Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1509780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1509918Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1510140Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1510147Z 2022-12-01T10:30:20.1510224Z ERROR (0.036s) 2022-12-01T10:30:20.1510527Z test_aot_autograd_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1510645Z skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1510895Z test_aot_autograd_symbolic_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1511148Z test_aot_autograd_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1511448Z test_aot_autograd_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1511676Z test_aot_autograd_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1511907Z test_aot_autograd_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1512116Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.016s) 2022-12-01T10:30:20.1512462Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1512567Z Traceback (most recent call last): 2022-12-01T10:30:20.1512870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1512947Z raise rte 2022-12-01T10:30:20.1513302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1513410Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1513698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1513790Z return test(*args, **kwargs) 2022-12-01T10:30:20.1513976Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1514142Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1514442Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1514576Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1514857Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1514966Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1515234Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1515393Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1515701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1515793Z return op(*args, **kwargs) 2022-12-01T10:30:20.1516072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1516201Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1516504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1516634Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1516909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1517051Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1517310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1517426Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1517675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1517815Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1518065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1518244Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1518482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1518598Z return f(x) 2022-12-01T10:30:20.1518870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1519011Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1519350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1519512Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1519771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1519871Z return self.from_real_tensor( 2022-12-01T10:30:20.1520152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1520283Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1520543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1520665Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1521002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1521146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1521431Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1521439Z 2022-12-01T10:30:20.1521522Z ERROR (0.029s) 2022-12-01T10:30:20.1521828Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1521938Z Traceback (most recent call last): 2022-12-01T10:30:20.1522238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1522378Z raise rte 2022-12-01T10:30:20.1522685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1522791Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1523077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1523173Z return test(*args, **kwargs) 2022-12-01T10:30:20.1523361Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1523474Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1523778Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1523913Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1524189Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1524305Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1524579Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1524686Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1525152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1525252Z return op(*args, **kwargs) 2022-12-01T10:30:20.1525650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1525783Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1526129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1526265Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1526543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1526689Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1526947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1527068Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1527374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1527523Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1527786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1527921Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1528166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1528241Z return f(x) 2022-12-01T10:30:20.1528500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1528635Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1528903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1529060Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1529317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1529418Z return self.from_real_tensor( 2022-12-01T10:30:20.1529692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1529885Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1530143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1530263Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1530528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1530664Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1530892Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1530900Z 2022-12-01T10:30:20.1530976Z ERROR (0.020s) 2022-12-01T10:30:20.1531323Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1531431Z Traceback (most recent call last): 2022-12-01T10:30:20.1531788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1531868Z raise rte 2022-12-01T10:30:20.1532164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1532268Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1532599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1532695Z return test(*args, **kwargs) 2022-12-01T10:30:20.1532953Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1533066Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1533364Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1533499Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1533776Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1533890Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1534160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1534263Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1534571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1534667Z return op(*args, **kwargs) 2022-12-01T10:30:20.1534948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1535081Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1535379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1535513Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1535790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1535992Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1536254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1536371Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1536616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1536816Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1537073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1537260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1537500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1537577Z return f(x) 2022-12-01T10:30:20.1537890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1538029Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1538296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1538453Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1538717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1538822Z return self.from_real_tensor( 2022-12-01T10:30:20.1539092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1539225Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1539482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1539602Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1539917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1540056Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1540279Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1540288Z 2022-12-01T10:30:20.1540362Z ERROR (0.020s) 2022-12-01T10:30:20.1540660Z test_aot_autograd_symbolic_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1540751Z expected failure (0.003s) 2022-12-01T10:30:20.1540987Z test_aot_autograd_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1541237Z test_aot_autograd_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1541471Z test_aot_autograd_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.089s) 2022-12-01T10:30:20.1541700Z test_aot_autograd_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:30:20.1541931Z test_aot_autograd_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:30:20.1542163Z test_aot_autograd_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1542400Z test_aot_autograd_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:30:20.1542625Z test_aot_autograd_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.036s) 2022-12-01T10:30:20.1542853Z test_aot_autograd_symbolic_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1543094Z test_aot_autograd_symbolic_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1543386Z test_aot_autograd_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1543697Z test_aot_autograd_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1543984Z test_aot_autograd_symbolic_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1544239Z test_aot_autograd_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1544485Z test_aot_autograd_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1544729Z test_aot_autograd_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1544970Z test_aot_autograd_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1545272Z test_aot_autograd_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.003s) 2022-12-01T10:30:20.1545495Z test_aot_autograd_symbolic_exhaustive_istft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1545745Z test_aot_autograd_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:30:20.1546055Z test_aot_autograd_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:30:20.1546298Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:30:20.1546553Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:30:20.1546790Z test_aot_autograd_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:30:20.1547012Z test_aot_autograd_symbolic_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1547236Z test_aot_autograd_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1547449Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.030s) 2022-12-01T10:30:20.1547744Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1547850Z Traceback (most recent call last): 2022-12-01T10:30:20.1548159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1548237Z raise rte 2022-12-01T10:30:20.1548533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1548636Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1548921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1549018Z return test(*args, **kwargs) 2022-12-01T10:30:20.1549204Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1549312Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1549660Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1550302Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1550590Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1550702Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1550973Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1551080Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1551390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1551485Z return op(*args, **kwargs) 2022-12-01T10:30:20.1551764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1551895Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1552197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1552330Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1552655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1552800Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1553116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1553234Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1553480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1553615Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1553868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1554004Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1554241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1554317Z return f(x) 2022-12-01T10:30:20.1554569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1554708Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1554974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1555135Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1555396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1555499Z return self.from_real_tensor( 2022-12-01T10:30:20.1555830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1555962Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1556223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1556398Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1556665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1556802Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1557033Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1557090Z 2022-12-01T10:30:20.1557169Z ERROR (0.022s) 2022-12-01T10:30:20.1557469Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1557572Z Traceback (most recent call last): 2022-12-01T10:30:20.1557867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1557946Z raise rte 2022-12-01T10:30:20.1558242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1558345Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1558629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1558725Z return test(*args, **kwargs) 2022-12-01T10:30:20.1558911Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1559024Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1559380Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1559515Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1559788Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1559897Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1560220Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1560325Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1560631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1560726Z return op(*args, **kwargs) 2022-12-01T10:30:20.1561004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1561136Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1561432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1561564Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1561897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1562042Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1562300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1562473Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1562722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1562856Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1563108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1563243Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1563481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1563555Z return f(x) 2022-12-01T10:30:20.1563812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1563947Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1564212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1564423Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1564680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1564779Z return self.from_real_tensor( 2022-12-01T10:30:20.1565143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1565283Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1565544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1565670Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1565994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1566137Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1566359Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1566366Z 2022-12-01T10:30:20.1566441Z ERROR (0.022s) 2022-12-01T10:30:20.1566743Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1566846Z Traceback (most recent call last): 2022-12-01T10:30:20.1567193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1567273Z raise rte 2022-12-01T10:30:20.1567567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1567674Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1568009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1568106Z return test(*args, **kwargs) 2022-12-01T10:30:20.1568292Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1568403Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1568744Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1568880Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1569156Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1569265Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1569534Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1569639Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1569946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1570037Z return op(*args, **kwargs) 2022-12-01T10:30:20.1570312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1570440Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1570743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1570874Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1571145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1571344Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1571601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1571716Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1571959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1572094Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1572406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1572542Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1572784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1572862Z return f(x) 2022-12-01T10:30:20.1573119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1573254Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1573519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1573681Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1573937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1574083Z return self.from_real_tensor( 2022-12-01T10:30:20.1574415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1574548Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1574866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1574993Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1575256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1575393Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1575621Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1575628Z 2022-12-01T10:30:20.1575703Z ERROR (0.012s) 2022-12-01T10:30:20.1576004Z test_aot_autograd_symbolic_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1576127Z skip: Op does not support autograd (0.010s) 2022-12-01T10:30:20.1576338Z test_aot_autograd_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1576556Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.1576855Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1576962Z Traceback (most recent call last): 2022-12-01T10:30:20.1577265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1577347Z raise rte 2022-12-01T10:30:20.1577649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1577764Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1578054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1578206Z return test(*args, **kwargs) 2022-12-01T10:30:20.1578397Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1578510Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1578803Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1578936Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1579212Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1579326Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1579660Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1579771Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1580082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1580227Z return op(*args, **kwargs) 2022-12-01T10:30:20.1580506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1580634Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1580988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1581567Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1581865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1582010Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1582272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1582390Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1582638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1582775Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1583028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1583166Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1583408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1583487Z return f(x) 2022-12-01T10:30:20.1583744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1583882Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1584149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1584306Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1584575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1584666Z return self.from_real_tensor( 2022-12-01T10:30:20.1584951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1585073Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1585347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1585453Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1585789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1585928Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1586140Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1586160Z 2022-12-01T10:30:20.1586220Z ERROR (0.012s) 2022-12-01T10:30:20.1586581Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1586692Z Traceback (most recent call last): 2022-12-01T10:30:20.1587035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1587118Z raise rte 2022-12-01T10:30:20.1587417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1587525Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1587808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1587904Z return test(*args, **kwargs) 2022-12-01T10:30:20.1588091Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1588202Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1588555Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1588693Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1588969Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1589082Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1589409Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1589515Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1589822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1589915Z return op(*args, **kwargs) 2022-12-01T10:30:20.1590190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1590322Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1590625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1590755Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1591030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1591172Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1591425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1591541Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1591786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1591921Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1592171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1592304Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1592591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1592724Z return f(x) 2022-12-01T10:30:20.1592982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1593119Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1593439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1593594Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1593853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1593952Z return self.from_real_tensor( 2022-12-01T10:30:20.1594228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1594362Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1594622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1594743Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1595007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1595143Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1595367Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1595374Z 2022-12-01T10:30:20.1595498Z ERROR (0.004s) 2022-12-01T10:30:20.1595800Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1595901Z Traceback (most recent call last): 2022-12-01T10:30:20.1596197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1596275Z raise rte 2022-12-01T10:30:20.1596572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1596675Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1596957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1597050Z return test(*args, **kwargs) 2022-12-01T10:30:20.1597233Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1597342Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1597634Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1597769Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1598044Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1598155Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1598483Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1598586Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1598945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1599044Z return op(*args, **kwargs) 2022-12-01T10:30:20.1599349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1599497Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1599848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1599979Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1600253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1600395Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1600647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1600765Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1601009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1601144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1601399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1601533Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1601772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1601848Z return f(x) 2022-12-01T10:30:20.1602103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1602235Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1602551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1602707Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1602966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1603068Z return self.from_real_tensor( 2022-12-01T10:30:20.1603340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1603470Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1603722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1603843Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1604111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1604247Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1604471Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1604478Z 2022-12-01T10:30:20.1604556Z ERROR (0.003s) 2022-12-01T10:30:20.1604979Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1605077Z expected failure (0.004s) 2022-12-01T10:30:20.1605320Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1605583Z test_aot_autograd_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1605841Z test_aot_autograd_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1606072Z test_aot_autograd_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:30:20.1606313Z test_aot_autograd_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:30:20.1606599Z test_aot_autograd_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1606831Z test_aot_autograd_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1607125Z test_aot_autograd_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1607366Z test_aot_autograd_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:20.1607620Z test_aot_autograd_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1607844Z test_aot_autograd_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1608080Z test_aot_autograd_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1608339Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1608597Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1608906Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1609137Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:30:20.1609385Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:30:20.1609614Z test_aot_autograd_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1609851Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1610089Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1610321Z test_aot_autograd_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:30:20.1610555Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1610792Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.170s) 2022-12-01T10:30:20.1611051Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1611374Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1611607Z test_aot_autograd_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1611871Z test_aot_autograd_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:30:20.1612128Z test_aot_autograd_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1612353Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.1612642Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.1612935Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:30:20.1613163Z test_aot_autograd_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1613400Z test_aot_autograd_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:30:20.1613631Z test_aot_autograd_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.1613919Z test_aot_autograd_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.1614166Z test_aot_autograd_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1614393Z test_aot_autograd_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.369s) 2022-12-01T10:30:20.1614626Z test_aot_autograd_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1614906Z test_aot_autograd_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1615145Z test_aot_autograd_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.1615377Z test_aot_autograd_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:30:20.1615596Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.052s) 2022-12-01T10:30:20.1615907Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1616012Z Traceback (most recent call last): 2022-12-01T10:30:20.1616325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1616404Z raise rte 2022-12-01T10:30:20.1616706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1616812Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1617099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1617195Z return test(*args, **kwargs) 2022-12-01T10:30:20.1617439Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1617554Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1617850Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1618031Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1618314Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1618423Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1618690Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1618793Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1619156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1619251Z return op(*args, **kwargs) 2022-12-01T10:30:20.1619529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1619657Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1620016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1620152Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1620428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1620570Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1620826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1620942Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1621190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1621326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1621578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1621714Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1622012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1622089Z return f(x) 2022-12-01T10:30:20.1622347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1622486Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1622752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1622911Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1623168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1623268Z return self.from_real_tensor( 2022-12-01T10:30:20.1623593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1623731Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1623990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1624168Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1624438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1624578Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1624805Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1624815Z 2022-12-01T10:30:20.1624889Z ERROR (0.053s) 2022-12-01T10:30:20.1625207Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1625308Z Traceback (most recent call last): 2022-12-01T10:30:20.1625605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1625681Z raise rte 2022-12-01T10:30:20.1626031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1626136Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1626414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1626507Z return test(*args, **kwargs) 2022-12-01T10:30:20.1626698Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1626813Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1627112Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1627244Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1627520Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1627634Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1627902Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1628004Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1628307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1628401Z return op(*args, **kwargs) 2022-12-01T10:30:20.1628722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1628851Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1629153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1629285Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1629590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1629754Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1630013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1630135Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1630478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1630626Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1630880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1631015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1631253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1631330Z return f(x) 2022-12-01T10:30:20.1631584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1631720Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1631982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1632143Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1632406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1632510Z return self.from_real_tensor( 2022-12-01T10:30:20.1632785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1632977Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1633235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1633356Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1633621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1633761Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1633988Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1633999Z 2022-12-01T10:30:20.1634074Z ERROR (0.046s) 2022-12-01T10:30:20.1634393Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1634500Z Traceback (most recent call last): 2022-12-01T10:30:20.1634798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1634876Z raise rte 2022-12-01T10:30:20.1635173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1635277Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1635553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1635702Z return test(*args, **kwargs) 2022-12-01T10:30:20.1635937Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1636053Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1636346Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1636541Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1636820Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1636930Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1637201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1637305Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1637618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1637712Z return op(*args, **kwargs) 2022-12-01T10:30:20.1637987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1638118Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1638417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1638549Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1638825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1638967Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1639222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1639337Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1639581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1639719Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1640019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1640211Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1640451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1640527Z return f(x) 2022-12-01T10:30:20.1640781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1640915Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1641179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1641337Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1641597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1641699Z return self.from_real_tensor( 2022-12-01T10:30:20.1642019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1642152Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1642409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1642581Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1642901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1643039Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1643260Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1643270Z 2022-12-01T10:30:20.1643344Z ERROR (0.060s) 2022-12-01T10:30:20.1643663Z test_aot_autograd_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1643755Z expected failure (0.672s) 2022-12-01T10:30:20.1644006Z test_aot_autograd_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1644216Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.1644509Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1644612Z Traceback (most recent call last): 2022-12-01T10:30:20.1644988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1645070Z raise rte 2022-12-01T10:30:20.1645369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1645474Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1645806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1645902Z return test(*args, **kwargs) 2022-12-01T10:30:20.1646091Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1646203Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1646497Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1646680Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1646952Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1647061Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1647325Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1647426Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1647731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1647824Z return op(*args, **kwargs) 2022-12-01T10:30:20.1648158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1648288Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1648586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1648719Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1648995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1649168Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1649504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1649622Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1649924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1650062Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1650311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1650447Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1650684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1650762Z return f(x) 2022-12-01T10:30:20.1651017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1651153Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1651417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1651574Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1651829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1651929Z return self.from_real_tensor( 2022-12-01T10:30:20.1652204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1652337Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1652596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1652718Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1652983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1653123Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1653350Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1653357Z 2022-12-01T10:30:20.1653434Z ERROR (0.003s) 2022-12-01T10:30:20.1653731Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1653880Z Traceback (most recent call last): 2022-12-01T10:30:20.1654173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1654249Z raise rte 2022-12-01T10:30:20.1654542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1654688Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1654987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1655081Z return test(*args, **kwargs) 2022-12-01T10:30:20.1655294Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1655428Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1655722Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1655853Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1656126Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1656237Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1656506Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1656656Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1656961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1657054Z return op(*args, **kwargs) 2022-12-01T10:30:20.1657334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1657463Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1657761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1657889Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1658161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1658303Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1658556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1658669Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1658913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1659049Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1659294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1659429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1659668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1659743Z return f(x) 2022-12-01T10:30:20.1659998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1660134Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1660397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1661099Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1661359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1661506Z return self.from_real_tensor( 2022-12-01T10:30:20.1661848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1661983Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1662238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1662362Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1662628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1662765Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1662990Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1662997Z 2022-12-01T10:30:20.1663070Z ERROR (0.004s) 2022-12-01T10:30:20.1663365Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1663468Z Traceback (most recent call last): 2022-12-01T10:30:20.1663764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1663910Z raise rte 2022-12-01T10:30:20.1664210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1664314Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1664596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1664692Z return test(*args, **kwargs) 2022-12-01T10:30:20.1664878Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1664989Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1665285Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1665419Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1665698Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1665812Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1666081Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1666188Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1666493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1666585Z return op(*args, **kwargs) 2022-12-01T10:30:20.1666863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1667042Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1667343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1667477Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1667809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1667952Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1668261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1668378Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1668624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1668759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1669008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1669142Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1669381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1669456Z return f(x) 2022-12-01T10:30:20.1669708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1669847Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1670113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1670270Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1670524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1670625Z return self.from_real_tensor( 2022-12-01T10:30:20.1670945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1671134Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1671391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1671516Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1671781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1671920Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1672142Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1672151Z 2022-12-01T10:30:20.1672230Z ERROR (0.004s) 2022-12-01T10:30:20.1672530Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1672606Z ERROR (0.004s) 2022-12-01T10:30:20.1672902Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1673010Z Traceback (most recent call last): 2022-12-01T10:30:20.1673360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1673440Z raise rte 2022-12-01T10:30:20.1673783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1673890Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1674172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1674269Z return test(*args, **kwargs) 2022-12-01T10:30:20.1674451Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1674562Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1674857Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1675047Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1675323Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1675435Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1675702Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1675804Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1676111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1676206Z return op(*args, **kwargs) 2022-12-01T10:30:20.1676480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1676610Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1676912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1677040Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1677315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1677517Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1677776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1677945Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1678193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1678326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1678580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1678714Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1678951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1679026Z return f(x) 2022-12-01T10:30:20.1679335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1679475Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1679742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1679952Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1680212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1680313Z return self.from_real_tensor( 2022-12-01T10:30:20.1680589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1680722Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1680976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1681098Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1681368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1681506Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1681731Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1681788Z 2022-12-01T10:30:20.1681864Z ERROR (0.003s) 2022-12-01T10:30:20.1682163Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1682267Z Traceback (most recent call last): 2022-12-01T10:30:20.1682566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1682628Z raise rte 2022-12-01T10:30:20.1682938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1683047Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1683331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1683427Z return test(*args, **kwargs) 2022-12-01T10:30:20.1683617Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1683730Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1684025Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1684160Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1684497Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1684615Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1685028Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1685136Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1685499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1685601Z return op(*args, **kwargs) 2022-12-01T10:30:20.1685884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1686069Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1686374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1686507Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1686783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1686925Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1687182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1687302Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1687552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1687689Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1687938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1688075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1688314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1688389Z return f(x) 2022-12-01T10:30:20.1688647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1688784Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1689052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1689269Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1689529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1689629Z return self.from_real_tensor( 2022-12-01T10:30:20.1689900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1690033Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1690292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1690413Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1690677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1690816Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1691039Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1691046Z 2022-12-01T10:30:20.1691121Z ERROR (0.003s) 2022-12-01T10:30:20.1691508Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1691613Z Traceback (most recent call last): 2022-12-01T10:30:20.1692419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1692510Z raise rte 2022-12-01T10:30:20.1692832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1692926Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1693230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1693312Z return test(*args, **kwargs) 2022-12-01T10:30:20.1693499Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1693612Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1693907Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1694043Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1694323Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1694436Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1694706Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1694811Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1695131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1695210Z return op(*args, **kwargs) 2022-12-01T10:30:20.1695502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1695614Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1695932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1696060Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1696330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1696526Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1696779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1696897Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1697143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1697278Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1697530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1697703Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1697959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1698035Z return f(x) 2022-12-01T10:30:20.1698293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1698479Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1698743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1698900Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1699213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1699312Z return self.from_real_tensor( 2022-12-01T10:30:20.1699641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1699775Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1700032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1700155Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1700423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1700559Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1700786Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1700794Z 2022-12-01T10:30:20.1700867Z ERROR (0.004s) 2022-12-01T10:30:20.1701153Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1701227Z ERROR (0.004s) 2022-12-01T10:30:20.1701519Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1701625Z Traceback (most recent call last): 2022-12-01T10:30:20.1701924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1702003Z raise rte 2022-12-01T10:30:20.1702299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1702405Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1702695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1702792Z return test(*args, **kwargs) 2022-12-01T10:30:20.1702977Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1703088Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1703429Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1703560Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1703887Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1704000Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1704271Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1704372Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1704725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1704821Z return op(*args, **kwargs) 2022-12-01T10:30:20.1705151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1705286Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1705587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1705717Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1705990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1706131Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1706437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1706555Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1706804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1706942Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1707191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1707324Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1707563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1707638Z return f(x) 2022-12-01T10:30:20.1707892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1708029Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1708293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1708451Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1708709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1708809Z return self.from_real_tensor( 2022-12-01T10:30:20.1709082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1709216Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1709471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1709592Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1709856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1710047Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1710274Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1710328Z 2022-12-01T10:30:20.1710407Z ERROR (0.003s) 2022-12-01T10:30:20.1710746Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1710853Z Traceback (most recent call last): 2022-12-01T10:30:20.1711148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1711227Z raise rte 2022-12-01T10:30:20.1711525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1711630Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1711915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1712014Z return test(*args, **kwargs) 2022-12-01T10:30:20.1712199Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1712367Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1712662Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1712795Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1713066Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1713229Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1713501Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1713603Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1713907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1714002Z return op(*args, **kwargs) 2022-12-01T10:30:20.1714279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1714405Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1714702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1714832Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1715108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1715249Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1715502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1715619Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1715863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1715999Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1716304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1716442Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1716683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1716808Z return f(x) 2022-12-01T10:30:20.1717068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1717205Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1717519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1717675Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1717929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1718029Z return self.from_real_tensor( 2022-12-01T10:30:20.1718302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1718436Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1718695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1718815Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1719140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1719283Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1719508Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1719516Z 2022-12-01T10:30:20.1719591Z ERROR (0.003s) 2022-12-01T10:30:20.1719887Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1719991Z Traceback (most recent call last): 2022-12-01T10:30:20.1720339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1720419Z raise rte 2022-12-01T10:30:20.1720715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1720822Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1721106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1721202Z return test(*args, **kwargs) 2022-12-01T10:30:20.1721385Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1721496Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1721787Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1721919Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1722194Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1722356Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1722629Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1722733Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1723086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1723182Z return op(*args, **kwargs) 2022-12-01T10:30:20.1723459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1723584Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1723888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1724017Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1724291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1724480Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1724736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1724853Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1725180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1725319Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1725574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1725709Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1725949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1726027Z return f(x) 2022-12-01T10:30:20.1726286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1726424Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1726694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1726852Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1727111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1727261Z return self.from_real_tensor( 2022-12-01T10:30:20.1727541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1727674Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1727930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1728049Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1728314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1728505Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1728731Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1728738Z 2022-12-01T10:30:20.1728813Z ERROR (0.000s) 2022-12-01T10:30:20.1729155Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1729281Z ERROR (0.006s) 2022-12-01T10:30:20.1729579Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1729686Z Traceback (most recent call last): 2022-12-01T10:30:20.1729982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1730059Z raise rte 2022-12-01T10:30:20.1730353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1730457Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1730740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1730835Z return test(*args, **kwargs) 2022-12-01T10:30:20.1731018Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1731180Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1731474Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1731605Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1731875Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1731986Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1732252Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1732356Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1732659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1732753Z return op(*args, **kwargs) 2022-12-01T10:30:20.1733034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1733160Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1733461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1733592Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1733863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1734055Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1734314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1734431Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1734726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1734868Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1735118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1735290Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1735539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1735616Z return f(x) 2022-12-01T10:30:20.1735874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1736009Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1736274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1736435Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1736690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1736790Z return self.from_real_tensor( 2022-12-01T10:30:20.1737066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1737200Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1737456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1737580Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1737845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1737984Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1738260Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1738267Z 2022-12-01T10:30:20.1738342Z ERROR (0.000s) 2022-12-01T10:30:20.1738639Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1738744Z Traceback (most recent call last): 2022-12-01T10:30:20.1739046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1739177Z raise rte 2022-12-01T10:30:20.1739481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1739584Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1739866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1739963Z return test(*args, **kwargs) 2022-12-01T10:30:20.1740149Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1740260Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1740553Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1740688Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1741061Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1741173Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1741502Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1741607Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1741917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1742009Z return op(*args, **kwargs) 2022-12-01T10:30:20.1742288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1742415Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1742715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1742849Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1743121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1743262Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1743522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1743638Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1743881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1744016Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1744265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1744397Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1744633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1744710Z return f(x) 2022-12-01T10:30:20.1744963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1745155Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1745417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1745617Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1745886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1745986Z return self.from_real_tensor( 2022-12-01T10:30:20.1746258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1746389Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1746641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1746761Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1747073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1747211Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1747431Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1747438Z 2022-12-01T10:30:20.1747512Z ERROR (0.000s) 2022-12-01T10:30:20.1747862Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1748019Z Traceback (most recent call last): 2022-12-01T10:30:20.1748318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1748395Z raise rte 2022-12-01T10:30:20.1748696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1748800Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1749081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1749176Z return test(*args, **kwargs) 2022-12-01T10:30:20.1749360Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1749472Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1749766Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1749901Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1750172Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1750283Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1750551Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1750653Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1755997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1756126Z return op(*args, **kwargs) 2022-12-01T10:30:20.1756432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1756570Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1756881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1757017Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1757411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1757556Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1757813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1757933Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1758186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1758326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1758580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1758717Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1758956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1759036Z return f(x) 2022-12-01T10:30:20.1759293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1759493Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1759760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1759919Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1760293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1760397Z return self.from_real_tensor( 2022-12-01T10:30:20.1760676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1760851Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1761131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1761255Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1761523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1761663Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1761889Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1761899Z 2022-12-01T10:30:20.1761974Z ERROR (0.012s) 2022-12-01T10:30:20.1762275Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1762351Z ERROR (0.004s) 2022-12-01T10:30:20.1762656Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1762759Z Traceback (most recent call last): 2022-12-01T10:30:20.1763059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1763138Z raise rte 2022-12-01T10:30:20.1763431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1763537Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1763824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1763918Z return test(*args, **kwargs) 2022-12-01T10:30:20.1764157Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1764266Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1764561Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1764692Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1765044Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1765158Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1765431Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1765568Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1765893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1765990Z return op(*args, **kwargs) 2022-12-01T10:30:20.1766308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1766450Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1766750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1766881Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1767211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1767355Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1767610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1767728Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1767976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1768112Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1768364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1768499Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1768734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1768808Z return f(x) 2022-12-01T10:30:20.1769063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1769199Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1769463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1769624Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1769878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1769979Z return self.from_real_tensor( 2022-12-01T10:30:20.1770254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1770387Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1770643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1770762Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1771023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1771204Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1771426Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1771434Z 2022-12-01T10:30:20.1771508Z ERROR (0.004s) 2022-12-01T10:30:20.1771862Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1771972Z Traceback (most recent call last): 2022-12-01T10:30:20.1772277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1772354Z raise rte 2022-12-01T10:30:20.1772745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1772856Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1773137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1773238Z return test(*args, **kwargs) 2022-12-01T10:30:20.1773425Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1773532Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1773823Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1773953Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1774277Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1774390Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1774656Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1774760Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1775061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1775153Z return op(*args, **kwargs) 2022-12-01T10:30:20.1775427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1775553Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1775856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1775985Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1776257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1776397Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1776654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1776768Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1777014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1777149Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1777397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1777532Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1777769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1777844Z return f(x) 2022-12-01T10:30:20.1778602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1778780Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1779063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1779221Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1779477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1779575Z return self.from_real_tensor( 2022-12-01T10:30:20.1779855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1779988Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1780242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1780365Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1780681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1780821Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1781045Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1781052Z 2022-12-01T10:30:20.1781126Z ERROR (0.004s) 2022-12-01T10:30:20.1781503Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1781608Z Traceback (most recent call last): 2022-12-01T10:30:20.1781904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1781983Z raise rte 2022-12-01T10:30:20.1782279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1782382Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1782664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1782757Z return test(*args, **kwargs) 2022-12-01T10:30:20.1782942Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1783055Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1783348Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1783480Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1783757Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1783866Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1784135Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1784237Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1784601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1784694Z return op(*args, **kwargs) 2022-12-01T10:30:20.1784974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1785100Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1785451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1785634Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1785905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1786047Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1786353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1786471Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1786719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1786852Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1787100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1787236Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1787472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1787545Z return f(x) 2022-12-01T10:30:20.1787798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1787931Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1788193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1788403Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1788660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1788760Z return self.from_real_tensor( 2022-12-01T10:30:20.1789035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1789165Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1789419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1789543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1789807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1789945Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1790168Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1790176Z 2022-12-01T10:30:20.1790251Z ERROR (0.004s) 2022-12-01T10:30:20.1790571Z test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1790647Z ERROR (0.004s) 2022-12-01T10:30:20.1791024Z test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1791129Z Traceback (most recent call last): 2022-12-01T10:30:20.1791426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1791551Z raise rte 2022-12-01T10:30:20.1791848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1791950Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1792232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1792375Z return test(*args, **kwargs) 2022-12-01T10:30:20.1792562Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1792675Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1792967Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1793101Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1793374Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1793481Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1793748Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1793849Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1794156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1794247Z return op(*args, **kwargs) 2022-12-01T10:30:20.1794520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1794645Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1794943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1795114Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1795450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1795593Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1795858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1795972Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1796216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1796350Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1796598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1796730Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1797017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1797095Z return f(x) 2022-12-01T10:30:20.1797346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1797483Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1797795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1797953Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1798206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1798305Z return self.from_real_tensor( 2022-12-01T10:30:20.1798577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1798709Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1798963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1799082Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1799399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1799536Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1799757Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1799764Z 2022-12-01T10:30:20.1799839Z ERROR (0.004s) 2022-12-01T10:30:20.1800164Z test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1800273Z Traceback (most recent call last): 2022-12-01T10:30:20.1800567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1800642Z raise rte 2022-12-01T10:30:20.1800941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1801046Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1801330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1801427Z return test(*args, **kwargs) 2022-12-01T10:30:20.1801614Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1801725Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1802062Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1802198Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1802474Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1802588Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1802923Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1803074Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1803384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1803477Z return op(*args, **kwargs) 2022-12-01T10:30:20.1803814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1803947Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1804246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1804377Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1804653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1804794Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1805144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1805263Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1805509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1805655Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1805906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1806042Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1806277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1806410Z return f(x) 2022-12-01T10:30:20.1806664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1806798Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1807059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1807216Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1807472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1807572Z return self.from_real_tensor( 2022-12-01T10:30:20.1807842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1807976Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1808226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1808346Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1808613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1808751Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1808974Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1809423Z 2022-12-01T10:30:20.1809513Z ERROR (0.004s) 2022-12-01T10:30:20.1809899Z test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1810010Z Traceback (most recent call last): 2022-12-01T10:30:20.1810313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1810390Z raise rte 2022-12-01T10:30:20.1810740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1810847Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1811127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1811224Z return test(*args, **kwargs) 2022-12-01T10:30:20.1811409Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1811520Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1811813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1811944Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1812216Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1812326Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1812594Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1812698Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1813006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1813101Z return op(*args, **kwargs) 2022-12-01T10:30:20.1813373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1813556Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1813855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1813985Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1814253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1814394Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1814651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1814765Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1815010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1815144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1815448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1815587Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1815825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1815900Z return f(x) 2022-12-01T10:30:20.1816199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1816335Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1816644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1816802Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1817053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1817155Z return self.from_real_tensor( 2022-12-01T10:30:20.1817428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1817556Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1817808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1817927Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1818193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1818330Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1818610Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1818621Z 2022-12-01T10:30:20.1818700Z ERROR (0.004s) 2022-12-01T10:30:20.1819018Z test_aot_autograd_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1819108Z expected failure (0.002s) 2022-12-01T10:30:20.1819342Z test_aot_autograd_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.1819580Z test_aot_autograd_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1819806Z test_aot_autograd_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.055s) 2022-12-01T10:30:20.1820042Z test_aot_autograd_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1820336Z test_aot_autograd_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.007s) 2022-12-01T10:30:20.1820580Z test_aot_autograd_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1820820Z test_aot_autograd_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1821025Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.1821321Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1821468Z Traceback (most recent call last): 2022-12-01T10:30:20.1821778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1821857Z raise rte 2022-12-01T10:30:20.1822208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1822315Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1822601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1822695Z return test(*args, **kwargs) 2022-12-01T10:30:20.1822931Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1823042Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1823336Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1823467Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1823741Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1823850Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1824119Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1824221Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1824526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1824620Z return op(*args, **kwargs) 2022-12-01T10:30:20.1824895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1825020Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1825320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1825451Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1825721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1825862Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1826114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1826229Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1826477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1826610Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1826916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1827107Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1827346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1827421Z return f(x) 2022-12-01T10:30:20.1827724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1827861Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1828125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1828342Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1828601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1828703Z return self.from_real_tensor( 2022-12-01T10:30:20.1828979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1829110Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1829367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1829487Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1829753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1829940Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1830165Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1830172Z 2022-12-01T10:30:20.1830246Z ERROR (0.004s) 2022-12-01T10:30:20.1830542Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1830648Z Traceback (most recent call last): 2022-12-01T10:30:20.1830942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1831020Z raise rte 2022-12-01T10:30:20.1831314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1831417Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1831701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1831796Z return test(*args, **kwargs) 2022-12-01T10:30:20.1831981Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1832093Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1832382Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1832512Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1832781Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1832890Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1833159Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1833263Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1833626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1833768Z return op(*args, **kwargs) 2022-12-01T10:30:20.1834101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1834226Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1834578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1834712Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1834986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1835131Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1835388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1835503Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1835747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1835883Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1836133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1836266Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1836502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1836577Z return f(x) 2022-12-01T10:30:20.1836877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1837013Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1837277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1837435Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1837689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1837788Z return self.from_real_tensor( 2022-12-01T10:30:20.1838060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1838192Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1838448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1838569Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1838832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1838965Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1839189Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1839197Z 2022-12-01T10:30:20.1839272Z ERROR (0.004s) 2022-12-01T10:30:20.1839567Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1839669Z Traceback (most recent call last): 2022-12-01T10:30:20.1840017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1840096Z raise rte 2022-12-01T10:30:20.1840393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1840552Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1840834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1840975Z return test(*args, **kwargs) 2022-12-01T10:30:20.1841159Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1841270Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1841563Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1841695Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1841967Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1842076Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1842344Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1842444Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1842804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1842897Z return op(*args, **kwargs) 2022-12-01T10:30:20.1843171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1843297Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1843594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1843773Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1844047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1844187Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1844442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1844559Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1844804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1845038Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1845290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1845423Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1845665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1845742Z return f(x) 2022-12-01T10:30:20.1846048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1846190Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1846454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1846658Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1846914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1847014Z return self.from_real_tensor( 2022-12-01T10:30:20.1847288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1847419Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1847675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1847800Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1848116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1848252Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1848470Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1848477Z 2022-12-01T10:30:20.1848553Z ERROR (0.004s) 2022-12-01T10:30:20.1848857Z test_aot_autograd_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1848976Z skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.1849258Z test_aot_autograd_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:30:20.1849502Z test_aot_autograd_symbolic_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1849745Z test_aot_autograd_symbolic_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.1849964Z test_aot_autograd_symbolic_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1850189Z test_aot_autograd_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.1850464Z test_aot_autograd_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1850670Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.1850957Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1851062Z Traceback (most recent call last): 2022-12-01T10:30:20.1851361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1851439Z raise rte 2022-12-01T10:30:20.1851738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1851842Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1852183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1852283Z return test(*args, **kwargs) 2022-12-01T10:30:20.1852470Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1852582Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1852938Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1853076Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1853355Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1853466Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1853741Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1853844Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1854152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1854247Z return op(*args, **kwargs) 2022-12-01T10:30:20.1854527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1854710Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1855009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1855139Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1855411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1855590Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1855867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1855984Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1856229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1856369Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1856624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1856761Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1857002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1857080Z return f(x) 2022-12-01T10:30:20.1857338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1857524Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1857791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1857951Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1858259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1858365Z return self.from_real_tensor( 2022-12-01T10:30:20.1858638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1858772Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1859085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1859210Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1859475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1859612Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1859834Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1859844Z 2022-12-01T10:30:20.1859920Z ERROR (0.004s) 2022-12-01T10:30:20.1860210Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1860316Z Traceback (most recent call last): 2022-12-01T10:30:20.1860611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1860688Z raise rte 2022-12-01T10:30:20.1860983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1861086Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1861368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1861509Z return test(*args, **kwargs) 2022-12-01T10:30:20.1861691Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1861801Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1862093Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1862225Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1862495Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1862605Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1862870Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1862969Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1863273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1863366Z return op(*args, **kwargs) 2022-12-01T10:30:20.1863692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1863820Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1864118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1864245Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1864616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1864759Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1865070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1865190Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1865431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1865564Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1865812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1865946Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1866184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1866260Z return f(x) 2022-12-01T10:30:20.1866512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1866647Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1866914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1867076Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1867331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1867432Z return self.from_real_tensor( 2022-12-01T10:30:20.1867708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1867842Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1868095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1868216Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1868477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1868663Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1868882Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1868889Z 2022-12-01T10:30:20.1868962Z ERROR (0.002s) 2022-12-01T10:30:20.1869251Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1869352Z Traceback (most recent call last): 2022-12-01T10:30:20.1869646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1869780Z raise rte 2022-12-01T10:30:20.1870071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1870174Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1870495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1870597Z return test(*args, **kwargs) 2022-12-01T10:30:20.1870783Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1870893Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1871231Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1871424Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1871699Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1871810Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1872081Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1872183Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1872485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1872576Z return op(*args, **kwargs) 2022-12-01T10:30:20.1872851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1872976Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1873273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1873403Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1873676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1873821Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1874076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1874192Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1874439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1874574Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1874824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1874959Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1875195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1875370Z return f(x) 2022-12-01T10:30:20.1875624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1875759Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1876022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1876177Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1876428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1876529Z return self.from_real_tensor( 2022-12-01T10:30:20.1876851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1876982Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1877279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1877409Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1877670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1877805Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1878023Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1878030Z 2022-12-01T10:30:20.1878100Z ERROR (0.003s) 2022-12-01T10:30:20.1878441Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1878514Z ERROR (0.006s) 2022-12-01T10:30:20.1878802Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1878907Z Traceback (most recent call last): 2022-12-01T10:30:20.1879203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1879277Z raise rte 2022-12-01T10:30:20.1879569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1879670Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1879956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1880048Z return test(*args, **kwargs) 2022-12-01T10:30:20.1880232Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1880345Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1880635Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1880768Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1881036Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1881145Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1881411Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1881517Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1881820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1881911Z return op(*args, **kwargs) 2022-12-01T10:30:20.1882235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1882360Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1882715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1882894Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1883168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1883311Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1883614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1883729Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1883976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1884111Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1884358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1884490Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1884724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1884797Z return f(x) 2022-12-01T10:30:20.1885186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1885328Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1885596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1885753Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1886010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1886109Z return self.from_real_tensor( 2022-12-01T10:30:20.1886381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1886514Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1886771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1886893Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1887156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1887294Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1887520Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1887527Z 2022-12-01T10:30:20.1887602Z ERROR (0.000s) 2022-12-01T10:30:20.1887892Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1887994Z Traceback (most recent call last): 2022-12-01T10:30:20.1888290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1888365Z raise rte 2022-12-01T10:30:20.1888659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1888762Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1889097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1889742Z return test(*args, **kwargs) 2022-12-01T10:30:20.1889939Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1890050Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1890345Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1890476Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1890753Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1890863Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1891130Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1891232Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1891542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1891634Z return op(*args, **kwargs) 2022-12-01T10:30:20.1891910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1892034Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1892331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1892517Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1892790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1892931Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1893190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1893305Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1893548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1893683Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1893934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1894067Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1894306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1894380Z return f(x) 2022-12-01T10:30:20.1894633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1894770Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1895033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1895229Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1895499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1895599Z return self.from_real_tensor( 2022-12-01T10:30:20.1895919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1896058Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1896311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1896429Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1896740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1896876Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1897099Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1897107Z 2022-12-01T10:30:20.1897181Z ERROR (0.000s) 2022-12-01T10:30:20.1897474Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1897578Z Traceback (most recent call last): 2022-12-01T10:30:20.1897872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1897950Z raise rte 2022-12-01T10:30:20.1898244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1898406Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1898687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1898780Z return test(*args, **kwargs) 2022-12-01T10:30:20.1898964Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1899076Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1899416Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1899549Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1899826Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1899938Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1900205Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1900306Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1900607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1900699Z return op(*args, **kwargs) 2022-12-01T10:30:20.1900975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1901105Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1901458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1901586Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1901862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1902059Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1902316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1902430Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1902674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1902807Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1903057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1903191Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1903428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1903553Z return f(x) 2022-12-01T10:30:20.1903810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1903945Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1904209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1904368Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1904624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1904726Z return self.from_real_tensor( 2022-12-01T10:30:20.1905002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1905140Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1905395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1905519Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1905840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1905984Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1906210Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1906217Z 2022-12-01T10:30:20.1906346Z ERROR (0.011s) 2022-12-01T10:30:20.1906651Z test_aot_autograd_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1906743Z expected failure (0.443s) 2022-12-01T10:30:20.1906968Z test_aot_autograd_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.174s) 2022-12-01T10:30:20.1907225Z test_aot_autograd_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1907527Z test_aot_autograd_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.1907769Z test_aot_autograd_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1908005Z test_aot_autograd_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1908284Z test_aot_autograd_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1908527Z test_aot_autograd_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1908764Z test_aot_autograd_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.1909000Z test_aot_autograd_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.168s) 2022-12-01T10:30:20.1909227Z test_aot_autograd_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.182s) 2022-12-01T10:30:20.1909462Z test_aot_autograd_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.1909742Z test_aot_autograd_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:30:20.1910013Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.005s) 2022-12-01T10:30:20.1910334Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1910439Z Traceback (most recent call last): 2022-12-01T10:30:20.1910743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1910821Z raise rte 2022-12-01T10:30:20.1924178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1924290Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1924578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1924677Z return test(*args, **kwargs) 2022-12-01T10:30:20.1924860Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1925060Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1925355Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1925487Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1925763Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1926056Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1926332Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1926436Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1926804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1926900Z return op(*args, **kwargs) 2022-12-01T10:30:20.1927183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1927312Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1927611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1927744Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1928016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1928157Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1928411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1928530Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1928775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1928910Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1929157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1929293Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1929533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1929609Z return f(x) 2022-12-01T10:30:20.1929861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1930060Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1930320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1930476Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1930730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1930830Z return self.from_real_tensor( 2022-12-01T10:30:20.1931104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1931240Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1931496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1931617Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1931885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1932021Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1932355Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1932364Z 2022-12-01T10:30:20.1932437Z ERROR (0.005s) 2022-12-01T10:30:20.1932763Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1933334Z Traceback (most recent call last): 2022-12-01T10:30:20.1933649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1933728Z raise rte 2022-12-01T10:30:20.1934024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1934133Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1934417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1934513Z return test(*args, **kwargs) 2022-12-01T10:30:20.1934697Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1934809Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1935107Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1935240Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1935515Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1935631Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1935902Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1936005Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1936310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1936403Z return op(*args, **kwargs) 2022-12-01T10:30:20.1936681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1936811Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1937113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1937243Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1937565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1937707Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1937960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1938075Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1938361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1938512Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1938764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1938899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1939195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1939275Z return f(x) 2022-12-01T10:30:20.1939527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1939661Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1939920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1940076Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1940376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1940478Z return self.from_real_tensor( 2022-12-01T10:30:20.1940749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1940884Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1941139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1941259Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1941522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1941660Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1941884Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1941892Z 2022-12-01T10:30:20.1941968Z ERROR (0.005s) 2022-12-01T10:30:20.1942291Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1942394Z Traceback (most recent call last): 2022-12-01T10:30:20.1942689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1942767Z raise rte 2022-12-01T10:30:20.1943121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1943225Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1943506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1943603Z return test(*args, **kwargs) 2022-12-01T10:30:20.1943787Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1943897Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1944188Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1944370Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1944694Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1944805Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1945071Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1945230Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1945543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1945636Z return op(*args, **kwargs) 2022-12-01T10:30:20.1945915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1946045Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1946345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1946474Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1946742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1946883Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1947137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1947303Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1947550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1947687Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1947942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1948078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1948312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1948383Z return f(x) 2022-12-01T10:30:20.1948638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1948774Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1949038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1949193Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1949502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1949607Z return self.from_real_tensor( 2022-12-01T10:30:20.1949881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1950013Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1950264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1950388Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1950704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1950843Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1951066Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1951123Z 2022-12-01T10:30:20.1951198Z ERROR (0.005s) 2022-12-01T10:30:20.1951559Z test_aot_autograd_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1951652Z expected failure (0.108s) 2022-12-01T10:30:20.1951892Z test_aot_autograd_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1952126Z test_aot_autograd_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1952361Z test_aot_autograd_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1952584Z test_aot_autograd_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1952811Z test_aot_autograd_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1953037Z test_aot_autograd_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.122s) 2022-12-01T10:30:20.1953264Z test_aot_autograd_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.1953488Z test_aot_autograd_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:20.1953762Z test_aot_autograd_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.1953980Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.021s) 2022-12-01T10:30:20.1954280Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1954387Z Traceback (most recent call last): 2022-12-01T10:30:20.1954690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1954768Z raise rte 2022-12-01T10:30:20.1955064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1955169Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1955452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1955545Z return test(*args, **kwargs) 2022-12-01T10:30:20.1955728Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1955839Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1956132Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1956266Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1956538Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1956649Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1956969Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1957074Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1957431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1957530Z return op(*args, **kwargs) 2022-12-01T10:30:20.1957807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1957984Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1958283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1958413Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1958686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1958826Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1959138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1959256Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1959501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1959637Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1959888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1960021Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1960255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1960331Z return f(x) 2022-12-01T10:30:20.1960585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1960767Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1961033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1961191Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1961445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1961544Z return self.from_real_tensor( 2022-12-01T10:30:20.1961812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1961943Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1962199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1962323Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1962584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1962719Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1962994Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1963002Z 2022-12-01T10:30:20.1963077Z ERROR (0.032s) 2022-12-01T10:30:20.1963383Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1963485Z Traceback (most recent call last): 2022-12-01T10:30:20.1963825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1963905Z raise rte 2022-12-01T10:30:20.1964198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1964299Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1964580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1964722Z return test(*args, **kwargs) 2022-12-01T10:30:20.1964987Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1965101Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1965397Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1965530Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1965809Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1965919Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1966190Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1966293Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1966653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1966753Z return op(*args, **kwargs) 2022-12-01T10:30:20.1967032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1967163Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1967467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1967650Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1967925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1968068Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1968326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1968441Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1968686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1968825Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1969123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1969265Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1969506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1969583Z return f(x) 2022-12-01T10:30:20.1969899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1970040Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1970306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1970465Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1970720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1970821Z return self.from_real_tensor( 2022-12-01T10:30:20.1971098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1971234Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1971491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1971613Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1971927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1972063Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1972289Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1972296Z 2022-12-01T10:30:20.1972373Z ERROR (0.024s) 2022-12-01T10:30:20.1972680Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.1972787Z Traceback (most recent call last): 2022-12-01T10:30:20.1973082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1973160Z raise rte 2022-12-01T10:30:20.1973455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1973563Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1973906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1974008Z return test(*args, **kwargs) 2022-12-01T10:30:20.1974195Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1974307Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1974651Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1974783Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1975053Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1975167Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1975492Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1975595Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1975944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1976039Z return op(*args, **kwargs) 2022-12-01T10:30:20.1976315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1976444Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1976743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1976874Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1977150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1977292Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1977546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1977661Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1977907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1978041Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1978294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1978429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1978674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1978801Z return f(x) 2022-12-01T10:30:20.1979056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1979189Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1979450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1979608Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1979867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1979966Z return self.from_real_tensor( 2022-12-01T10:30:20.1980238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1980371Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1980624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1980743Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1981003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1981137Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1981395Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1981407Z 2022-12-01T10:30:20.1981534Z ERROR (0.020s) 2022-12-01T10:30:20.1981855Z test_aot_autograd_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.1981947Z expected failure (0.000s) 2022-12-01T10:30:20.1982292Z test_aot_autograd_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.1982497Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.024s) 2022-12-01T10:30:20.1982794Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.1982895Z Traceback (most recent call last): 2022-12-01T10:30:20.1983192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1983268Z raise rte 2022-12-01T10:30:20.1983561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1983666Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1983949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1984043Z return test(*args, **kwargs) 2022-12-01T10:30:20.1984226Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1984335Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1984631Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1984765Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1985036Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1985145Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1985414Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1985568Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1985873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1985966Z return op(*args, **kwargs) 2022-12-01T10:30:20.1986240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1986372Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1986672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1986801Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1987071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1987213Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1987479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1987580Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1987834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1987957Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1988260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1988381Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1988628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1988690Z return f(x) 2022-12-01T10:30:20.1988957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1989078Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1989350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1989494Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1989759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1989857Z return self.from_real_tensor( 2022-12-01T10:30:20.1990131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1990260Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1990514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1990634Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1990894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.1991031Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.1991240Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.1991259Z 2022-12-01T10:30:20.1991319Z ERROR (0.020s) 2022-12-01T10:30:20.1991622Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.1991726Z Traceback (most recent call last): 2022-12-01T10:30:20.1992021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.1992141Z raise rte 2022-12-01T10:30:20.1992435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.1992537Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.1992877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.1992974Z return test(*args, **kwargs) 2022-12-01T10:30:20.1993159Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.1993271Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.1993663Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.1993795Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.1994070Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.1994177Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.1994445Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.1994545Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.1994849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.1994938Z return op(*args, **kwargs) 2022-12-01T10:30:20.1995264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.1995391Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.1995687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.1995817Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.1996086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.1996227Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.1996481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.1996595Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.1996840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.1996975Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1997222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.1997357Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.1997593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.1997674Z return f(x) 2022-12-01T10:30:20.1997924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.1998058Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.1998319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.1998477Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.1998731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.1998828Z return self.from_real_tensor( 2022-12-01T10:30:20.1999149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.1999278Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.1999541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.1999649Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.1999926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2000047Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2000271Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2000290Z 2022-12-01T10:30:20.2000351Z ERROR (0.020s) 2022-12-01T10:30:20.2000652Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2000757Z Traceback (most recent call last): 2022-12-01T10:30:20.2001048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2001127Z raise rte 2022-12-01T10:30:20.2001422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2001564Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2001916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2002014Z return test(*args, **kwargs) 2022-12-01T10:30:20.2002198Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2002309Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2002598Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2002730Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2003001Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2003109Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2003375Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2003478Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2003780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2003871Z return op(*args, **kwargs) 2022-12-01T10:30:20.2004148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2004273Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2004567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2004696Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2005053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2005196Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2005453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2005570Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2005816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2006002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2006250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2006384Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2006622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2006697Z return f(x) 2022-12-01T10:30:20.2006952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2007086Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2007349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2007505Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2007761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2007859Z return self.from_real_tensor( 2022-12-01T10:30:20.2008130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2008262Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2008516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2008750Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2009067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2009204Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2009433Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2009440Z 2022-12-01T10:30:20.2009516Z ERROR (0.035s) 2022-12-01T10:30:20.2009889Z test_aot_autograd_symbolic_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2009981Z expected failure (0.062s) 2022-12-01T10:30:20.2010209Z test_aot_autograd_symbolic_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.2010458Z test_aot_autograd_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:30:20.2010705Z test_aot_autograd_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:30:20.2010916Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.019s) 2022-12-01T10:30:20.2011217Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2011321Z Traceback (most recent call last): 2022-12-01T10:30:20.2011619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2011695Z raise rte 2022-12-01T10:30:20.2011993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2012095Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2012376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2012899Z return test(*args, **kwargs) 2022-12-01T10:30:20.2013087Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2013199Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2013494Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2013626Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2013899Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2014010Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2014279Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2014381Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2014689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2014784Z return op(*args, **kwargs) 2022-12-01T10:30:20.2015059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2015184Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2015482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2015608Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2015926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2016072Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2016329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2016507Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2016754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2016889Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2017140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2017275Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2017513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2017588Z return f(x) 2022-12-01T10:30:20.2017842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2017977Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2018244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2018401Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2018655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2018753Z return self.from_real_tensor( 2022-12-01T10:30:20.2019021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2019152Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2019409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2019528Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2019793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2019985Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2020213Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2020221Z 2022-12-01T10:30:20.2020298Z ERROR (0.030s) 2022-12-01T10:30:20.2020602Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2020706Z Traceback (most recent call last): 2022-12-01T10:30:20.2021003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2021079Z raise rte 2022-12-01T10:30:20.2021373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2021482Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2021767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2021861Z return test(*args, **kwargs) 2022-12-01T10:30:20.2022045Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2022156Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2022448Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2022624Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2022900Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2023011Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2023283Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2023386Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2023690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2023785Z return op(*args, **kwargs) 2022-12-01T10:30:20.2024059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2024181Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2024479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2024608Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2024880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2025025Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2025278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2025395Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2025640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2025834Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2026090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2026228Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2026464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2026588Z return f(x) 2022-12-01T10:30:20.2026844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2026976Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2027241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2027402Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2027655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2027754Z return self.from_real_tensor( 2022-12-01T10:30:20.2028027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2028157Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2028417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2028535Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2028799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2028933Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2029154Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2029161Z 2022-12-01T10:30:20.2029234Z ERROR (0.025s) 2022-12-01T10:30:20.2029581Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2029686Z Traceback (most recent call last): 2022-12-01T10:30:20.2029979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2030056Z raise rte 2022-12-01T10:30:20.2030344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2030446Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2030727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2030819Z return test(*args, **kwargs) 2022-12-01T10:30:20.2031004Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2031111Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2031398Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2031528Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2031798Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2031908Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2032171Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2032276Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2032579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2032667Z return op(*args, **kwargs) 2022-12-01T10:30:20.2032996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2033121Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2033474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2033604Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2033874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2034010Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2034268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2034384Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2034632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2034764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2035015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2035151Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2035386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2035460Z return f(x) 2022-12-01T10:30:20.2035714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2035846Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2036153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2036311Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2036567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2036669Z return self.from_real_tensor( 2022-12-01T10:30:20.2036940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2037070Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2037324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2037443Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2037707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2037846Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2038069Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2038077Z 2022-12-01T10:30:20.2038151Z ERROR (0.024s) 2022-12-01T10:30:20.2038468Z test_aot_autograd_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2038563Z expected failure (0.000s) 2022-12-01T10:30:20.2038807Z test_aot_autograd_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2039022Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.030s) 2022-12-01T10:30:20.2039320Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2039473Z Traceback (most recent call last): 2022-12-01T10:30:20.2039773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2039899Z raise rte 2022-12-01T10:30:20.2040252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2040358Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2040641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2040735Z return test(*args, **kwargs) 2022-12-01T10:30:20.2040972Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2041086Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2041381Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2041514Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2041788Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2041898Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2042167Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2042267Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2042573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2042662Z return op(*args, **kwargs) 2022-12-01T10:30:20.2043335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2043472Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2043776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2043909Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2044185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2044327Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2044581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2044696Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2045025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2045166Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2045416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2045551Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2045791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2045862Z return f(x) 2022-12-01T10:30:20.2046117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2046253Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2046580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2046739Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2046997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2047097Z return self.from_real_tensor( 2022-12-01T10:30:20.2047373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2047571Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2047824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2047944Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2048205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2048345Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2048574Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2048582Z 2022-12-01T10:30:20.2048658Z ERROR (0.024s) 2022-12-01T10:30:20.2048961Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2049066Z Traceback (most recent call last): 2022-12-01T10:30:20.2049363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2049441Z raise rte 2022-12-01T10:30:20.2049732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2049836Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2050161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2050254Z return test(*args, **kwargs) 2022-12-01T10:30:20.2050442Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2050550Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2050843Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2050972Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2051241Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2051348Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2051616Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2051717Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2052018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2052109Z return op(*args, **kwargs) 2022-12-01T10:30:20.2052382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2052510Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2052867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2053000Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2053272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2053413Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2053667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2053782Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2054023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2054208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2054455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2054589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2054825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2054902Z return f(x) 2022-12-01T10:30:20.2055158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2055296Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2055558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2055714Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2055969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2056068Z return self.from_real_tensor( 2022-12-01T10:30:20.2056340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2056472Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2056724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2056848Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2057154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2057292Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2057513Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2057522Z 2022-12-01T10:30:20.2057598Z ERROR (0.023s) 2022-12-01T10:30:20.2057901Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2058003Z Traceback (most recent call last): 2022-12-01T10:30:20.2058298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2058374Z raise rte 2022-12-01T10:30:20.2058672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2058775Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2059054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2059148Z return test(*args, **kwargs) 2022-12-01T10:30:20.2059332Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2059442Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2059735Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2059866Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2060134Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2060244Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2060509Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2060611Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2060912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2061110Z return op(*args, **kwargs) 2022-12-01T10:30:20.2061391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2061517Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2061811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2061940Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2062213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2062352Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2062603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2062719Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2062963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2063098Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2063346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2063481Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2063771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2063849Z return f(x) 2022-12-01T10:30:20.2064100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2064235Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2064502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2064657Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2064910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2065010Z return self.from_real_tensor( 2022-12-01T10:30:20.2065282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2065418Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2065671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2065791Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2066056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2066197Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2066417Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2066424Z 2022-12-01T10:30:20.2066499Z ERROR (0.024s) 2022-12-01T10:30:20.2066853Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2066926Z ERROR (0.003s) 2022-12-01T10:30:20.2067220Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2067324Z Traceback (most recent call last): 2022-12-01T10:30:20.2067618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2067746Z raise rte 2022-12-01T10:30:20.2068045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2068152Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2068437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2068532Z return test(*args, **kwargs) 2022-12-01T10:30:20.2068721Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2068831Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2069127Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2069258Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2069536Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2069648Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2069911Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2070019Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2070327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2070422Z return op(*args, **kwargs) 2022-12-01T10:30:20.2070743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2070874Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2071176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2071310Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2071586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2071730Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2071987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2072103Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2072350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2072485Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2072736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2072874Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2073111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2073187Z return f(x) 2022-12-01T10:30:20.2073444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2073579Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2073844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2074005Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2074260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2074359Z return self.from_real_tensor( 2022-12-01T10:30:20.2074682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2074814Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2075070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2075192Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2075455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2075594Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2075817Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2075824Z 2022-12-01T10:30:20.2075901Z ERROR (0.003s) 2022-12-01T10:30:20.2076192Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2076300Z Traceback (most recent call last): 2022-12-01T10:30:20.2076597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2076677Z raise rte 2022-12-01T10:30:20.2076972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2077072Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2077398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2077495Z return test(*args, **kwargs) 2022-12-01T10:30:20.2077683Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2077847Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2078151Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2078287Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2078560Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2078671Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2078943Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2079050Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2079355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2079447Z return op(*args, **kwargs) 2022-12-01T10:30:20.2079723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2079850Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2080147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2080280Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2080554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2080696Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2080951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2081068Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2081311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2081502Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2081752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2081885Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2082122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2082198Z return f(x) 2022-12-01T10:30:20.2082454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2082590Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2082853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2083010Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2083270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2083369Z return self.from_real_tensor( 2022-12-01T10:30:20.2083643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2083776Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2084092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2084263Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2084526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2084662Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2084971Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2084979Z 2022-12-01T10:30:20.2085053Z ERROR (0.003s) 2022-12-01T10:30:20.2085342Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2091103Z Traceback (most recent call last): 2022-12-01T10:30:20.2091487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2091570Z raise rte 2022-12-01T10:30:20.2091881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2091989Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2092283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2092383Z return test(*args, **kwargs) 2022-12-01T10:30:20.2092570Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2092681Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2092978Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2093109Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2093387Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2093497Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2093764Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2093866Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2094298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2094390Z return op(*args, **kwargs) 2022-12-01T10:30:20.2094671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2094796Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2095097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2095228Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2095503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2095642Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2095899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2096015Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2096260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2096470Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2096725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2096858Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2097251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2097337Z return f(x) 2022-12-01T10:30:20.2097594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2097732Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2097994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2098151Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2098405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2098504Z return self.from_real_tensor( 2022-12-01T10:30:20.2098779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2098912Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2099164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2099284Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2099548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2099685Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2099911Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2099920Z 2022-12-01T10:30:20.2099993Z ERROR (0.003s) 2022-12-01T10:30:20.2100284Z test_aot_autograd_symbolic_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2100376Z expected failure (0.004s) 2022-12-01T10:30:20.2100581Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.2100878Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2101035Z Traceback (most recent call last): 2022-12-01T10:30:20.2101330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2101405Z raise rte 2022-12-01T10:30:20.2101699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2101803Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2102087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2102181Z return test(*args, **kwargs) 2022-12-01T10:30:20.2102366Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2102475Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2102772Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2102903Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2103176Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2103285Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2103554Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2103654Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2104004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2104099Z return op(*args, **kwargs) 2022-12-01T10:30:20.2104372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2104497Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2104797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2104926Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2105196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2105334Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2105589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2105704Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2105950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2106085Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2106349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2106469Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2106716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2106778Z return f(x) 2022-12-01T10:30:20.2107033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2107170Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2107450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2107594Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2107907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2107992Z return self.from_real_tensor( 2022-12-01T10:30:20.2108337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2108472Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2108728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2108846Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2109114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2109250Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2109462Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2109483Z 2022-12-01T10:30:20.2109543Z ERROR (0.004s) 2022-12-01T10:30:20.2109846Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2109950Z Traceback (most recent call last): 2022-12-01T10:30:20.2110245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2110320Z raise rte 2022-12-01T10:30:20.2110661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2110767Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2111049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2111146Z return test(*args, **kwargs) 2022-12-01T10:30:20.2111331Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2111439Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2111732Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2111863Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2112133Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2112245Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2112513Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2112615Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2112919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2113010Z return op(*args, **kwargs) 2022-12-01T10:30:20.2113286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2113411Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2113707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2113835Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2114109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2114251Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2114559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2114728Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2114972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2115106Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2115355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2115488Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2115731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2115806Z return f(x) 2022-12-01T10:30:20.2116058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2116192Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2116454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2116609Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2116862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2116960Z return self.from_real_tensor( 2022-12-01T10:30:20.2117231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2117403Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2117661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2117782Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2118059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2118183Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2118404Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2118423Z 2022-12-01T10:30:20.2118484Z ERROR (0.004s) 2022-12-01T10:30:20.2118784Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2118889Z Traceback (most recent call last): 2022-12-01T10:30:20.2119242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2119320Z raise rte 2022-12-01T10:30:20.2119611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2119716Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2120000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2120094Z return test(*args, **kwargs) 2022-12-01T10:30:20.2120277Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2120388Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2120684Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2120817Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2121089Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2121250Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2121516Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2121618Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2121921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2122015Z return op(*args, **kwargs) 2022-12-01T10:30:20.2122291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2122419Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2122714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2122842Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2123112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2123252Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2123507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2123623Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2123868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2124002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2124292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2124426Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2124665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2124743Z return f(x) 2022-12-01T10:30:20.2125116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2125257Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2125520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2125674Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2125930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2126030Z return self.from_real_tensor( 2022-12-01T10:30:20.2126303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2126433Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2126689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2126811Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2127072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2127209Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2127434Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2127442Z 2022-12-01T10:30:20.2127555Z ERROR (0.002s) 2022-12-01T10:30:20.2127879Z test_aot_autograd_symbolic_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2127969Z expected failure (0.002s) 2022-12-01T10:30:20.2128635Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.016s) 2022-12-01T10:30:20.2128925Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2129028Z Traceback (most recent call last): 2022-12-01T10:30:20.2129329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2129406Z raise rte 2022-12-01T10:30:20.2129705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2129809Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2130093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2130190Z return test(*args, **kwargs) 2022-12-01T10:30:20.2130375Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2130489Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2130784Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2130915Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2131186Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2131344Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2131615Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2131717Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2132017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2132112Z return op(*args, **kwargs) 2022-12-01T10:30:20.2132385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2132510Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2132807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2132935Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2133203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2133344Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2133600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2133716Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2133960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2134095Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2134344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2134480Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2134718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2134792Z return f(x) 2022-12-01T10:30:20.2135045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2135179Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2135489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2135649Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2135907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2136006Z return self.from_real_tensor( 2022-12-01T10:30:20.2136283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2136415Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2136668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2136791Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2137057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2137198Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2137482Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2137490Z 2022-12-01T10:30:20.2137567Z ERROR (0.017s) 2022-12-01T10:30:20.2137863Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2137966Z Traceback (most recent call last): 2022-12-01T10:30:20.2138311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2138388Z raise rte 2022-12-01T10:30:20.2138681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2138785Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2139067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2139165Z return test(*args, **kwargs) 2022-12-01T10:30:20.2139349Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2139457Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2139753Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2139886Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2140160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2140268Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2140537Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2140638Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2140939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2141031Z return op(*args, **kwargs) 2022-12-01T10:30:20.2141305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2141430Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2141735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2141861Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2142133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2142322Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2142577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2142693Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2142937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2143075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2143326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2143460Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2143698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2143776Z return f(x) 2022-12-01T10:30:20.2144030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2144163Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2144429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2144586Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2144839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2144981Z return self.from_real_tensor( 2022-12-01T10:30:20.2145254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2145386Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2145698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2145820Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2146088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2146226Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2146448Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2146455Z 2022-12-01T10:30:20.2146528Z ERROR (0.016s) 2022-12-01T10:30:20.2146819Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2146921Z Traceback (most recent call last): 2022-12-01T10:30:20.2147209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2147287Z raise rte 2022-12-01T10:30:20.2147579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2147683Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2147964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2148057Z return test(*args, **kwargs) 2022-12-01T10:30:20.2148239Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2148348Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2148638Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2148824Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2149098Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2149208Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2149474Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2149574Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2149875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2149969Z return op(*args, **kwargs) 2022-12-01T10:30:20.2150243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2150367Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2150665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2150794Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2151067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2151207Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2151460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2151574Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2151861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2151996Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2152303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2152443Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2152682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2152756Z return f(x) 2022-12-01T10:30:20.2153009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2153144Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2153409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2153566Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2153820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2153921Z return self.from_real_tensor( 2022-12-01T10:30:20.2154198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2154328Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2154579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2154699Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2154955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2155092Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2155314Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2155321Z 2022-12-01T10:30:20.2155397Z ERROR (0.011s) 2022-12-01T10:30:20.2155699Z test_aot_autograd_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2155870Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2156095Z test_aot_autograd_symbolic_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2156338Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:30:20.2156582Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2156816Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2157026Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.2157325Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2157426Z Traceback (most recent call last): 2022-12-01T10:30:20.2157724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2157800Z raise rte 2022-12-01T10:30:20.2158464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2158577Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2158863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2158957Z return test(*args, **kwargs) 2022-12-01T10:30:20.2159145Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2159256Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2159550Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2159681Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2159955Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2160133Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2160405Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2160507Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2160811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2160904Z return op(*args, **kwargs) 2022-12-01T10:30:20.2161179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2161305Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2161603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2161730Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2162006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2162145Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2162399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2162569Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2162814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2162948Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2163198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2163332Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2163568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2163641Z return f(x) 2022-12-01T10:30:20.2163895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2164028Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2164292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2164450Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2164704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2164803Z return self.from_real_tensor( 2022-12-01T10:30:20.2165160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2165294Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2165623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2165743Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2166009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2166146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2166371Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2166378Z 2022-12-01T10:30:20.2166451Z ERROR (0.003s) 2022-12-01T10:30:20.2166755Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2166856Z Traceback (most recent call last): 2022-12-01T10:30:20.2167151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2167228Z raise rte 2022-12-01T10:30:20.2167514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2167618Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2167898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2167992Z return test(*args, **kwargs) 2022-12-01T10:30:20.2168175Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2168284Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2168576Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2168713Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2168983Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2169092Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2169358Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2169507Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2169814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2169906Z return op(*args, **kwargs) 2022-12-01T10:30:20.2170179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2170302Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2170602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2170732Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2171002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2171144Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2171396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2171515Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2171821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2171958Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2172253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2172387Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2172627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2172701Z return f(x) 2022-12-01T10:30:20.2172956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2173090Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2173355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2173510Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2173763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2173865Z return self.from_real_tensor( 2022-12-01T10:30:20.2174141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2174274Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2174527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2174649Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2174911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2175046Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2175269Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2175276Z 2022-12-01T10:30:20.2175348Z ERROR (0.003s) 2022-12-01T10:30:20.2175653Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2175755Z Traceback (most recent call last): 2022-12-01T10:30:20.2176051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2176169Z raise rte 2022-12-01T10:30:20.2176463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2176566Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2176845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2176936Z return test(*args, **kwargs) 2022-12-01T10:30:20.2177119Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2177231Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2177524Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2177654Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2177930Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2178038Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2178304Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2178406Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2178707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2178798Z return op(*args, **kwargs) 2022-12-01T10:30:20.2179115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2179242Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2179601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2179734Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2180007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2180147Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2180401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2180516Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2180763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2180897Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2181147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2181282Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2181517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2181592Z return f(x) 2022-12-01T10:30:20.2181845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2181978Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2182238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2182393Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2182646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2182743Z return self.from_real_tensor( 2022-12-01T10:30:20.2183065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2183197Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2183449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2183569Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2183832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2183967Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2184191Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2184198Z 2022-12-01T10:30:20.2184271Z ERROR (0.003s) 2022-12-01T10:30:20.2184576Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2184651Z ERROR (0.108s) 2022-12-01T10:30:20.2184951Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2185053Z Traceback (most recent call last): 2022-12-01T10:30:20.2185346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2185420Z raise rte 2022-12-01T10:30:20.2185757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2185861Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2186146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2186240Z return test(*args, **kwargs) 2022-12-01T10:30:20.2186424Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2186535Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2186882Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2187014Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2187286Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2187395Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2187662Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2187764Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2188068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2188159Z return op(*args, **kwargs) 2022-12-01T10:30:20.2188434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2188560Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2188859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2188995Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2189267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2189407Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2189659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2189824Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2190065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2190199Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2190449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2190581Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2190817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2190891Z return f(x) 2022-12-01T10:30:20.2191142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2191277Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2191537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2191693Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2191944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2192042Z return self.from_real_tensor( 2022-12-01T10:30:20.2192314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2192486Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2192742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2192862Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2193129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2193266Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2193486Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2193493Z 2022-12-01T10:30:20.2193565Z ERROR (0.112s) 2022-12-01T10:30:20.2193868Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2193971Z Traceback (most recent call last): 2022-12-01T10:30:20.2194265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2194341Z raise rte 2022-12-01T10:30:20.2194686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2194793Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2195073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2195167Z return test(*args, **kwargs) 2022-12-01T10:30:20.2195348Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2195456Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2195749Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2195877Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2196148Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2196309Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2196578Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2196677Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2196978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2197071Z return op(*args, **kwargs) 2022-12-01T10:30:20.2197343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2197469Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2197838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2197973Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2198245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2198384Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2198642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2198758Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2199050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2199189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2199486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2199621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2199861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2199937Z return f(x) 2022-12-01T10:30:20.2200191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2200325Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2200589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2200803Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2201062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2201161Z return self.from_real_tensor( 2022-12-01T10:30:20.2201433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2201565Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2201819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2201939Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2202203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2202339Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2202561Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2202568Z 2022-12-01T10:30:20.2202645Z ERROR (0.110s) 2022-12-01T10:30:20.2202947Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2203046Z Traceback (most recent call last): 2022-12-01T10:30:20.2203391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2203467Z raise rte 2022-12-01T10:30:20.2203759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2203861Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2204143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2204237Z return test(*args, **kwargs) 2022-12-01T10:30:20.2204421Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2204531Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2204818Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2205028Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2205302Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2205411Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2205674Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2205775Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2206138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2206231Z return op(*args, **kwargs) 2022-12-01T10:30:20.2206505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2206629Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2206926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2207056Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2207326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2207466Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2207720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2207838Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2208081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2208215Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2208466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2208602Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2208838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2208910Z return f(x) 2022-12-01T10:30:20.2209162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2209297Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2209560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2209716Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2209968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2210117Z return self.from_real_tensor( 2022-12-01T10:30:20.2210392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2210522Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2210775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2210894Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2211157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2211291Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2211513Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2211520Z 2022-12-01T10:30:20.2211597Z ERROR (0.122s) 2022-12-01T10:30:20.2211967Z test_aot_autograd_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2212057Z expected failure (0.049s) 2022-12-01T10:30:20.2212280Z test_aot_autograd_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:30:20.2212492Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.070s) 2022-12-01T10:30:20.2212835Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2212937Z Traceback (most recent call last): 2022-12-01T10:30:20.2213242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2213320Z raise rte 2022-12-01T10:30:20.2213613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2213715Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2213994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2214087Z return test(*args, **kwargs) 2022-12-01T10:30:20.2214270Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2214383Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2214674Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2214805Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2215080Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2215192Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2215456Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2215557Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2215858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2215948Z return op(*args, **kwargs) 2022-12-01T10:30:20.2216226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2216351Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2216649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2216827Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2217101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2217242Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2217494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2217608Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2217855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2217989Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2218239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2218373Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2218612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2218686Z return f(x) 2022-12-01T10:30:20.2218937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2219070Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2219332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2219532Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2219786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2219885Z return self.from_real_tensor( 2022-12-01T10:30:20.2220157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2220289Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2220539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2220660Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2220921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2221056Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2221279Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2221287Z 2022-12-01T10:30:20.2221361Z ERROR (0.069s) 2022-12-01T10:30:20.2221657Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2221762Z Traceback (most recent call last): 2022-12-01T10:30:20.2222054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2222128Z raise rte 2022-12-01T10:30:20.2222469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2222574Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2222859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2222953Z return test(*args, **kwargs) 2022-12-01T10:30:20.2223135Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2223243Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2223586Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2223718Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2223988Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2224097Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2224366Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2224467Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2224774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2224866Z return op(*args, **kwargs) 2022-12-01T10:30:20.2225138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2225267Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2225563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2225691Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2225961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2226099Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2226395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2226511Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2226757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2226892Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2227139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2227273Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2227508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2227583Z return f(x) 2022-12-01T10:30:20.2227838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2227973Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2228236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2228397Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2228654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2228752Z return self.from_real_tensor( 2022-12-01T10:30:20.2229024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2229153Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2229406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2229527Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2229792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2229928Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2230149Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2230201Z 2022-12-01T10:30:20.2230276Z ERROR (0.063s) 2022-12-01T10:30:20.2230573Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2230675Z Traceback (most recent call last): 2022-12-01T10:30:20.2230970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2231046Z raise rte 2022-12-01T10:30:20.2231339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2231441Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2231725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2231821Z return test(*args, **kwargs) 2022-12-01T10:30:20.2232010Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2232120Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2232471Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2232601Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2232870Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2233030Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2233298Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2233401Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2233703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2233796Z return op(*args, **kwargs) 2022-12-01T10:30:20.2234066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2234187Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2234484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2234612Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2234885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2235024Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2235276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2235391Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2235634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2235767Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2236015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2236147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2236383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2236457Z return f(x) 2022-12-01T10:30:20.2236708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2236841Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2237536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2237693Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2237947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2238044Z return self.from_real_tensor( 2022-12-01T10:30:20.2238314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2238449Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2238704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2238822Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2239158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2239297Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2239519Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2239528Z 2022-12-01T10:30:20.2239601Z ERROR (0.080s) 2022-12-01T10:30:20.2239905Z test_aot_autograd_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2240084Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2240315Z test_aot_autograd_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2240536Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:30:20.2240854Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2240956Z Traceback (most recent call last): 2022-12-01T10:30:20.2241254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2241330Z raise rte 2022-12-01T10:30:20.2241625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2241730Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2242012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2242106Z return test(*args, **kwargs) 2022-12-01T10:30:20.2242292Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2242402Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2242691Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2242824Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2243095Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2243203Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2243472Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2243573Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2243876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2244012Z return op(*args, **kwargs) 2022-12-01T10:30:20.2244285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2244409Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2244703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2244831Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2245197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2245337Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2245593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2245712Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2245960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2246095Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2246341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2246475Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2246711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2246785Z return f(x) 2022-12-01T10:30:20.2247084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2247223Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2247485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2247644Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2247899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2247998Z return self.from_real_tensor( 2022-12-01T10:30:20.2248272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2248402Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2248660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2248782Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2249041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2249239Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2249466Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2249474Z 2022-12-01T10:30:20.2249548Z ERROR (0.004s) 2022-12-01T10:30:20.2249867Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2249968Z Traceback (most recent call last): 2022-12-01T10:30:20.2250270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2250345Z raise rte 2022-12-01T10:30:20.2250636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2250793Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2251070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2251164Z return test(*args, **kwargs) 2022-12-01T10:30:20.2251348Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2251458Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2251751Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2251884Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2252155Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2252263Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2252532Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2252637Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2252942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2253034Z return op(*args, **kwargs) 2022-12-01T10:30:20.2253309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2253437Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2253778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2253910Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2254184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2254328Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2254582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2254697Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2254999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2255136Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2255389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2255525Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2255761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2255837Z return f(x) 2022-12-01T10:30:20.2256094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2256229Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2256491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2256648Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2256905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2257002Z return self.from_real_tensor( 2022-12-01T10:30:20.2257273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2257404Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2257658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2257832Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2258092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2258228Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2258451Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2258458Z 2022-12-01T10:30:20.2258533Z ERROR (0.004s) 2022-12-01T10:30:20.2258852Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2258955Z Traceback (most recent call last): 2022-12-01T10:30:20.2259252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2259329Z raise rte 2022-12-01T10:30:20.2259620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2259723Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2260005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2260098Z return test(*args, **kwargs) 2022-12-01T10:30:20.2260282Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2260437Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2260731Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2260864Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2261198Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2261308Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2261578Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2261681Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2261983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2262078Z return op(*args, **kwargs) 2022-12-01T10:30:20.2262358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2262485Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2262782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2262914Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2263186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2263327Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2263579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2263694Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2263941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2264075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2264323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2264504Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2264740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2264813Z return f(x) 2022-12-01T10:30:20.2265065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2265198Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2265458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2265617Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2265871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2265970Z return self.from_real_tensor( 2022-12-01T10:30:20.2266245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2266375Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2266630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2266751Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2267014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2267531Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2267764Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2267772Z 2022-12-01T10:30:20.2267846Z ERROR (0.004s) 2022-12-01T10:30:20.2268167Z test_aot_autograd_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2268261Z expected failure (0.003s) 2022-12-01T10:30:20.2268569Z test_aot_autograd_symbolic_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.2268780Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.2269070Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2269172Z Traceback (most recent call last): 2022-12-01T10:30:20.2269472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2269549Z raise rte 2022-12-01T10:30:20.2269846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2269948Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2270232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2270325Z return test(*args, **kwargs) 2022-12-01T10:30:20.2270507Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2270618Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2270912Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2271042Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2271315Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2271480Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2271750Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2271852Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2272156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2272247Z return op(*args, **kwargs) 2022-12-01T10:30:20.2272525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2272650Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2272949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2273079Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2273350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2273488Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2273741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2273855Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2274097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2274273Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2274526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2274659Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2274901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2274976Z return f(x) 2022-12-01T10:30:20.2275229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2275362Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2275623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2275775Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2276029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2276127Z return self.from_real_tensor( 2022-12-01T10:30:20.2276400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2276532Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2276785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2276906Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2277208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2277364Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2277588Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2277596Z 2022-12-01T10:30:20.2277668Z ERROR (0.003s) 2022-12-01T10:30:20.2277958Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2278108Z Traceback (most recent call last): 2022-12-01T10:30:20.2278403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2278477Z raise rte 2022-12-01T10:30:20.2278765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2278867Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2279144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2279240Z return test(*args, **kwargs) 2022-12-01T10:30:20.2279422Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2279532Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2279823Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2279957Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2280224Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2280331Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2280597Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2280697Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2281044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2281138Z return op(*args, **kwargs) 2022-12-01T10:30:20.2281411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2281538Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2281838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2281966Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2282238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2282377Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2282633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2282747Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2282991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2283123Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2283379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2283512Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2283747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2283820Z return f(x) 2022-12-01T10:30:20.2284075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2284209Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2284474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2284626Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2284877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2285115Z return self.from_real_tensor( 2022-12-01T10:30:20.2285384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2285514Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2285770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2285889Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2286206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2286343Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2286564Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2286574Z 2022-12-01T10:30:20.2286646Z ERROR (0.004s) 2022-12-01T10:30:20.2286937Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2287036Z Traceback (most recent call last): 2022-12-01T10:30:20.2287326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2287400Z raise rte 2022-12-01T10:30:20.2287747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2287850Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2288134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2288226Z return test(*args, **kwargs) 2022-12-01T10:30:20.2288409Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2288517Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2288807Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2288937Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2289206Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2289313Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2289582Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2289683Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2289980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2290073Z return op(*args, **kwargs) 2022-12-01T10:30:20.2290345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2290469Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2290765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2290894Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2291168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2291307Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2291559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2291720Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2291965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2292097Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2292343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2292475Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2292711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2292787Z return f(x) 2022-12-01T10:30:20.2293041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2293174Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2293441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2293597Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2293850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2293952Z return self.from_real_tensor( 2022-12-01T10:30:20.2294221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2294352Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2294647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2294768Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2295033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2295168Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2295444Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2295452Z 2022-12-01T10:30:20.2295525Z ERROR (0.004s) 2022-12-01T10:30:20.2295824Z test_aot_autograd_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2295939Z skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.2296199Z test_aot_autograd_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2296445Z test_aot_autograd_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2296692Z test_aot_autograd_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2296936Z test_aot_autograd_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2297180Z test_aot_autograd_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.2297444Z test_aot_autograd_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:30:20.2297703Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2297953Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2298256Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2298494Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2298743Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2298996Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2299238Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2299537Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2299792Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2300021Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.2300415Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2300569Z Traceback (most recent call last): 2022-12-01T10:30:20.2300878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2300953Z raise rte 2022-12-01T10:30:20.2301248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2301354Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2301633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2301726Z return test(*args, **kwargs) 2022-12-01T10:30:20.2301967Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2302078Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2302374Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2302505Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2302777Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2302887Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2303158Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2303257Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2303561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2303653Z return op(*args, **kwargs) 2022-12-01T10:30:20.2303927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2304055Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2304353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2304480Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2304807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2304945Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2305200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2305314Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2305556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2305690Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2305945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2306076Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2306312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2306388Z return f(x) 2022-12-01T10:30:20.2306638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2306772Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2307034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2307189Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2307488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2307587Z return self.from_real_tensor( 2022-12-01T10:30:20.2307858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2307988Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2308246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2308365Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2308624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2308762Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2308982Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2308989Z 2022-12-01T10:30:20.2309064Z ERROR (0.003s) 2022-12-01T10:30:20.2309407Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2309511Z Traceback (most recent call last): 2022-12-01T10:30:20.2309804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2309880Z raise rte 2022-12-01T10:30:20.2310169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2310270Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2310546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2310642Z return test(*args, **kwargs) 2022-12-01T10:30:20.2310880Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2310993Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2311286Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2311468Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2311739Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2311851Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2312119Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2312217Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2312522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2312614Z return op(*args, **kwargs) 2022-12-01T10:30:20.2312886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2313013Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2313310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2313440Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2313711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2313850Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2314102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2314259Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2314506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2314638Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2314887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2315021Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2315258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2315332Z return f(x) 2022-12-01T10:30:20.2315585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2315720Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2315985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2316140Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2316394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2316495Z return self.from_real_tensor( 2022-12-01T10:30:20.2316764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2316894Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2317147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2317267Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2317533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2317669Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2317888Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2317938Z 2022-12-01T10:30:20.2318012Z ERROR (0.003s) 2022-12-01T10:30:20.2318402Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2318504Z Traceback (most recent call last): 2022-12-01T10:30:20.2318799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2318874Z raise rte 2022-12-01T10:30:20.2319172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2319273Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2319554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2319648Z return test(*args, **kwargs) 2022-12-01T10:30:20.2319831Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2319942Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2320232Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2320363Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2320634Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2320744Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2321063Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2321165Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2321470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2321564Z return op(*args, **kwargs) 2022-12-01T10:30:20.2321836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2321965Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2322264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2322391Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2322666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2322806Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2323057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2323175Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2323418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2323553Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2323800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2323932Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2324168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2324243Z return f(x) 2022-12-01T10:30:20.2324497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2324631Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2324972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2325180Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2325435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2325534Z return self.from_real_tensor( 2022-12-01T10:30:20.2325807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2325937Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2326193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2326363Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2326636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2326774Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2326996Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2327003Z 2022-12-01T10:30:20.2327075Z ERROR (0.000s) 2022-12-01T10:30:20.2327414Z test_aot_autograd_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2327504Z expected failure (0.010s) 2022-12-01T10:30:20.2327812Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:30:20.2328082Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:20.2328306Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.013s) 2022-12-01T10:30:20.2328624Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2328725Z Traceback (most recent call last): 2022-12-01T10:30:20.2329026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2329103Z raise rte 2022-12-01T10:30:20.2329401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2329504Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2329783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2329882Z return test(*args, **kwargs) 2022-12-01T10:30:20.2330063Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2330174Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2330464Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2330596Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2330868Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2330976Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2331245Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2331345Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2331693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2331786Z return op(*args, **kwargs) 2022-12-01T10:30:20.2332060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2332185Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2332480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2332612Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2332883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2333026Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2333280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2333396Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2333642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2333778Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2334031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2334164Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2334438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2334514Z return f(x) 2022-12-01T10:30:20.2334768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2334962Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2335224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2335381Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2335631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2335729Z return self.from_real_tensor( 2022-12-01T10:30:20.2336000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2336136Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2336394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2336514Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2336779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2336918Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2337139Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2337146Z 2022-12-01T10:30:20.2337221Z ERROR (0.003s) 2022-12-01T10:30:20.2337547Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2337649Z Traceback (most recent call last): 2022-12-01T10:30:20.2337941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2338016Z raise rte 2022-12-01T10:30:20.2338358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2338459Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2338738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2338831Z return test(*args, **kwargs) 2022-12-01T10:30:20.2339013Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2339122Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2339415Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2339544Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2339813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2339924Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2340193Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2340295Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2340595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2340687Z return op(*args, **kwargs) 2022-12-01T10:30:20.2341007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2341134Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2341433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2341561Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2341830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2341970Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2342227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2342343Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2342584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2342722Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2343025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2343161Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2343401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2343474Z return f(x) 2022-12-01T10:30:20.2343731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2343863Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2344125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2344284Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2344539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2344637Z return self.from_real_tensor( 2022-12-01T10:30:20.2344909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2345500Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2345762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2345881Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2346146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2346283Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2346510Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2346517Z 2022-12-01T10:30:20.2346590Z ERROR (0.004s) 2022-12-01T10:30:20.2346916Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2347021Z Traceback (most recent call last): 2022-12-01T10:30:20.2347318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2347393Z raise rte 2022-12-01T10:30:20.2347685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2347787Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2348117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2348212Z return test(*args, **kwargs) 2022-12-01T10:30:20.2348396Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2348506Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2348797Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2348931Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2349204Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2349313Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2349579Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2349680Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2349984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2350075Z return op(*args, **kwargs) 2022-12-01T10:30:20.2350350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2350477Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2350773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2350902Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2351177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2351318Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2351569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2351683Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2351925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2352058Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2352356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2352487Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2352726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2352800Z return f(x) 2022-12-01T10:30:20.2353050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2353246Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2353518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2353675Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2353927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2354026Z return self.from_real_tensor( 2022-12-01T10:30:20.2354299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2354430Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2354684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2354803Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2355114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2355253Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2355474Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2355484Z 2022-12-01T10:30:20.2355557Z ERROR (0.004s) 2022-12-01T10:30:20.2355885Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2355975Z expected failure (0.003s) 2022-12-01T10:30:20.2356219Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2356476Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2356723Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2356965Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2357221Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2357473Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.2357719Z test_aot_autograd_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2357957Z test_aot_autograd_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2358201Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2358442Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2358733Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2358952Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:30:20.2359266Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2359367Z Traceback (most recent call last): 2022-12-01T10:30:20.2359723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2359799Z raise rte 2022-12-01T10:30:20.2360094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2360199Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2360484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2360576Z return test(*args, **kwargs) 2022-12-01T10:30:20.2360758Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2360867Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2361203Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2361335Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2361608Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2361718Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2361984Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2362083Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2362386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2362475Z return op(*args, **kwargs) 2022-12-01T10:30:20.2362749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2362875Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2363171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2363295Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2363568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2363708Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2363958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2364071Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2364314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2364447Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2364698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2364831Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2365146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2365277Z return f(x) 2022-12-01T10:30:20.2365594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2365730Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2365991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2366146Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2366399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2366500Z return self.from_real_tensor( 2022-12-01T10:30:20.2366770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2366902Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2367157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2367275Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2367536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2367669Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2367890Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2367898Z 2022-12-01T10:30:20.2368019Z ERROR (0.000s) 2022-12-01T10:30:20.2368343Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2368445Z Traceback (most recent call last): 2022-12-01T10:30:20.2368741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2368817Z raise rte 2022-12-01T10:30:20.2369106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2369207Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2369486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2369578Z return test(*args, **kwargs) 2022-12-01T10:30:20.2369760Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2369867Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2370158Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2370291Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2370559Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2370723Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2370994Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2371094Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2371398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2371490Z return op(*args, **kwargs) 2022-12-01T10:30:20.2371764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2371887Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2372233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2372362Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2372632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2372771Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2373021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2373137Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2373378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2373512Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2373760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2373892Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2374130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2374202Z return f(x) 2022-12-01T10:30:20.2374454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2374585Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2375225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2375390Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2375646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2375748Z return self.from_real_tensor( 2022-12-01T10:30:20.2376018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2376147Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2376400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2376517Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2376780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2376917Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2377139Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2377147Z 2022-12-01T10:30:20.2377220Z ERROR (0.000s) 2022-12-01T10:30:20.2377540Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2377640Z Traceback (most recent call last): 2022-12-01T10:30:20.2377935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2378009Z raise rte 2022-12-01T10:30:20.2378303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2378405Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2378685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2378776Z return test(*args, **kwargs) 2022-12-01T10:30:20.2379011Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2379120Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2379411Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2379541Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2379814Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2379921Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2380189Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2380288Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2380589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2380682Z return op(*args, **kwargs) 2022-12-01T10:30:20.2381028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2381153Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2381452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2381581Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2381907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2382050Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2382302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2382417Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2382658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2382791Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2383040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2383173Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2383405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2383478Z return f(x) 2022-12-01T10:30:20.2383728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2383861Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2384121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2384278Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2384528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2384626Z return self.from_real_tensor( 2022-12-01T10:30:20.2384899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2385029Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2385285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2385407Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2385666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2385848Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2386067Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2386073Z 2022-12-01T10:30:20.2386144Z ERROR (0.013s) 2022-12-01T10:30:20.2386483Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2386572Z expected failure (0.003s) 2022-12-01T10:30:20.2386813Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.2387138Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2387241Z Traceback (most recent call last): 2022-12-01T10:30:20.2387548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2387611Z raise rte 2022-12-01T10:30:20.2387916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2388007Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2388335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2388418Z return test(*args, **kwargs) 2022-12-01T10:30:20.2388610Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2388709Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2389002Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2389137Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2389410Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2389516Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2389782Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2389881Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2390194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2390330Z return op(*args, **kwargs) 2022-12-01T10:30:20.2390616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2390731Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2391037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2391163Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2391429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2391568Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2391823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2391935Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2392176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2392358Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2392605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2392735Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2392970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2393042Z return f(x) 2022-12-01T10:30:20.2393292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2393427Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2393688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2393841Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2394091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2394189Z return self.from_real_tensor( 2022-12-01T10:30:20.2394459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2394590Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2394838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2394955Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2395257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2395391Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2395610Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2395619Z 2022-12-01T10:30:20.2395728Z ERROR (0.004s) 2022-12-01T10:30:20.2396072Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2396172Z Traceback (most recent call last): 2022-12-01T10:30:20.2396469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2396543Z raise rte 2022-12-01T10:30:20.2396840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2396940Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2397216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2397310Z return test(*args, **kwargs) 2022-12-01T10:30:20.2397490Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2397597Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2397887Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2398016Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2398284Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2398394Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2398661Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2398761Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2399064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2399203Z return op(*args, **kwargs) 2022-12-01T10:30:20.2399474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2399599Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2399903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2400018Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2400298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2400439Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2400690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2400862Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2401106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2401240Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2401725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2402110Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2402562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2402871Z return f(x) 2022-12-01T10:30:20.2403230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2410756Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2411267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2411687Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2412130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2412494Z return self.from_real_tensor( 2022-12-01T10:30:20.2412889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2413352Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2413819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2414192Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2414602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2414995Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2415381Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2415620Z 2022-12-01T10:30:20.2415691Z ERROR (0.003s) 2022-12-01T10:30:20.2416143Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2416589Z Traceback (most recent call last): 2022-12-01T10:30:20.2417010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2417524Z raise rte 2022-12-01T10:30:20.2417993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2418568Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2419115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2419531Z return test(*args, **kwargs) 2022-12-01T10:30:20.2419941Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2420285Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2420721Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2421143Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2421568Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2421929Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2422335Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2422685Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2423119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2423502Z return op(*args, **kwargs) 2022-12-01T10:30:20.2423903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2424378Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2424834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2425345Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2425839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2426266Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2426694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2427037Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2427418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2427782Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2428188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2428553Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2428937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2429241Z return f(x) 2022-12-01T10:30:20.2429600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2429973Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2430382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2430766Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2431249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2431605Z return self.from_real_tensor( 2022-12-01T10:30:20.2432115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2432501Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2432983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2433359Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2433769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2434155Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2434537Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2434769Z 2022-12-01T10:30:20.2434834Z ERROR (0.004s) 2022-12-01T10:30:20.2435315Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2436157Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86765 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:30:20.2436913Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.2437769Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2438338Z Traceback (most recent call last): 2022-12-01T10:30:20.2438781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2439137Z raise rte 2022-12-01T10:30:20.2439532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2439905Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2440324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2440683Z return test(*args, **kwargs) 2022-12-01T10:30:20.2440994Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2441290Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2441707Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2442101Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2442529Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2442885Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2443289Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2443691Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2444238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2444623Z return op(*args, **kwargs) 2022-12-01T10:30:20.2445106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2445533Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2446073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2446561Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2446989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2447374Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2447795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2448158Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2448548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2448925Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2449342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2449774Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2450166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2450529Z return f(x) 2022-12-01T10:30:20.2450897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2451268Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2451693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2452167Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2452608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2452961Z return self.from_real_tensor( 2022-12-01T10:30:20.2453454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2453877Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2454295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2454677Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2455088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2455473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2455964Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2456229Z 2022-12-01T10:30:20.2456308Z ERROR (0.003s) 2022-12-01T10:30:20.2456856Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2457366Z Traceback (most recent call last): 2022-12-01T10:30:20.2457798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2458149Z raise rte 2022-12-01T10:30:20.2458544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2458929Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2459347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2459707Z return test(*args, **kwargs) 2022-12-01T10:30:20.2460020Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2460402Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2460853Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2461249Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2461666Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2462090Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2462617Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2462979Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2463410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2463789Z return op(*args, **kwargs) 2022-12-01T10:30:20.2464192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2464586Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2465033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2465435Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2465862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2466302Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2466724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2467083Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2467468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2467843Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2468354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2468778Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2469171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2469472Z return f(x) 2022-12-01T10:30:20.2469829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2470192Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2470608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2471010Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2471438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2471781Z return self.from_real_tensor( 2022-12-01T10:30:20.2472190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2472575Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2472983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2473345Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2473749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2474180Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2474615Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2474885Z 2022-12-01T10:30:20.2474978Z ERROR (0.004s) 2022-12-01T10:30:20.2475549Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2476079Z Traceback (most recent call last): 2022-12-01T10:30:20.2476515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2476865Z raise rte 2022-12-01T10:30:20.2477263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2477638Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2478061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2478404Z return test(*args, **kwargs) 2022-12-01T10:30:20.2478708Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2478999Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2479427Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2479814Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2480344Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2480710Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2481116Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2481583Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2482023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2482390Z return op(*args, **kwargs) 2022-12-01T10:30:20.2482789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2483168Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2483660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2484074Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2484495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2484962Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2485384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2485742Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2486127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2486497Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2486943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2487365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2487759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2488116Z return f(x) 2022-12-01T10:30:20.2488547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2488923Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2489341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2489745Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2490177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2490520Z return self.from_real_tensor( 2022-12-01T10:30:20.2490918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2491299Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2491706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2492066Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2492470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2492909Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2493388Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2493674Z 2022-12-01T10:30:20.2493750Z ERROR (0.003s) 2022-12-01T10:30:20.2494304Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2494824Z expected failure (0.004s) 2022-12-01T10:30:20.2495207Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2495727Z test_aot_autograd_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:30:20.2496211Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.2496766Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2497196Z Traceback (most recent call last): 2022-12-01T10:30:20.2497636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2497999Z raise rte 2022-12-01T10:30:20.2498402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2498789Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2499252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2499661Z return test(*args, **kwargs) 2022-12-01T10:30:20.2499970Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2500261Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2500695Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2501092Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2501521Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2502000Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2502414Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2502752Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2503188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2503632Z return op(*args, **kwargs) 2022-12-01T10:30:20.2504039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2504431Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2504885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2505342Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2505816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2506217Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2506632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2506996Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2507387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2507747Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2508272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2508649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2509043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2509347Z return f(x) 2022-12-01T10:30:20.2509704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2510078Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2510542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2510943Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2511427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2511801Z return self.from_real_tensor( 2022-12-01T10:30:20.2512207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2512594Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2512998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2513362Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2513768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2514151Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2514530Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2514763Z 2022-12-01T10:30:20.2514839Z ERROR (0.004s) 2022-12-01T10:30:20.2515262Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2516191Z Traceback (most recent call last): 2022-12-01T10:30:20.2516630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2516985Z raise rte 2022-12-01T10:30:20.2517446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2517912Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2518344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2518707Z return test(*args, **kwargs) 2022-12-01T10:30:20.2519012Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2519308Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2519728Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2520124Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2520548Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2520907Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2521305Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2521652Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2522161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2522540Z return op(*args, **kwargs) 2022-12-01T10:30:20.2522978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2523419Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2523933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2524388Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2524814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2525314Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2525728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2526143Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2526532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2526898Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2527303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2527675Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2528066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2528362Z return f(x) 2022-12-01T10:30:20.2528720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2529107Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2529575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2529990Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2530483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2531009Z return self.from_real_tensor( 2022-12-01T10:30:20.2531514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2531905Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2532314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2532666Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2533077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2533462Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2533845Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2534136Z 2022-12-01T10:30:20.2534212Z ERROR (0.004s) 2022-12-01T10:30:20.2534646Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2535067Z Traceback (most recent call last): 2022-12-01T10:30:20.2535498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2535904Z raise rte 2022-12-01T10:30:20.2536396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2536788Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2537210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2537577Z return test(*args, **kwargs) 2022-12-01T10:30:20.2537885Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2538176Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2538603Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2538998Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2539428Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2539784Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2540241Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2540590Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2541085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2541472Z return op(*args, **kwargs) 2022-12-01T10:30:20.2541921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2542361Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2542821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2543224Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2543654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2544050Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2544465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2544868Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2545251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2545616Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2546022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2546392Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2546782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2547094Z return f(x) 2022-12-01T10:30:20.2547454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2547936Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2548415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2548817Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2549255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2549604Z return self.from_real_tensor( 2022-12-01T10:30:20.2550001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2550390Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2550856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2551226Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2551644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2552037Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2552427Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2552661Z 2022-12-01T10:30:20.2552722Z ERROR (0.004s) 2022-12-01T10:30:20.2553153Z test_aot_autograd_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2553571Z expected failure (0.007s) 2022-12-01T10:30:20.2554010Z test_aot_autograd_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:20.2554568Z test_aot_autograd_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2555128Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.2555721Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2556176Z Traceback (most recent call last): 2022-12-01T10:30:20.2556605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2556964Z raise rte 2022-12-01T10:30:20.2557373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2557750Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2558171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2558600Z return test(*args, **kwargs) 2022-12-01T10:30:20.2558912Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2559207Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2559641Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2560091Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2560562Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2560924Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2561340Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2561689Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2562188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2562568Z return op(*args, **kwargs) 2022-12-01T10:30:20.2562968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2563352Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2563798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2564271Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2564707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2565194Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2565616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2566029Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2566468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2566841Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2567247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2567621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2568014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2568321Z return f(x) 2022-12-01T10:30:20.2568687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2569057Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2569480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2569889Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2570325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2570732Z return self.from_real_tensor( 2022-12-01T10:30:20.2571135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2571529Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2571987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2572354Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2572880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2573263Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2573633Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2573867Z 2022-12-01T10:30:20.2573945Z ERROR (0.003s) 2022-12-01T10:30:20.2574403Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2574855Z Traceback (most recent call last): 2022-12-01T10:30:20.2575288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2575643Z raise rte 2022-12-01T10:30:20.2576042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2576421Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2576841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2577185Z return test(*args, **kwargs) 2022-12-01T10:30:20.2577494Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2577844Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2579221Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2579641Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2580077Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2580441Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2580856Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2581204Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2581643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2582010Z return op(*args, **kwargs) 2022-12-01T10:30:20.2582416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2582801Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2583255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2583660Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2584170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2584618Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2585043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2585406Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2585793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2586152Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2586563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2586935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2587403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2587708Z return f(x) 2022-12-01T10:30:20.2588075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2588457Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2588876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2589283Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2589719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2590106Z return self.from_real_tensor( 2022-12-01T10:30:20.2590516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2590960Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2591427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2591797Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2592204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2592591Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2592974Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2593273Z 2022-12-01T10:30:20.2593348Z ERROR (0.006s) 2022-12-01T10:30:20.2593803Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2594239Z Traceback (most recent call last): 2022-12-01T10:30:20.2594670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2595021Z raise rte 2022-12-01T10:30:20.2595418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2595803Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2596283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2596696Z return test(*args, **kwargs) 2022-12-01T10:30:20.2597068Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2597362Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2597794Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2598185Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2598613Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2598974Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2599524Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2600062Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2600758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2601308Z return op(*args, **kwargs) 2022-12-01T10:30:20.2601903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2602634Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2603627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2604273Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2604963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2605557Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2606190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2606664Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2607057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2607432Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2607846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2608223Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2608678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2608973Z return f(x) 2022-12-01T10:30:20.2609396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2609837Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2610587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2611011Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2611454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2611850Z return self.from_real_tensor( 2022-12-01T10:30:20.2612282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2612672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2613085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2613458Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2613864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2614256Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2614698Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2614941Z 2022-12-01T10:30:20.2615018Z ERROR (0.000s) 2022-12-01T10:30:20.2615531Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2615966Z ERROR (0.000s) 2022-12-01T10:30:20.2616420Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2616870Z Traceback (most recent call last): 2022-12-01T10:30:20.2617302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2617660Z raise rte 2022-12-01T10:30:20.2618067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2618517Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2618947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2619310Z return test(*args, **kwargs) 2022-12-01T10:30:20.2619496Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2619607Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2619904Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2620040Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2620316Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2620424Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2620745Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2620851Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2621161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2621255Z return op(*args, **kwargs) 2022-12-01T10:30:20.2621589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2621773Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2622132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2622267Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2622544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2622685Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2622940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2623054Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2623299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2623435Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2623687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2623825Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2624060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2624138Z return f(x) 2022-12-01T10:30:20.2624392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2624526Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2624788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2624946Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2625204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2625305Z return self.from_real_tensor( 2022-12-01T10:30:20.2625579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2625712Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2626020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2626142Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2626408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2626545Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2626820Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2626829Z 2022-12-01T10:30:20.2626904Z ERROR (0.012s) 2022-12-01T10:30:20.2627283Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2627404Z Traceback (most recent call last): 2022-12-01T10:30:20.2627708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2627784Z raise rte 2022-12-01T10:30:20.2628079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2628182Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2628465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2628559Z return test(*args, **kwargs) 2022-12-01T10:30:20.2628846Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2628960Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2629253Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2629386Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2629660Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2629775Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2630044Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2630145Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2630457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2630547Z return op(*args, **kwargs) 2022-12-01T10:30:20.2630823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2630950Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2631251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2631379Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2631649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2631788Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2632044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2632161Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2632405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2632543Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2632886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2633021Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2633260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2633382Z return f(x) 2022-12-01T10:30:20.2633643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2633780Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2634049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2634207Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2634462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2634565Z return self.from_real_tensor( 2022-12-01T10:30:20.2634837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2634969Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2635225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2635347Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2635661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2635801Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2636020Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2636027Z 2022-12-01T10:30:20.2636103Z ERROR (0.004s) 2022-12-01T10:30:20.2636451Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2636552Z Traceback (most recent call last): 2022-12-01T10:30:20.2636902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2636984Z raise rte 2022-12-01T10:30:20.2637279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2637381Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2637662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2637754Z return test(*args, **kwargs) 2022-12-01T10:30:20.2637940Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2638051Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2638343Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2638473Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2638795Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2638908Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2639178Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2639313Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2639635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2639782Z return op(*args, **kwargs) 2022-12-01T10:30:20.2640061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2640188Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2640486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2640616Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2640895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2641036Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2641289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2641407Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2641648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2641783Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2642030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2642166Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2642401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2642519Z return f(x) 2022-12-01T10:30:20.2642783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2642923Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2643190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2643375Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2643631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2643740Z return self.from_real_tensor( 2022-12-01T10:30:20.2644013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2644146Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2644406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2644526Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2644844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2645075Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2645302Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2645310Z 2022-12-01T10:30:20.2645439Z ERROR (0.004s) 2022-12-01T10:30:20.2645787Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2645860Z ERROR (0.004s) 2022-12-01T10:30:20.2646206Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2646305Z Traceback (most recent call last): 2022-12-01T10:30:20.2646667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2646802Z raise rte 2022-12-01T10:30:20.2647096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2647197Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2647478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2647572Z return test(*args, **kwargs) 2022-12-01T10:30:20.2647758Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2647867Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2648160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2648293Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2648568Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2648675Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2648944Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2649046Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2649350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2649488Z return op(*args, **kwargs) 2022-12-01T10:30:20.2649766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2649892Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2650196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2650329Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2650600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2650785Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2651049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2651165Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2651461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2651599Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2651850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2651985Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2652225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2652300Z return f(x) 2022-12-01T10:30:20.2652550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2652685Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2652948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2653108Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2653362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2653463Z return self.from_real_tensor( 2022-12-01T10:30:20.2653789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2653919Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2654174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2654297Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2654561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2654740Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2654980Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2654987Z 2022-12-01T10:30:20.2655060Z ERROR (0.004s) 2022-12-01T10:30:20.2655402Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2655510Z Traceback (most recent call last): 2022-12-01T10:30:20.2655812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2655891Z raise rte 2022-12-01T10:30:20.2656191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2656345Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2656634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2656767Z return test(*args, **kwargs) 2022-12-01T10:30:20.2656970Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2657087Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2657417Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2657566Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2657841Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2657949Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2658221Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2658321Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2658625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2658719Z return op(*args, **kwargs) 2022-12-01T10:30:20.2658995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2659121Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2659416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2659547Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2659820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2659962Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2660217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2660335Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2660632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2660769Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2661021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2661157Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2661399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2661478Z return f(x) 2022-12-01T10:30:20.2661740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2661877Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2662144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2662305Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2662562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2662663Z return self.from_real_tensor( 2022-12-01T10:30:20.2662986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2663122Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2663428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2663607Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2663921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2664061Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2664285Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2664292Z 2022-12-01T10:30:20.2664370Z ERROR (0.005s) 2022-12-01T10:30:20.2664715Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2664820Z Traceback (most recent call last): 2022-12-01T10:30:20.2665122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2665201Z raise rte 2022-12-01T10:30:20.2665497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2665600Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2665886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2665982Z return test(*args, **kwargs) 2022-12-01T10:30:20.2666173Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2666285Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2666578Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2666713Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2666990Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2667103Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2667376Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2667530Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2667838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2667934Z return op(*args, **kwargs) 2022-12-01T10:30:20.2668214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2668343Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2668650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2668782Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2669106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2669252Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2669557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2669679Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2669928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2670064Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2670315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2670498Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2670742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2670816Z return f(x) 2022-12-01T10:30:20.2671070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2671208Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2671470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2671685Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2671941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2672041Z return self.from_real_tensor( 2022-12-01T10:30:20.2672319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2672450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2672706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2672828Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2673093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2673232Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2673452Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2673460Z 2022-12-01T10:30:20.2673533Z ERROR (0.004s) 2022-12-01T10:30:20.2673875Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2673946Z ERROR (0.004s) 2022-12-01T10:30:20.2674283Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2674434Z Traceback (most recent call last): 2022-12-01T10:30:20.2674734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2674867Z raise rte 2022-12-01T10:30:20.2675168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2675271Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2675604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2675699Z return test(*args, **kwargs) 2022-12-01T10:30:20.2675888Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2675997Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2676290Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2676421Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2676694Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2676802Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2677072Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2677223Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2677530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2677622Z return op(*args, **kwargs) 2022-12-01T10:30:20.2677895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2678025Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2678322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2678452Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2678723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2678864Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2679119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2679235Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2679480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2679618Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2679867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2680003Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2680241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2680317Z return f(x) 2022-12-01T10:30:20.2680569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2680760Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2681077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2681236Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2682059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2682158Z return self.from_real_tensor( 2022-12-01T10:30:20.2682434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2682568Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2682822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2682948Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2683214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2683353Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2683578Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2683585Z 2022-12-01T10:30:20.2683659Z ERROR (0.004s) 2022-12-01T10:30:20.2683997Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2684100Z Traceback (most recent call last): 2022-12-01T10:30:20.2684399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2684475Z raise rte 2022-12-01T10:30:20.2684823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2685013Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2685303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2685398Z return test(*args, **kwargs) 2022-12-01T10:30:20.2685582Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2685693Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2685983Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2686115Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2686391Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2686502Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2686768Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2686935Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2687247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2687340Z return op(*args, **kwargs) 2022-12-01T10:30:20.2687668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2687799Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2688156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2688291Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2688567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2688706Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2689021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2689137Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2689382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2689517Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2689767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2689902Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2690143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2690217Z return f(x) 2022-12-01T10:30:20.2690473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2690611Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2690871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2691029Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2691283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2691383Z return self.from_real_tensor( 2022-12-01T10:30:20.2691698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2691830Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2692085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2692206Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2692465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2692600Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2692868Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2692881Z 2022-12-01T10:30:20.2692958Z ERROR (0.002s) 2022-12-01T10:30:20.2693301Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2693403Z Traceback (most recent call last): 2022-12-01T10:30:20.2693740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2693818Z raise rte 2022-12-01T10:30:20.2694114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2694215Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2694550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2694647Z return test(*args, **kwargs) 2022-12-01T10:30:20.2694832Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2694939Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2695234Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2695365Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2695642Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2695804Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2696078Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2696178Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2696482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2696573Z return op(*args, **kwargs) 2022-12-01T10:30:20.2696852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2696977Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2697275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2697408Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2697682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2697822Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2698078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2698194Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2698438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2698616Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2698917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2699059Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2699300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2699375Z return f(x) 2022-12-01T10:30:20.2699679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2699816Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2700079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2700236Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2700493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2700595Z return self.from_real_tensor( 2022-12-01T10:30:20.2700869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2701003Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2701258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2701378Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2701690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2701831Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2702053Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2702061Z 2022-12-01T10:30:20.2702134Z ERROR (0.000s) 2022-12-01T10:30:20.2702488Z test_aot_autograd_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2702632Z expected failure (0.006s) 2022-12-01T10:30:20.2702881Z test_aot_autograd_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2703131Z test_aot_autograd_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.2703385Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2703645Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.2703904Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:30:20.2704162Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2704420Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2704679Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2704970Z test_aot_autograd_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2705257Z test_aot_autograd_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:30:20.2705537Z test_aot_autograd_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2705772Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.2706108Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2706209Z Traceback (most recent call last): 2022-12-01T10:30:20.2706512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2706590Z raise rte 2022-12-01T10:30:20.2706891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2706996Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2707284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2707380Z return test(*args, **kwargs) 2022-12-01T10:30:20.2707564Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2707676Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2707971Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2708103Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2708375Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2708488Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2708758Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2708859Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2709269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2709364Z return op(*args, **kwargs) 2022-12-01T10:30:20.2709645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2709770Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2710069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2710202Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2710487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2710615Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2710933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2711038Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2711298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2711421Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2711733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2711855Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2712534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2712606Z return f(x) 2022-12-01T10:30:20.2712881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2713008Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2713282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2713440Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2713697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2713797Z return self.from_real_tensor( 2022-12-01T10:30:20.2714081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2714215Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2714476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2714595Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2714864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2715002Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2715212Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2715235Z 2022-12-01T10:30:20.2715297Z ERROR (0.013s) 2022-12-01T10:30:20.2715709Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2715817Z Traceback (most recent call last): 2022-12-01T10:30:20.2716115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2716253Z raise rte 2022-12-01T10:30:20.2716553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2716660Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2716947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2717099Z return test(*args, **kwargs) 2022-12-01T10:30:20.2717285Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2717399Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2717745Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2717883Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2718160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2718275Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2718548Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2718651Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2718960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2719057Z return op(*args, **kwargs) 2022-12-01T10:30:20.2719386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2719519Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2719824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2719962Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2720241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2720385Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2720646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2720766Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2721013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2721154Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2721419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2721540Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2721856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2721923Z return f(x) 2022-12-01T10:30:20.2722182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2722320Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2722602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2722745Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2723069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2723159Z return self.from_real_tensor( 2022-12-01T10:30:20.2723457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2723691Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2723950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2724070Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2724333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2724469Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2724682Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2724703Z 2022-12-01T10:30:20.2724763Z ERROR (0.004s) 2022-12-01T10:30:20.2725195Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2725302Z Traceback (most recent call last): 2022-12-01T10:30:20.2725667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2725747Z raise rte 2022-12-01T10:30:20.2726046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2726147Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2726480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2726575Z return test(*args, **kwargs) 2022-12-01T10:30:20.2726760Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2726869Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2727166Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2727299Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2727572Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2727679Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2727946Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2728048Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2728355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2728447Z return op(*args, **kwargs) 2022-12-01T10:30:20.2728779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2728914Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2729259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2729393Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2729712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2729857Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2730117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2730232Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2730479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2730667Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2730917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2731050Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2731287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2731363Z return f(x) 2022-12-01T10:30:20.2731617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2731753Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2732015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2732169Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2732441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2732527Z return self.from_real_tensor( 2022-12-01T10:30:20.2732814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2732935Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2733204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2733311Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2733694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2733829Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2741806Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2741874Z 2022-12-01T10:30:20.2742015Z ERROR (0.004s) 2022-12-01T10:30:20.2742382Z test_aot_autograd_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2742479Z expected failure (0.005s) 2022-12-01T10:30:20.2742747Z test_aot_autograd_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2742990Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.2743330Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2743437Z Traceback (most recent call last): 2022-12-01T10:30:20.2743769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2743851Z raise rte 2022-12-01T10:30:20.2744207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2744315Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2744605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2744706Z return test(*args, **kwargs) 2022-12-01T10:30:20.2744893Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2745003Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2745299Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2745572Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2745852Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2745964Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2746237Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2746340Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2746653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2746747Z return op(*args, **kwargs) 2022-12-01T10:30:20.2747026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2747156Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2747507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2747637Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2747961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2748108Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2748425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2748543Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2748790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2748926Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2749182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2749317Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2749557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2749635Z return f(x) 2022-12-01T10:30:20.2749895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2750031Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2750305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2750464Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2750720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2750824Z return self.from_real_tensor( 2022-12-01T10:30:20.2751159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2751293Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2751547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2751669Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2751936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2752073Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2752302Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2752360Z 2022-12-01T10:30:20.2752435Z ERROR (0.004s) 2022-12-01T10:30:20.2752779Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2752883Z Traceback (most recent call last): 2022-12-01T10:30:20.2753179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2753303Z raise rte 2022-12-01T10:30:20.2753604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2753707Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2754039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2754138Z return test(*args, **kwargs) 2022-12-01T10:30:20.2754326Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2754437Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2754731Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2754864Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2755137Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2755295Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2755568Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2755670Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2755975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2756070Z return op(*args, **kwargs) 2022-12-01T10:30:20.2756346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2756471Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2756828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2756960Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2757241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2757382Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2757639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2757757Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2758003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2758137Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2758387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2758522Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2758768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2758845Z return f(x) 2022-12-01T10:30:20.2759098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2759262Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2759598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2759757Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2760065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2760168Z return self.from_real_tensor( 2022-12-01T10:30:20.2760548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2760684Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2760942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2761064Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2761331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2761473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2761698Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2761706Z 2022-12-01T10:30:20.2761782Z ERROR (0.003s) 2022-12-01T10:30:20.2762127Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2762232Z Traceback (most recent call last): 2022-12-01T10:30:20.2762578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2762658Z raise rte 2022-12-01T10:30:20.2762954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2763116Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2763405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2763501Z return test(*args, **kwargs) 2022-12-01T10:30:20.2763687Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2763799Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2764093Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2764224Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2764495Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2764603Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2764871Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2765067Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2765430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2765529Z return op(*args, **kwargs) 2022-12-01T10:30:20.2765810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2765991Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2766292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2766422Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2766754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2766896Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2767153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2767270Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2767511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2767646Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2767898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2768035Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2768274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2768353Z return f(x) 2022-12-01T10:30:20.2768606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2768743Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2769008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2769169Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2769466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2769569Z return self.from_real_tensor( 2022-12-01T10:30:20.2769844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2769976Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2770237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2770357Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2770617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2770755Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2771036Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2771045Z 2022-12-01T10:30:20.2771120Z ERROR (0.003s) 2022-12-01T10:30:20.2771530Z test_aot_autograd_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2771622Z skip: Skipped! (0.001s) 2022-12-01T10:30:20.2771875Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.2772165Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.2772407Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2772651Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:20.2772909Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2773154Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2773460Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:30:20.2773693Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2773945Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2774169Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.2774489Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2774592Z Traceback (most recent call last): 2022-12-01T10:30:20.2774898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2774976Z raise rte 2022-12-01T10:30:20.2775279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2775382Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2775663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2775757Z return test(*args, **kwargs) 2022-12-01T10:30:20.2775985Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2776099Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2776395Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2776529Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2776802Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2776915Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2777245Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2777403Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2777719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2777812Z return op(*args, **kwargs) 2022-12-01T10:30:20.2778139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2778267Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2778566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2778697Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2778975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2779117Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2779373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2779493Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2779740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2779879Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2780185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2780319Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2780556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2780630Z return f(x) 2022-12-01T10:30:20.2780884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2781019Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2781284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2781441Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2781770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2781860Z return self.from_real_tensor( 2022-12-01T10:30:20.2782150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2782268Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2782538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2782645Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2782975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2783117Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2783375Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2783398Z 2022-12-01T10:30:20.2783462Z ERROR (0.003s) 2022-12-01T10:30:20.2783787Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2783892Z Traceback (most recent call last): 2022-12-01T10:30:20.2784239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2784318Z raise rte 2022-12-01T10:30:20.2784620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2784725Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2785007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2785105Z return test(*args, **kwargs) 2022-12-01T10:30:20.2785295Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2785408Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2785707Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2785840Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2786115Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2786226Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2786497Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2786601Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2786908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2787051Z return op(*args, **kwargs) 2022-12-01T10:30:20.2787332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2787459Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2787820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2787952Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2788230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2788374Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2788632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2788750Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2788995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2789132Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2789432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2789568Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2789810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2789887Z return f(x) 2022-12-01T10:30:20.2790233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2790371Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2790637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2790800Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2791054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2791154Z return self.from_real_tensor( 2022-12-01T10:30:20.2791431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2791564Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2791822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2791943Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2792210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2792351Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2792573Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2792581Z 2022-12-01T10:30:20.2792656Z ERROR (0.003s) 2022-12-01T10:30:20.2792983Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2793088Z Traceback (most recent call last): 2022-12-01T10:30:20.2793389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2793522Z raise rte 2022-12-01T10:30:20.2793819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2793975Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2794261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2794356Z return test(*args, **kwargs) 2022-12-01T10:30:20.2794541Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2794651Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2794944Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2795079Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2795401Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2795514Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2795786Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2795890Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2796235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2796331Z return op(*args, **kwargs) 2022-12-01T10:30:20.2796608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2796737Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2797080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2797210Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2797487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2797629Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2797888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2798002Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2798246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2798381Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2798630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2798764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2799001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2799079Z return f(x) 2022-12-01T10:30:20.2799336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2799474Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2799736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2799890Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2800140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2800241Z return self.from_real_tensor( 2022-12-01T10:30:20.2800515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2800651Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2800904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2801550Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2801886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2802059Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2802300Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2802308Z 2022-12-01T10:30:20.2802385Z ERROR (0.004s) 2022-12-01T10:30:20.2802721Z test_aot_autograd_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2802815Z expected failure (0.019s) 2022-12-01T10:30:20.2803070Z test_aot_autograd_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2803336Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2803601Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:30:20.2803842Z test_aot_autograd_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2804152Z test_aot_autograd_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2804401Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2804647Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2804975Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2805231Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2805488Z test_aot_autograd_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2805729Z test_aot_autograd_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2805974Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2806226Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.2806474Z test_aot_autograd_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.2806710Z test_aot_autograd_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.2806938Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:30:20.2807263Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2807368Z Traceback (most recent call last): 2022-12-01T10:30:20.2807774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2807853Z raise rte 2022-12-01T10:30:20.2808196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2808354Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2808644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2808739Z return test(*args, **kwargs) 2022-12-01T10:30:20.2808926Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2809037Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2809333Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2809468Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2809741Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2809850Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2810120Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2810224Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2810528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2810670Z return op(*args, **kwargs) 2022-12-01T10:30:20.2810949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2811076Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2811381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2811511Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2811782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2811922Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2812180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2812295Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2812544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2812679Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2812929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2813065Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2813300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2813377Z return f(x) 2022-12-01T10:30:20.2813633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2813768Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2814031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2814189Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2814440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2814586Z return self.from_real_tensor( 2022-12-01T10:30:20.2814915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2815052Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2815310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2815430Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2815691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2815829Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2816051Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2816059Z 2022-12-01T10:30:20.2816132Z ERROR (0.000s) 2022-12-01T10:30:20.2816464Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2816566Z Traceback (most recent call last): 2022-12-01T10:30:20.2816862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2816941Z raise rte 2022-12-01T10:30:20.2817237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2817392Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2817676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2817772Z return test(*args, **kwargs) 2022-12-01T10:30:20.2817956Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2818068Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2818359Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2818490Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2818813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2818927Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2819240Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2819350Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2819658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2819754Z return op(*args, **kwargs) 2022-12-01T10:30:20.2820028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2820153Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2820453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2820583Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2820851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2820993Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2821248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2821419Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2821720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2821854Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2822102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2822236Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2822471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2822546Z return f(x) 2022-12-01T10:30:20.2822802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2822939Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2823200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2823361Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2823614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2823717Z return self.from_real_tensor( 2022-12-01T10:30:20.2823993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2824125Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2824420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2824543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2824806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2824946Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2825169Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2825176Z 2022-12-01T10:30:20.2825250Z ERROR (0.010s) 2022-12-01T10:30:20.2825575Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2825677Z Traceback (most recent call last): 2022-12-01T10:30:20.2826038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2826116Z raise rte 2022-12-01T10:30:20.2826408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2826512Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2826798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2826893Z return test(*args, **kwargs) 2022-12-01T10:30:20.2827078Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2827192Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2827485Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2827617Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2827891Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2828003Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2828272Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2828423Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2828730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2828824Z return op(*args, **kwargs) 2022-12-01T10:30:20.2829100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2829224Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2829527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2829657Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2829927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2830073Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2830327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2830444Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2830690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2830825Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2831074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2831607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2831860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2831939Z return f(x) 2022-12-01T10:30:20.2832199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2832336Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2832599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2832757Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2833014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2833114Z return self.from_real_tensor( 2022-12-01T10:30:20.2833390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2833524Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2833784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2833907Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2834171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2834308Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2834532Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2834539Z 2022-12-01T10:30:20.2834614Z ERROR (0.000s) 2022-12-01T10:30:20.2835021Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2835100Z ERROR (0.020s) 2022-12-01T10:30:20.2835474Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2835689Z Traceback (most recent call last): 2022-12-01T10:30:20.2835989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2836067Z raise rte 2022-12-01T10:30:20.2836367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2836472Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2836760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2836856Z return test(*args, **kwargs) 2022-12-01T10:30:20.2837041Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2837151Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2837449Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2837580Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2837855Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2837969Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2838239Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2838343Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2838696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2838793Z return op(*args, **kwargs) 2022-12-01T10:30:20.2839069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2839197Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2839500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2839631Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2839905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2840047Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2840303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2840420Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2840667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2840805Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2841054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2841189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2841428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2841504Z return f(x) 2022-12-01T10:30:20.2841760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2841900Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2842161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2842359Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2842678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2842781Z return self.from_real_tensor( 2022-12-01T10:30:20.2843054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2843188Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2843445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2843568Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2843834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2843971Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2844193Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2844203Z 2022-12-01T10:30:20.2844278Z ERROR (0.030s) 2022-12-01T10:30:20.2844605Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2844708Z Traceback (most recent call last): 2022-12-01T10:30:20.2845095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2845174Z raise rte 2022-12-01T10:30:20.2845516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2845626Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2845910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2846009Z return test(*args, **kwargs) 2022-12-01T10:30:20.2846196Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2846313Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2846607Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2846740Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2847016Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2847126Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2847392Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2847492Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2847798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2847889Z return op(*args, **kwargs) 2022-12-01T10:30:20.2848164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2848289Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2848586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2848715Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2849042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2849182Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2849486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2849599Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2849846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2849982Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2850231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2850365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2850611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2850684Z return f(x) 2022-12-01T10:30:20.2850939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2851074Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2851339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2851497Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2851752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2851850Z return self.from_real_tensor( 2022-12-01T10:30:20.2852124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2852296Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2852556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2852674Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2852937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2853073Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2853294Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2853301Z 2022-12-01T10:30:20.2853376Z ERROR (0.017s) 2022-12-01T10:30:20.2853700Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2853805Z Traceback (most recent call last): 2022-12-01T10:30:20.2854104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2854179Z raise rte 2022-12-01T10:30:20.2854474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2854577Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2854855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2854948Z return test(*args, **kwargs) 2022-12-01T10:30:20.2855130Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2855240Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2855537Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2855731Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2856006Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2856168Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2856432Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2856536Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2856839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2856931Z return op(*args, **kwargs) 2022-12-01T10:30:20.2857206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2857336Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2857632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2857764Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2858039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2858179Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2858437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2858554Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2858798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2858979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2859234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2859368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2859606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2859682Z return f(x) 2022-12-01T10:30:20.2859934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2860067Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2860327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2860483Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2860738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2860836Z return self.from_real_tensor( 2022-12-01T10:30:20.2861110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2861243Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2861494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2861614Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2861875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2862070Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2862292Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2862302Z 2022-12-01T10:30:20.2862376Z ERROR (0.009s) 2022-12-01T10:30:20.2862708Z test_aot_autograd_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2862850Z expected failure (0.010s) 2022-12-01T10:30:20.2863078Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.2863398Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2863488Z Traceback (most recent call last): 2022-12-01T10:30:20.2863799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2863865Z raise rte 2022-12-01T10:30:20.2864175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2864277Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2864564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2864657Z return test(*args, **kwargs) 2022-12-01T10:30:20.2864843Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2864938Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2865246Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2865379Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2865696Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2865810Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2866142Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2866249Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2866557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2866699Z return op(*args, **kwargs) 2022-12-01T10:30:20.2866980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2867107Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2867400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2867532Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2867805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2867948Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2868206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2868320Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2868567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2868703Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2869005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2869144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2869385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2869459Z return f(x) 2022-12-01T10:30:20.2869713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2869896Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2870159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2870313Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2870569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2870667Z return self.from_real_tensor( 2022-12-01T10:30:20.2870942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2871073Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2871326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2871448Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2871710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2871846Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2872065Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2872072Z 2022-12-01T10:30:20.2872146Z ERROR (0.000s) 2022-12-01T10:30:20.2872516Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2872608Z Traceback (most recent call last): 2022-12-01T10:30:20.2872917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2872982Z raise rte 2022-12-01T10:30:20.2873289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2873379Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2873673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2873767Z return test(*args, **kwargs) 2022-12-01T10:30:20.2873949Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2874045Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2874341Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2874473Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2874761Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2874859Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2875137Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2875225Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2875541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2875620Z return op(*args, **kwargs) 2022-12-01T10:30:20.2875909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2876034Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2876338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2876510Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2876782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2876923Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2877177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2877293Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2877539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2877677Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2877928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2878063Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2878305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2878380Z return f(x) 2022-12-01T10:30:20.2878634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2878768Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2879086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2879245Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2879548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2879650Z return self.from_real_tensor( 2022-12-01T10:30:20.2879923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2880056Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2880309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2880427Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2880685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2880820Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2881042Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2881050Z 2022-12-01T10:30:20.2881122Z ERROR (0.011s) 2022-12-01T10:30:20.2881436Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2881542Z Traceback (most recent call last): 2022-12-01T10:30:20.2881839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2881918Z raise rte 2022-12-01T10:30:20.2882214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2882319Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2882621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2882703Z return test(*args, **kwargs) 2022-12-01T10:30:20.2882887Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2882998Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2883334Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2883467Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2883737Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2883847Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2884114Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2884216Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2884522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2884615Z return op(*args, **kwargs) 2022-12-01T10:30:20.2884890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2885099Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2885417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2885531Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2885817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2885960Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2886268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2886387Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2886635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2886771Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2887023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2887157Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2887393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2887454Z return f(x) 2022-12-01T10:30:20.2887790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2887930Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2888191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2888350Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2888607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2888707Z return self.from_real_tensor( 2022-12-01T10:30:20.2888983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2889114Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2889371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2889492Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2889755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2889891Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2890115Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2890180Z 2022-12-01T10:30:20.2890242Z ERROR (0.004s) 2022-12-01T10:30:20.2890572Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2890647Z ERROR (0.003s) 2022-12-01T10:30:20.2890965Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2891074Z Traceback (most recent call last): 2022-12-01T10:30:20.2891373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2891451Z raise rte 2022-12-01T10:30:20.2891745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2891852Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2892134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2892232Z return test(*args, **kwargs) 2022-12-01T10:30:20.2892416Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2892529Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2892869Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2893003Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2893277Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2893392Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2893662Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2893765Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2894113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2894220Z return op(*args, **kwargs) 2022-12-01T10:30:20.2894503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2894635Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2894932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2895063Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2895337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2895477Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2895732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2895850Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2896096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2896231Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2896482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2896616Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2896853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2896979Z return f(x) 2022-12-01T10:30:20.2897234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2897368Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2897630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2897785Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2898041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2898140Z return self.from_real_tensor( 2022-12-01T10:30:20.2898412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2898540Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2898797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2898917Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2899183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2899319Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2899539Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2899546Z 2022-12-01T10:30:20.2899670Z ERROR (0.004s) 2022-12-01T10:30:20.2899998Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2900100Z Traceback (most recent call last): 2022-12-01T10:30:20.2900404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2900480Z raise rte 2022-12-01T10:30:20.2900817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2900936Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2901219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2901314Z return test(*args, **kwargs) 2022-12-01T10:30:20.2901504Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2901614Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2901908Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2902044Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2902313Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2902423Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2902689Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2902789Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2903097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2903191Z return op(*args, **kwargs) 2022-12-01T10:30:20.2903465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2903589Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2903942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2904074Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2904345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2904486Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2904741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2904858Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2905103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2905236Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2905492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2905627Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2905869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2905944Z return f(x) 2022-12-01T10:30:20.2906199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2906332Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2906642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2906802Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2907056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2907159Z return self.from_real_tensor( 2022-12-01T10:30:20.2907434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2907565Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2907822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2907941Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2908266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2908407Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2908632Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2908638Z 2022-12-01T10:30:20.2908715Z ERROR (0.004s) 2022-12-01T10:30:20.2909039Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2909142Z Traceback (most recent call last): 2022-12-01T10:30:20.2909437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2909514Z raise rte 2022-12-01T10:30:20.2909806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2909908Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2910189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2910282Z return test(*args, **kwargs) 2022-12-01T10:30:20.2911067Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2911181Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2911480Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2911615Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2911889Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2912000Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2912274Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2912377Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2912681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2912777Z return op(*args, **kwargs) 2022-12-01T10:30:20.2913053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2913184Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2913487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2913614Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2913935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2914078Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2914400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2914521Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2914766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2914904Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2915158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2915293Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2915534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2915610Z return f(x) 2022-12-01T10:30:20.2915870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2916006Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2916272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2916434Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2916692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2916792Z return self.from_real_tensor( 2022-12-01T10:30:20.2917068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2917199Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2917461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2917583Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2917847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2918034Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2918263Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2918270Z 2022-12-01T10:30:20.2918345Z ERROR (0.003s) 2022-12-01T10:30:20.2918744Z test_aot_autograd_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2918837Z expected failure (0.009s) 2022-12-01T10:30:20.2919081Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.017s) 2022-12-01T10:30:20.2919430Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2919535Z Traceback (most recent call last): 2022-12-01T10:30:20.2919838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2919913Z raise rte 2022-12-01T10:30:20.2920207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2920309Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2920639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2920736Z return test(*args, **kwargs) 2022-12-01T10:30:20.2920923Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2921034Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2921328Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2921458Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2921731Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2921841Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2922108Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2922267Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2922579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2922674Z return op(*args, **kwargs) 2022-12-01T10:30:20.2922998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2923129Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2923430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2923561Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2923833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2923977Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2924238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2924355Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2924601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2924791Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2925167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2925306Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2925544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2925619Z return f(x) 2022-12-01T10:30:20.2925921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2926063Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2926327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2926485Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2926741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2926842Z return self.from_real_tensor( 2022-12-01T10:30:20.2927117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2927250Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2927560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2927687Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2928012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2928149Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2928371Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2928381Z 2022-12-01T10:30:20.2928453Z ERROR (0.009s) 2022-12-01T10:30:20.2928803Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2928906Z Traceback (most recent call last): 2022-12-01T10:30:20.2929201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2929278Z raise rte 2022-12-01T10:30:20.2929573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2929676Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2929957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2930055Z return test(*args, **kwargs) 2022-12-01T10:30:20.2930240Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2930354Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2930651Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2930784Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2931057Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2931170Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2931440Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2931601Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2931961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2932054Z return op(*args, **kwargs) 2022-12-01T10:30:20.2932328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2932459Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2932753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2932885Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2933156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2933296Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2933545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2933662Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2933905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2934039Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2934285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2934421Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2934704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2934781Z return f(x) 2022-12-01T10:30:20.2935034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2935170Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2935432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2935587Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2935848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2935946Z return self.from_real_tensor( 2022-12-01T10:30:20.2936275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2936409Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2936667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2936789Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2937052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2937186Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2937406Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2937414Z 2022-12-01T10:30:20.2937487Z ERROR (0.027s) 2022-12-01T10:30:20.2937840Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2937943Z Traceback (most recent call last): 2022-12-01T10:30:20.2938234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2938312Z raise rte 2022-12-01T10:30:20.2938660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2938762Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2939041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2939134Z return test(*args, **kwargs) 2022-12-01T10:30:20.2939318Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2939428Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2939722Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2939854Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2940125Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2940235Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2940504Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2940606Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2940909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2941001Z return op(*args, **kwargs) 2022-12-01T10:30:20.2941273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2941856Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2942174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2942306Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2942582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2942722Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2942977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2943093Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2943335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2943472Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2943723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2943857Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2944091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2944166Z return f(x) 2022-12-01T10:30:20.2944420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2944553Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2944813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2944971Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2945226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2945322Z return self.from_real_tensor( 2022-12-01T10:30:20.2945594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2945775Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2946034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2946156Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2946421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2946559Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2946781Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2946791Z 2022-12-01T10:30:20.2946865Z ERROR (0.018s) 2022-12-01T10:30:20.2947208Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2947285Z ERROR (0.003s) 2022-12-01T10:30:20.2947617Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2947720Z Traceback (most recent call last): 2022-12-01T10:30:20.2948016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2948093Z raise rte 2022-12-01T10:30:20.2948430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2948534Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2948816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2948912Z return test(*args, **kwargs) 2022-12-01T10:30:20.2949095Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2949207Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2949500Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2949633Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2949906Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2950016Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2950350Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2950454Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2950756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2950850Z return op(*args, **kwargs) 2022-12-01T10:30:20.2951124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2951249Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2951547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2951675Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2951946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2952086Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2952338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2952506Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2952750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2952885Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2953129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2953260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2953497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2953573Z return f(x) 2022-12-01T10:30:20.2953829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2953963Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2954228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2954387Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2954642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2954741Z return self.from_real_tensor( 2022-12-01T10:30:20.2955011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2955141Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2955440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2955565Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2955832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2955968Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2956189Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2956195Z 2022-12-01T10:30:20.2956267Z ERROR (0.004s) 2022-12-01T10:30:20.2956602Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2956704Z Traceback (most recent call last): 2022-12-01T10:30:20.2957000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2957075Z raise rte 2022-12-01T10:30:20.2957369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2957477Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2957760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2957854Z return test(*args, **kwargs) 2022-12-01T10:30:20.2958035Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2958145Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2958434Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2958567Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2958897Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2959010Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2959329Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2959431Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2959734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2959827Z return op(*args, **kwargs) 2022-12-01T10:30:20.2960104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2960229Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2960527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2960654Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2960926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2961068Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2961320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2961438Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2961683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2961821Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2962111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2962248Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2962483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2962562Z return f(x) 2022-12-01T10:30:20.2962814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2962947Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2963205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2963361Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2963614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2963716Z return self.from_real_tensor( 2022-12-01T10:30:20.2963984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2964117Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2964369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2964489Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2964746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2964882Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2965183Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2965191Z 2022-12-01T10:30:20.2965265Z ERROR (0.003s) 2022-12-01T10:30:20.2965603Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2965709Z Traceback (most recent call last): 2022-12-01T10:30:20.2966055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2966133Z raise rte 2022-12-01T10:30:20.2966426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2966526Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2966806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2966900Z return test(*args, **kwargs) 2022-12-01T10:30:20.2967085Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2967197Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2967551Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2967690Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2967966Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2968077Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2968348Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2968448Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2968801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2968896Z return op(*args, **kwargs) 2022-12-01T10:30:20.2969174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2969301Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2969604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2969737Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2970009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2970150Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2970409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2970526Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2970770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2970902Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2971151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2971287Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2971521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2971596Z return f(x) 2022-12-01T10:30:20.2971850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2971986Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2972250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2972408Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2972662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2972806Z return self.from_real_tensor( 2022-12-01T10:30:20.2973078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2973208Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2973522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2973643Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2973906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2974044Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2974263Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2974269Z 2022-12-01T10:30:20.2974340Z ERROR (0.003s) 2022-12-01T10:30:20.2974687Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.2974759Z ERROR (0.000s) 2022-12-01T10:30:20.2975115Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.2975217Z Traceback (most recent call last): 2022-12-01T10:30:20.2975563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2975641Z raise rte 2022-12-01T10:30:20.2975930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2976035Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2976316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2976409Z return test(*args, **kwargs) 2022-12-01T10:30:20.2976592Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2976700Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2976994Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2977128Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2977404Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2977514Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2977785Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2977888Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2978192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2978284Z return op(*args, **kwargs) 2022-12-01T10:30:20.2978557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2978681Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2978978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2979108Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2979381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2979569Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2979827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2979944Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2980188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2980384Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2980639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2980774Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2981011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2981085Z return f(x) 2022-12-01T10:30:20.2981339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2981474Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2981733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2981890Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2982142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2982242Z return self.from_real_tensor( 2022-12-01T10:30:20.2982559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2982691Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2982945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2983070Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2983336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2983472Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2983691Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2983698Z 2022-12-01T10:30:20.2983775Z ERROR (0.006s) 2022-12-01T10:30:20.2984132Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.2984234Z Traceback (most recent call last): 2022-12-01T10:30:20.2984525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2984601Z raise rte 2022-12-01T10:30:20.2984894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2984996Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2985278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2985371Z return test(*args, **kwargs) 2022-12-01T10:30:20.2985556Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2985666Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2985956Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2986135Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2986469Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2986580Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2986845Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2986946Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2987251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2987347Z return op(*args, **kwargs) 2022-12-01T10:30:20.2987623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2987748Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2988048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2988179Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2988450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2988592Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2988848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2988964Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2989257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2989395Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2989648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2989785Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2990025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2990099Z return f(x) 2022-12-01T10:30:20.2990352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2990485Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2990750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2990906Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.2991160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.2991263Z return self.from_real_tensor( 2022-12-01T10:30:20.2991539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.2991728Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.2991989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.2992109Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.2992365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.2992502Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.2992725Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.2992732Z 2022-12-01T10:30:20.2992806Z ERROR (0.000s) 2022-12-01T10:30:20.2993161Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.2993314Z Traceback (most recent call last): 2022-12-01T10:30:20.2993612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.2993689Z raise rte 2022-12-01T10:30:20.2993984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.2994090Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.2994375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.2994472Z return test(*args, **kwargs) 2022-12-01T10:30:20.2994657Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.2994767Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.2995063Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.2995193Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.2995465Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.2995572Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.2995884Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.2995986Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.2996291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.2996387Z return op(*args, **kwargs) 2022-12-01T10:30:20.2996660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.2996786Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.2997084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.2997214Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.2997486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.2997682Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.2997938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.2998054Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.2998307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.2998443Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2998689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.2998822Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.2999057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.2999131Z return f(x) 2022-12-01T10:30:20.2999386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.2999520Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.2999782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.2999989Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3000245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3000346Z return self.from_real_tensor( 2022-12-01T10:30:20.3000619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3000750Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3001006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3001123Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3001385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3001522Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3001743Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3001749Z 2022-12-01T10:30:20.3001821Z ERROR (0.010s) 2022-12-01T10:30:20.3002169Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3002239Z ERROR (0.000s) 2022-12-01T10:30:20.3002609Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3002713Z Traceback (most recent call last): 2022-12-01T10:30:20.3003009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3003086Z raise rte 2022-12-01T10:30:20.3003380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3003481Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3003818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3003912Z return test(*args, **kwargs) 2022-12-01T10:30:20.3004098Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3004207Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3004498Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3004628Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3004978Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3005090Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3005360Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3005465Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3005769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3005862Z return op(*args, **kwargs) 2022-12-01T10:30:20.3006139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3006267Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3006569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3006755Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3007024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3007167Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3007421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3007533Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3007777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3007910Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3008158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3008292Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3008527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3008598Z return f(x) 2022-12-01T10:30:20.3008849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3008984Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3009246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3009444Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3009704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3009801Z return self.from_real_tensor( 2022-12-01T10:30:20.3010074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3010203Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3010458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3010575Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3010840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3010974Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3011196Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3011203Z 2022-12-01T10:30:20.3011276Z ERROR (0.000s) 2022-12-01T10:30:20.3011611Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3011774Z Traceback (most recent call last): 2022-12-01T10:30:20.3012075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3012150Z raise rte 2022-12-01T10:30:20.3012436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3012538Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3012819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3012911Z return test(*args, **kwargs) 2022-12-01T10:30:20.3013093Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3013252Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3013545Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3013675Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3013948Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3014057Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3014321Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3014423Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3014727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3014817Z return op(*args, **kwargs) 2022-12-01T10:30:20.3015093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3015218Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3015515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3015642Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3015913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3016095Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3016351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3016464Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3016758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3016902Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3017153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3017286Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3017522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3017596Z return f(x) 2022-12-01T10:30:20.3017852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3017985Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3018247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3018404Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3018652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3018748Z return self.from_real_tensor( 2022-12-01T10:30:20.3019020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3019149Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3019401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3019520Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3019784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3019920Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3020561Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3020568Z 2022-12-01T10:30:20.3020643Z ERROR (0.012s) 2022-12-01T10:30:20.3020981Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3021083Z Traceback (most recent call last): 2022-12-01T10:30:20.3021384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3021463Z raise rte 2022-12-01T10:30:20.3021756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3021858Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3022144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3022237Z return test(*args, **kwargs) 2022-12-01T10:30:20.3022421Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3022533Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3022893Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3023026Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3023363Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3023536Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3023810Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3023915Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3024268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3024363Z return op(*args, **kwargs) 2022-12-01T10:30:20.3024638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3024763Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3025062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3025191Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3025464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3025605Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3025863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3025976Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3026222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3026355Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3026606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3026740Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3026978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3027052Z return f(x) 2022-12-01T10:30:20.3027304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3027490Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3027754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3027908Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3028159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3028256Z return self.from_real_tensor( 2022-12-01T10:30:20.3028528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3028658Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3028911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3029031Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3029296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3029433Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3029709Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3029717Z 2022-12-01T10:30:20.3029791Z ERROR (0.003s) 2022-12-01T10:30:20.3030185Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3030260Z ERROR (0.004s) 2022-12-01T10:30:20.3030683Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3030811Z Traceback (most recent call last): 2022-12-01T10:30:20.3031110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3031188Z raise rte 2022-12-01T10:30:20.3031484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3031586Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3031869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3031961Z return test(*args, **kwargs) 2022-12-01T10:30:20.3032143Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3032251Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3032544Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3032675Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3032946Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3033055Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3033321Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3033419Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3033722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3033812Z return op(*args, **kwargs) 2022-12-01T10:30:20.3034086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3034264Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3034564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3034690Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3034959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3035097Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3035355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3035469Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3035713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3035848Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3036095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3036278Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3036517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3036590Z return f(x) 2022-12-01T10:30:20.3036888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3037070Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3037336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3037492Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3037753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3037850Z return self.from_real_tensor( 2022-12-01T10:30:20.3038120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3038251Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3038507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3038625Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3038887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3039024Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3039245Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3039256Z 2022-12-01T10:30:20.3039327Z ERROR (0.003s) 2022-12-01T10:30:20.3039668Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3039769Z Traceback (most recent call last): 2022-12-01T10:30:20.3040060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3040133Z raise rte 2022-12-01T10:30:20.3040426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3040525Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3040803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3040945Z return test(*args, **kwargs) 2022-12-01T10:30:20.3041127Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3041234Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3041524Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3041655Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3041984Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3042099Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3042415Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3042516Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3042823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3042915Z return op(*args, **kwargs) 2022-12-01T10:30:20.3043244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3043366Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3043663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3043842Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3044111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3044249Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3044504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3044622Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3044865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3045081Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3045334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3045469Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3045704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3045777Z return f(x) 2022-12-01T10:30:20.3046029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3046168Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3046430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3046583Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3046836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3046933Z return self.from_real_tensor( 2022-12-01T10:30:20.3047208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3047342Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3047600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3047718Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3048029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3048162Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3048387Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3048393Z 2022-12-01T10:30:20.3048519Z ERROR (0.004s) 2022-12-01T10:30:20.3048859Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3048966Z Traceback (most recent call last): 2022-12-01T10:30:20.3049310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3049388Z raise rte 2022-12-01T10:30:20.3049682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3049783Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3050064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3050156Z return test(*args, **kwargs) 2022-12-01T10:30:20.3050338Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3050446Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3051317Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3051472Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3051748Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3051859Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3052126Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3052229Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3052533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3052628Z return op(*args, **kwargs) 2022-12-01T10:30:20.3052902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3053028Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3053326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3053455Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3053727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3053865Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3054119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3054231Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3054473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3054640Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3054911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3055046Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3055325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3055468Z return f(x) 2022-12-01T10:30:20.3055723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3055857Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3056120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3056276Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3056533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3056633Z return self.from_real_tensor( 2022-12-01T10:30:20.3056902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3057032Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3057283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3057401Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3057659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3057792Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3058016Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3058070Z 2022-12-01T10:30:20.3058144Z ERROR (0.003s) 2022-12-01T10:30:20.3058482Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3058553Z ERROR (0.004s) 2022-12-01T10:30:20.3058949Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3059056Z Traceback (most recent call last): 2022-12-01T10:30:20.3059358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3059436Z raise rte 2022-12-01T10:30:20.3059738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3059842Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3060128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3060225Z return test(*args, **kwargs) 2022-12-01T10:30:20.3060409Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3060520Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3060864Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3060998Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3066591Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3066756Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3067121Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3067227Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3067598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3067810Z return op(*args, **kwargs) 2022-12-01T10:30:20.3068096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3068225Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3068528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3068657Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3068941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3069083Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3069341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3069458Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3069709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3069843Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3070094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3070225Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3070466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3070598Z return f(x) 2022-12-01T10:30:20.3070856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3070989Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3071252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3071406Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3071660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3071759Z return self.from_real_tensor( 2022-12-01T10:30:20.3072033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3072159Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3072414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3072534Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3072791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3072932Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3073211Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3073220Z 2022-12-01T10:30:20.3073291Z ERROR (0.003s) 2022-12-01T10:30:20.3073625Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3073761Z Traceback (most recent call last): 2022-12-01T10:30:20.3074123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3074190Z raise rte 2022-12-01T10:30:20.3074493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3074655Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3074934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3075026Z return test(*args, **kwargs) 2022-12-01T10:30:20.3075208Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3075305Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3075608Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3075730Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3076009Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3076115Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3076384Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3076471Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3076783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3076877Z return op(*args, **kwargs) 2022-12-01T10:30:20.3077146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3077269Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3077610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3077737Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3078008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3078146Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3078402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3078516Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3078763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3078896Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3079191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3079332Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3079572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3079647Z return f(x) 2022-12-01T10:30:20.3079948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3080081Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3080342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3080497Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3080747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3080845Z return self.from_real_tensor( 2022-12-01T10:30:20.3081118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3081247Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3081604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3081731Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3081994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3082127Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3082350Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3082358Z 2022-12-01T10:30:20.3082428Z ERROR (0.004s) 2022-12-01T10:30:20.3082766Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3082855Z Traceback (most recent call last): 2022-12-01T10:30:20.3083167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3083229Z raise rte 2022-12-01T10:30:20.3083534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3083623Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3083917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3084007Z return test(*args, **kwargs) 2022-12-01T10:30:20.3084243Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3084341Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3084630Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3084761Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3085129Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3085227Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3085566Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3085658Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3085981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3086112Z return op(*args, **kwargs) 2022-12-01T10:30:20.3086405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3086529Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3086827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3086955Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3087228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3087366Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3087619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3087738Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3087981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3088111Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3088356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3088543Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3088776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3088848Z return f(x) 2022-12-01T10:30:20.3089100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3089231Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3089547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3089707Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3089959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3090060Z return self.from_real_tensor( 2022-12-01T10:30:20.3090331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3090461Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3090713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3090829Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3091094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3091277Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3091551Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3091560Z 2022-12-01T10:30:20.3091634Z ERROR (0.004s) 2022-12-01T10:30:20.3091968Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3092042Z ERROR (0.003s) 2022-12-01T10:30:20.3092431Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3092533Z Traceback (most recent call last): 2022-12-01T10:30:20.3092831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3092905Z raise rte 2022-12-01T10:30:20.3093199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3093305Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3093588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3093677Z return test(*args, **kwargs) 2022-12-01T10:30:20.3093862Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3093968Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3094261Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3094392Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3094665Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3094772Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3095041Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3095194Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3095544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3095635Z return op(*args, **kwargs) 2022-12-01T10:30:20.3095909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3096031Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3096330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3096455Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3096726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3096864Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3097117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3097227Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3097469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3097603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3097899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3098087Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3098327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3098402Z return f(x) 2022-12-01T10:30:20.3098702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3098839Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3099100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3099253Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3099509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3099606Z return self.from_real_tensor( 2022-12-01T10:30:20.3099882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3100012Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3100336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3100449Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3100720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3100844Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3101064Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3101083Z 2022-12-01T10:30:20.3101145Z ERROR (0.003s) 2022-12-01T10:30:20.3101489Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3101595Z Traceback (most recent call last): 2022-12-01T10:30:20.3101888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3102014Z raise rte 2022-12-01T10:30:20.3102307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3102405Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3102684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3102779Z return test(*args, **kwargs) 2022-12-01T10:30:20.3102957Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3103067Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3103355Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3103482Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3103758Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3103917Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3104190Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3104286Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3104588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3104728Z return op(*args, **kwargs) 2022-12-01T10:30:20.3105055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3105179Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3105476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3105609Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3105881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3106022Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3106278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3106395Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3106643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3106776Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3107020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3107159Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3107401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3107479Z return f(x) 2022-12-01T10:30:20.3107733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3107869Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3108132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3108293Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3108552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3108653Z return self.from_real_tensor( 2022-12-01T10:30:20.3108974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3109107Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3109361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3109481Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3109744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3109882Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3110158Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3110167Z 2022-12-01T10:30:20.3110242Z ERROR (0.004s) 2022-12-01T10:30:20.3110584Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3110733Z Traceback (most recent call last): 2022-12-01T10:30:20.3111040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3111116Z raise rte 2022-12-01T10:30:20.3111408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3111564Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3111900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3111998Z return test(*args, **kwargs) 2022-12-01T10:30:20.3112186Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3112300Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3112594Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3112725Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3112994Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3113103Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3113369Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3113475Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3113780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3113873Z return op(*args, **kwargs) 2022-12-01T10:30:20.3114149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3114277Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3114575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3114704Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3114979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3115120Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3115374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3115486Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3115732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3115913Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3116201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3116345Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3116586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3116710Z return f(x) 2022-12-01T10:30:20.3117011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3117149Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3117410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3117567Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3117820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3117920Z return self.from_real_tensor( 2022-12-01T10:30:20.3118193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3118323Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3118571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3118750Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3119013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3119148Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3119368Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3119375Z 2022-12-01T10:30:20.3119447Z ERROR (0.004s) 2022-12-01T10:30:20.3119789Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3119864Z ERROR (0.014s) 2022-12-01T10:30:20.3120201Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3120300Z Traceback (most recent call last): 2022-12-01T10:30:20.3120597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3120675Z raise rte 2022-12-01T10:30:20.3120969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3121073Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3121357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3121451Z return test(*args, **kwargs) 2022-12-01T10:30:20.3121634Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3121744Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3122038Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3122166Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3122485Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3122652Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3122918Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3123062Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3123374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3123463Z return op(*args, **kwargs) 2022-12-01T10:30:20.3123739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3123866Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3124166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3124346Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3124617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3124754Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3125088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3125206Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3125453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3125649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3125903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3126040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3126280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3126356Z return f(x) 2022-12-01T10:30:20.3126609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3126740Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3127000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3127154Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3127410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3127509Z return self.from_real_tensor( 2022-12-01T10:30:20.3127781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3127915Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3128169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3128287Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3128606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3128742Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3128964Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3128972Z 2022-12-01T10:30:20.3129043Z ERROR (0.009s) 2022-12-01T10:30:20.3129434Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3129589Z Traceback (most recent call last): 2022-12-01T10:30:20.3129884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3129956Z raise rte 2022-12-01T10:30:20.3130249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3130349Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3130740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3130836Z return test(*args, **kwargs) 2022-12-01T10:30:20.3131019Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3131127Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3131418Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3131547Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3131815Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3131923Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3132192Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3132289Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3132639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3132733Z return op(*args, **kwargs) 2022-12-01T10:30:20.3133006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3133133Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3133423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3133551Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3133816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3133957Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3134211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3134324Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3134567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3134756Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3135011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3135142Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3135424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3135498Z return f(x) 2022-12-01T10:30:20.3135750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3135884Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3136148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3136302Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3137007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3137109Z return self.from_real_tensor( 2022-12-01T10:30:20.3137383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3137513Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3137769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3137888Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3138153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3138288Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3138509Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3138519Z 2022-12-01T10:30:20.3138593Z ERROR (0.025s) 2022-12-01T10:30:20.3138934Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3139034Z Traceback (most recent call last): 2022-12-01T10:30:20.3139327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3139402Z raise rte 2022-12-01T10:30:20.3139743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3139844Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3140128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3140222Z return test(*args, **kwargs) 2022-12-01T10:30:20.3140405Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3140511Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3140914Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3141050Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3141322Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3141428Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3141785Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3141903Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3142211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3142305Z return op(*args, **kwargs) 2022-12-01T10:30:20.3142580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3142705Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3143002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3143133Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3143403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3143539Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3143843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3143957Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3144200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3144340Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3144587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3144719Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3144954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3145028Z return f(x) 2022-12-01T10:30:20.3145330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3145467Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3145732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3145890Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3146144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3146243Z return self.from_real_tensor( 2022-12-01T10:30:20.3146510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3146691Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3146947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3147066Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3147386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3147523Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3147743Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3147750Z 2022-12-01T10:30:20.3147821Z ERROR (0.016s) 2022-12-01T10:30:20.3148228Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3148319Z expected failure (0.004s) 2022-12-01T10:30:20.3148593Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3148833Z test_aot_autograd_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3149087Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3149340Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:30:20.3149584Z test_aot_autograd_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3149806Z test_aot_autograd_symbolic_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3150019Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.3150316Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3150469Z Traceback (most recent call last): 2022-12-01T10:30:20.3150771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3150846Z raise rte 2022-12-01T10:30:20.3151138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3151241Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3151524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3151616Z return test(*args, **kwargs) 2022-12-01T10:30:20.3151794Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3151905Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3152197Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3152378Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3152655Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3152764Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3153029Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3153184Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3153537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3153629Z return op(*args, **kwargs) 2022-12-01T10:30:20.3153906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3154029Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3154373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3154506Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3154774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3154917Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3155166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3155278Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3155516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3155647Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3155895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3156026Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3156258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3156331Z return f(x) 2022-12-01T10:30:20.3156585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3156721Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3156978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3157180Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3157437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3157534Z return self.from_real_tensor( 2022-12-01T10:30:20.3157807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3157938Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3158193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3158314Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3158581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3158717Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3158942Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3158949Z 2022-12-01T10:30:20.3159021Z ERROR (0.004s) 2022-12-01T10:30:20.3159324Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3159422Z Traceback (most recent call last): 2022-12-01T10:30:20.3159770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3159897Z raise rte 2022-12-01T10:30:20.3160191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3160346Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3160636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3160728Z return test(*args, **kwargs) 2022-12-01T10:30:20.3160915Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3161023Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3161376Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3161512Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3161789Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3161899Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3162171Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3162274Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3162579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3162673Z return op(*args, **kwargs) 2022-12-01T10:30:20.3162946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3163070Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3163369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3163502Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3163770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3163909Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3164218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3164332Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3164577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3164712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3165060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3165197Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3165443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3165522Z return f(x) 2022-12-01T10:30:20.3165829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3165972Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3166237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3166394Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3166651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3166799Z return self.from_real_tensor( 2022-12-01T10:30:20.3167536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3167676Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3167931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3168051Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3168316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3168450Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3168669Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3168677Z 2022-12-01T10:30:20.3168751Z ERROR (0.004s) 2022-12-01T10:30:20.3169052Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3169155Z Traceback (most recent call last): 2022-12-01T10:30:20.3169451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3169526Z raise rte 2022-12-01T10:30:20.3169817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3169918Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3170198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3170286Z return test(*args, **kwargs) 2022-12-01T10:30:20.3170467Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3170572Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3170862Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3170991Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3171256Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3171412Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3171673Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3171773Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3172132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3172223Z return op(*args, **kwargs) 2022-12-01T10:30:20.3172498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3172620Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3172964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3173099Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3173368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3173508Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3173762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3173877Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3174118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3174301Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3174602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3174738Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3174973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3175043Z return f(x) 2022-12-01T10:30:20.3175290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3175423Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3175680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3175832Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3176086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3176180Z return self.from_real_tensor( 2022-12-01T10:30:20.3176448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3176578Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3176829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3176946Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3177209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3177342Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3177565Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3177572Z 2022-12-01T10:30:20.3177643Z ERROR (0.004s) 2022-12-01T10:30:20.3177939Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3178061Z ERROR (0.003s) 2022-12-01T10:30:20.3178412Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3178513Z Traceback (most recent call last): 2022-12-01T10:30:20.3178810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3178882Z raise rte 2022-12-01T10:30:20.3179228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3179330Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3179609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3179702Z return test(*args, **kwargs) 2022-12-01T10:30:20.3179883Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3179990Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3180336Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3180467Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3180732Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3180839Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3181156Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3181257Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3181558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3181650Z return op(*args, **kwargs) 2022-12-01T10:30:20.3181920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3182043Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3182337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3182463Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3182729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3182866Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3183114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3183224Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3183462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3183590Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3183840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3183971Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3184203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3184278Z return f(x) 2022-12-01T10:30:20.3184582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3184714Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3184975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3185233Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3185486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3185580Z return self.from_real_tensor( 2022-12-01T10:30:20.3185904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3186039Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3186295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3186412Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3186672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3186808Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3187026Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3187034Z 2022-12-01T10:30:20.3187102Z ERROR (0.004s) 2022-12-01T10:30:20.3187402Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3187500Z Traceback (most recent call last): 2022-12-01T10:30:20.3187848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3187923Z raise rte 2022-12-01T10:30:20.3188211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3188310Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3188590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3188681Z return test(*args, **kwargs) 2022-12-01T10:30:20.3188861Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3188967Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3189254Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3189384Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3189652Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3189756Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3190017Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3190115Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3190496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3190587Z return op(*args, **kwargs) 2022-12-01T10:30:20.3190857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3190981Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3191331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3191460Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3191727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3191913Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3192163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3192272Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3192512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3192642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3192892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3193020Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3193254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3193325Z return f(x) 2022-12-01T10:30:20.3193640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3193773Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3194035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3194189Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3194439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3194536Z return self.from_real_tensor( 2022-12-01T10:30:20.3194853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3194990Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3195246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3195366Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3195625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3195759Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3195979Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3195986Z 2022-12-01T10:30:20.3196059Z ERROR (0.004s) 2022-12-01T10:30:20.3196358Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3196456Z Traceback (most recent call last): 2022-12-01T10:30:20.3196796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3196872Z raise rte 2022-12-01T10:30:20.3197191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3197310Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3197591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3197681Z return test(*args, **kwargs) 2022-12-01T10:30:20.3197862Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3197968Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3198254Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3198380Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3198707Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3198816Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3199079Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3199177Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3199473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3199562Z return op(*args, **kwargs) 2022-12-01T10:30:20.3199835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3199960Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3200253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3200380Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3200648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3200783Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3201032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3201142Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3201490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3201625Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3201875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3202007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3202239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3202309Z return f(x) 2022-12-01T10:30:20.3202608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3202744Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3203006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3203163Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3203465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3203562Z return self.from_real_tensor( 2022-12-01T10:30:20.3203833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3203962Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3204211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3204327Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3204582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3204714Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3205012Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3205022Z 2022-12-01T10:30:20.3205094Z ERROR (0.004s) 2022-12-01T10:30:20.3205393Z test_aot_autograd_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3205543Z expected failure (0.002s) 2022-12-01T10:30:20.3205770Z test_aot_autograd_symbolic_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:30:20.3206006Z test_aot_autograd_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3206237Z test_aot_autograd_symbolic_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3206483Z test_aot_autograd_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3206723Z test_aot_autograd_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3206947Z test_aot_autograd_symbolic_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3207175Z test_aot_autograd_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.080s) 2022-12-01T10:30:20.3207385Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.3207681Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3207822Z Traceback (most recent call last): 2022-12-01T10:30:20.3208182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3208258Z raise rte 2022-12-01T10:30:20.3208554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3208710Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3208988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3209078Z return test(*args, **kwargs) 2022-12-01T10:30:20.3209260Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3209414Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3209712Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3209841Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3210112Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3210223Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3210488Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3210587Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3210889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3210979Z return op(*args, **kwargs) 2022-12-01T10:30:20.3211251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3211377Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3211678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3211809Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3212134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3212274Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3212527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3212696Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3212944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3213079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3213331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3213467Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3213703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3213780Z return f(x) 2022-12-01T10:30:20.3214033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3214167Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3214429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3214584Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3214939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3215037Z return self.from_real_tensor( 2022-12-01T10:30:20.3215315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3215450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3215705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3215875Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3216148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3216285Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3216511Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3216519Z 2022-12-01T10:30:20.3216595Z ERROR (0.003s) 2022-12-01T10:30:20.3216896Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3216998Z Traceback (most recent call last): 2022-12-01T10:30:20.3217297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3217376Z raise rte 2022-12-01T10:30:20.3217667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3217768Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3218050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3218140Z return test(*args, **kwargs) 2022-12-01T10:30:20.3218325Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3218432Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3218723Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3218901Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3219169Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3219278Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3219545Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3219642Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3219941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3220029Z return op(*args, **kwargs) 2022-12-01T10:30:20.3220368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3220493Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3220789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3220915Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3221230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3221370Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3221623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3221783Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3222079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3222210Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3222456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3222586Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3222822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3222892Z return f(x) 2022-12-01T10:30:20.3223144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3223278Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3223538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3223692Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3223944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3224043Z return self.from_real_tensor( 2022-12-01T10:30:20.3224316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3224445Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3224702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3224820Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3225085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3225217Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3225436Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3225444Z 2022-12-01T10:30:20.3225563Z ERROR (0.000s) 2022-12-01T10:30:20.3225863Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3225963Z Traceback (most recent call last): 2022-12-01T10:30:20.3226256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3226330Z raise rte 2022-12-01T10:30:20.3226619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3226722Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3227041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3227146Z return test(*args, **kwargs) 2022-12-01T10:30:20.3227376Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3227486Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3227775Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3227904Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3228219Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3228326Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3228642Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3228742Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3229047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3229139Z return op(*args, **kwargs) 2022-12-01T10:30:20.3229412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3229534Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3229831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3229958Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3230231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3230370Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3230622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3230735Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3230975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3231109Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3231360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3231494Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3231731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3231807Z return f(x) 2022-12-01T10:30:20.3232064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3232199Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3232460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3232662Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3232916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3233015Z return self.from_real_tensor( 2022-12-01T10:30:20.3233317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3233466Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3233730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3233850Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3234114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3234300Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3234525Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3234532Z 2022-12-01T10:30:20.3234604Z ERROR (0.006s) 2022-12-01T10:30:20.3234965Z test_aot_autograd_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3235057Z expected failure (0.000s) 2022-12-01T10:30:20.3235335Z test_aot_autograd_symbolic_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3235587Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:30:20.3235830Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3236070Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3236306Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3236540Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3236748Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.3237051Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3237150Z Traceback (most recent call last): 2022-12-01T10:30:20.3237459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3237535Z raise rte 2022-12-01T10:30:20.3237830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3237934Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3238216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3238313Z return test(*args, **kwargs) 2022-12-01T10:30:20.3238497Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3238607Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3238900Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3239075Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3239349Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3239453Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3239778Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3239876Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3240230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3240324Z return op(*args, **kwargs) 2022-12-01T10:30:20.3240600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3240725Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3241023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3241151Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3241424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3241565Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3241818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3241979Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3242224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3242355Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3242601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3242736Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3243010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3243099Z return f(x) 2022-12-01T10:30:20.3243354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3243489Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3243751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3243909Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3244161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3244260Z return self.from_real_tensor( 2022-12-01T10:30:20.3244532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3244660Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3244988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3245111Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3245373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3245546Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3245780Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3245788Z 2022-12-01T10:30:20.3245865Z ERROR (0.004s) 2022-12-01T10:30:20.3246705Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3246809Z Traceback (most recent call last): 2022-12-01T10:30:20.3247109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3247187Z raise rte 2022-12-01T10:30:20.3247481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3247588Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3247870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3247966Z return test(*args, **kwargs) 2022-12-01T10:30:20.3248148Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3248260Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3248551Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3248749Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3249022Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3249129Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3249458Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3249560Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3249868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3249961Z return op(*args, **kwargs) 2022-12-01T10:30:20.3250238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3250363Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3250660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3250788Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3251056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3251198Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3251451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3251601Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3251862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3251993Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3252282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3252419Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3252653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3252724Z return f(x) 2022-12-01T10:30:20.3252978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3253111Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3253373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3253582Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3253833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3253928Z return self.from_real_tensor( 2022-12-01T10:30:20.3254199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3254326Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3254578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3254700Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3254961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3255098Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3255318Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3255326Z 2022-12-01T10:30:20.3255398Z ERROR (0.004s) 2022-12-01T10:30:20.3255700Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3255799Z Traceback (most recent call last): 2022-12-01T10:30:20.3256139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3256215Z raise rte 2022-12-01T10:30:20.3256508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3256609Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3256887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3256979Z return test(*args, **kwargs) 2022-12-01T10:30:20.3257158Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3257266Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3257638Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3257787Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3258060Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3258169Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3258486Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3258588Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3258887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3258978Z return op(*args, **kwargs) 2022-12-01T10:30:20.3259250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3259373Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3259669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3259796Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3260066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3260259Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3260512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3260628Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3260871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3261003Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3261250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3261388Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3261626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3261703Z return f(x) 2022-12-01T10:30:20.3261956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3262093Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3262354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3262510Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3262765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3262869Z return self.from_real_tensor( 2022-12-01T10:30:20.3263186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3263320Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3263579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3263752Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3264021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3264155Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3264431Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3264439Z 2022-12-01T10:30:20.3264515Z ERROR (0.004s) 2022-12-01T10:30:20.3264817Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3264891Z ERROR (0.034s) 2022-12-01T10:30:20.3265248Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3265355Z Traceback (most recent call last): 2022-12-01T10:30:20.3265656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3265730Z raise rte 2022-12-01T10:30:20.3266023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3266129Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3266411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3266504Z return test(*args, **kwargs) 2022-12-01T10:30:20.3266691Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3266802Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3267094Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3267278Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3267546Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3267653Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3267922Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3268024Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3268331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3268424Z return op(*args, **kwargs) 2022-12-01T10:30:20.3268699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3268827Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3269126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3269255Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3269529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3269723Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3270028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3270144Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3270387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3270522Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3270824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3270960Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3271196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3271268Z return f(x) 2022-12-01T10:30:20.3271519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3271655Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3271917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3272075Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3272326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3272422Z return self.from_real_tensor( 2022-12-01T10:30:20.3272693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3272821Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3273070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3273190Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3273444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3273577Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3273848Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3273908Z 2022-12-01T10:30:20.3273980Z ERROR (0.030s) 2022-12-01T10:30:20.3274275Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3274375Z Traceback (most recent call last): 2022-12-01T10:30:20.3274669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3274744Z raise rte 2022-12-01T10:30:20.3275037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3275139Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3275420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3275513Z return test(*args, **kwargs) 2022-12-01T10:30:20.3275698Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3275806Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3276148Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3276281Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3276550Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3276659Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3277355Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3277468Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3277777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3277872Z return op(*args, **kwargs) 2022-12-01T10:30:20.3278146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3278270Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3278566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3278695Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3279030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3279169Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3279422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3279536Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3279777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3279909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3280154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3280285Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3280515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3280588Z return f(x) 2022-12-01T10:30:20.3280839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3280974Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3281291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3281444Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3281693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3281787Z return self.from_real_tensor( 2022-12-01T10:30:20.3282058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3282187Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3282498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3282620Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3282883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3283019Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3283239Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3283246Z 2022-12-01T10:30:20.3283318Z ERROR (0.036s) 2022-12-01T10:30:20.3283655Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3283763Z Traceback (most recent call last): 2022-12-01T10:30:20.3284111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3284186Z raise rte 2022-12-01T10:30:20.3284478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3284578Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3284856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3285028Z return test(*args, **kwargs) 2022-12-01T10:30:20.3285214Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3285323Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3285612Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3285743Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3286012Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3286120Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3286385Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3286546Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3286854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3286950Z return op(*args, **kwargs) 2022-12-01T10:30:20.3287220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3287344Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3287643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3287771Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3288040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3288231Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3288481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3288593Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3288833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3288963Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3289268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3289399Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3289633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3289708Z return f(x) 2022-12-01T10:30:20.3290008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3290146Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3290404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3290558Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3290813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3290958Z return self.from_real_tensor( 2022-12-01T10:30:20.3291228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3291359Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3291611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3291729Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3291987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3292121Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3292339Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3292346Z 2022-12-01T10:30:20.3292419Z ERROR (0.024s) 2022-12-01T10:30:20.3292711Z test_aot_autograd_symbolic_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3292799Z expected failure (0.010s) 2022-12-01T10:30:20.3293011Z test_aot_autograd_symbolic_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3293233Z test_aot_autograd_symbolic_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3293463Z test_aot_autograd_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:30:20.3293684Z test_aot_autograd_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3293930Z test_aot_autograd_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3294178Z test_aot_autograd_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3294416Z test_aot_autograd_symbolic_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3294711Z test_aot_autograd_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3294917Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.3295205Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3295358Z Traceback (most recent call last): 2022-12-01T10:30:20.3295663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3295738Z raise rte 2022-12-01T10:30:20.3296102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3296219Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3296500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3296594Z return test(*args, **kwargs) 2022-12-01T10:30:20.3296774Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3296883Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3297172Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3297350Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3297626Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3297731Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3297996Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3298097Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3298396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3298486Z return op(*args, **kwargs) 2022-12-01T10:30:20.3298759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3298883Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3299177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3299306Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3299578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3299719Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3299971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3300084Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3300325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3300459Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3300708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3300840Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3301074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3301145Z return f(x) 2022-12-01T10:30:20.3301496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3301631Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3301894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3302048Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3302347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3302448Z return self.from_real_tensor( 2022-12-01T10:30:20.3302784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3302916Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3303171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3303291Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3303549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3303682Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3303900Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3303907Z 2022-12-01T10:30:20.3303979Z ERROR (0.004s) 2022-12-01T10:30:20.3304322Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3304427Z Traceback (most recent call last): 2022-12-01T10:30:20.3304721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3304796Z raise rte 2022-12-01T10:30:20.3305089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3305193Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3305471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3305563Z return test(*args, **kwargs) 2022-12-01T10:30:20.3305745Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3305855Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3306144Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3306272Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3306544Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3306653Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3306920Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3307018Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3307320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3307410Z return op(*args, **kwargs) 2022-12-01T10:30:20.3307734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3307859Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3308157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3308375Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3308643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3308783Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3309031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3309143Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3309384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3309514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3309758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3309891Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3310176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3310248Z return f(x) 2022-12-01T10:30:20.3310501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3310632Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3310890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3311090Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3311345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3311444Z return self.from_real_tensor( 2022-12-01T10:30:20.3311716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3311847Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3312102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3312224Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3312487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3312624Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3312847Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3312855Z 2022-12-01T10:30:20.3312928Z ERROR (0.005s) 2022-12-01T10:30:20.3313224Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3313331Z Traceback (most recent call last): 2022-12-01T10:30:20.3313672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3313750Z raise rte 2022-12-01T10:30:20.3314043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3314147Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3314473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3314571Z return test(*args, **kwargs) 2022-12-01T10:30:20.3314755Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3314866Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3315264Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3315395Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3315668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3315777Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3316048Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3316148Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3316455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3316549Z return op(*args, **kwargs) 2022-12-01T10:30:20.3316827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3316954Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3317253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3317385Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3317656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3317796Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3318102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3318219Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3318464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3318600Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3318844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3318974Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3319214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3319287Z return f(x) 2022-12-01T10:30:20.3319540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3319726Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3319994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3320149Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3320457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3320557Z return self.from_real_tensor( 2022-12-01T10:30:20.3320830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3320960Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3321210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3321335Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3321597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3321726Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3321944Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3322000Z 2022-12-01T10:30:20.3322071Z ERROR (0.005s) 2022-12-01T10:30:20.3322426Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3322500Z ERROR (0.002s) 2022-12-01T10:30:20.3322791Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3322889Z Traceback (most recent call last): 2022-12-01T10:30:20.3323190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3323262Z raise rte 2022-12-01T10:30:20.3323557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3323665Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3323947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3324038Z return test(*args, **kwargs) 2022-12-01T10:30:20.3324219Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3324326Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3324665Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3324793Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3325144Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3325254Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3325523Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3325763Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3326071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3326160Z return op(*args, **kwargs) 2022-12-01T10:30:20.3326485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3326615Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3326911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3327038Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3327307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3327445Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3327693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3327803Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3328041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3328169Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3328417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3328545Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3328777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3328899Z return f(x) 2022-12-01T10:30:20.3329150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3329339Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3329606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3329761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3330012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3330111Z return self.from_real_tensor( 2022-12-01T10:30:20.3330389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3330518Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3330771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3330888Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3331149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3331283Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3331502Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3331509Z 2022-12-01T10:30:20.3331579Z ERROR (0.003s) 2022-12-01T10:30:20.3331975Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3332077Z Traceback (most recent call last): 2022-12-01T10:30:20.3332419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3332494Z raise rte 2022-12-01T10:30:20.3332782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3332879Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3333156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3333247Z return test(*args, **kwargs) 2022-12-01T10:30:20.3333430Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3333536Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3333822Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3333951Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3334220Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3334323Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3334588Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3334685Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3334986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3335077Z return op(*args, **kwargs) 2022-12-01T10:30:20.3335347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3335468Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3335817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3335945Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3336215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3336353Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3336602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3336713Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3337012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3337146Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3337395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3337530Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3337809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3337888Z return f(x) 2022-12-01T10:30:20.3338140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3338270Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3338627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3338788Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3339040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3339138Z return self.from_real_tensor( 2022-12-01T10:30:20.3339409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3339537Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3339790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3339905Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3340164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3340302Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3340522Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3340529Z 2022-12-01T10:30:20.3340599Z ERROR (0.006s) 2022-12-01T10:30:20.3340895Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3340993Z Traceback (most recent call last): 2022-12-01T10:30:20.3341284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3341357Z raise rte 2022-12-01T10:30:20.3341645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3341743Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3342022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3342112Z return test(*args, **kwargs) 2022-12-01T10:30:20.3342292Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3342443Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3342732Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3342859Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3343128Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3343234Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3343497Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3343592Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3343944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3344036Z return op(*args, **kwargs) 2022-12-01T10:30:20.3344306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3344430Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3344836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3344963Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3345231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3345417Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3345672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3345786Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3346029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3346157Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3346407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3346539Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3346773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3346843Z return f(x) 2022-12-01T10:30:20.3347096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3347227Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3347485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3347641Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3347891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3347987Z return self.from_real_tensor( 2022-12-01T10:30:20.3348255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3348384Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3348637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3348755Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3349010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3349142Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3349402Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3349409Z 2022-12-01T10:30:20.3349483Z ERROR (0.000s) 2022-12-01T10:30:20.3349785Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3349854Z ERROR (0.000s) 2022-12-01T10:30:20.3350219Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3350320Z Traceback (most recent call last): 2022-12-01T10:30:20.3350611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3350733Z raise rte 2022-12-01T10:30:20.3351028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3351126Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3351406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3351498Z return test(*args, **kwargs) 2022-12-01T10:30:20.3351678Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3351787Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3352125Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3352255Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3352579Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3352689Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3352954Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3353050Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3353348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3353435Z return op(*args, **kwargs) 2022-12-01T10:30:20.3353707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3353831Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3354125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3354255Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3354525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3354662Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3354911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3355020Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3355260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3355393Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3355637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3355767Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3356550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3356636Z return f(x) 2022-12-01T10:30:20.3357067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3357243Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3357508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3357689Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3357965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3358062Z return self.from_real_tensor( 2022-12-01T10:30:20.3358334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3358466Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3358717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3358836Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3359095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3359231Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3359526Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3359536Z 2022-12-01T10:30:20.3359609Z ERROR (0.010s) 2022-12-01T10:30:20.3359919Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3360023Z Traceback (most recent call last): 2022-12-01T10:30:20.3360316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3360391Z raise rte 2022-12-01T10:30:20.3360681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3360782Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3361066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3361160Z return test(*args, **kwargs) 2022-12-01T10:30:20.3361342Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3361450Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3361745Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3361878Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3362206Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3362362Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3362631Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3362730Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3363082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3363176Z return op(*args, **kwargs) 2022-12-01T10:30:20.3363453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3363635Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3363933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3364060Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3364330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3364471Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3364728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3364841Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3365165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3365300Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3365554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3365685Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3365919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3365991Z return f(x) 2022-12-01T10:30:20.3366244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3366379Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3366690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3366847Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3367100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3367200Z return self.from_real_tensor( 2022-12-01T10:30:20.3367476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3367607Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3367862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3367985Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3368249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3368384Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3368605Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3368614Z 2022-12-01T10:30:20.3368685Z ERROR (0.000s) 2022-12-01T10:30:20.3368996Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3369098Z Traceback (most recent call last): 2022-12-01T10:30:20.3369391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3369465Z raise rte 2022-12-01T10:30:20.3369756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3369857Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3370135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3370274Z return test(*args, **kwargs) 2022-12-01T10:30:20.3370458Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3370568Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3370857Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3370984Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3371257Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3371362Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3371632Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3371792Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3372099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3372190Z return op(*args, **kwargs) 2022-12-01T10:30:20.3372463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3372583Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3372876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3373008Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3373327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3373521Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3373774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3373886Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3374174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3374308Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3374552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3374683Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3374914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3374990Z return f(x) 2022-12-01T10:30:20.3375243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3375374Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3375641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3375795Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3376047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3376143Z return self.from_real_tensor( 2022-12-01T10:30:20.3376411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3376537Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3376790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3376906Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3377166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3377356Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3377573Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3377581Z 2022-12-01T10:30:20.3377649Z ERROR (0.000s) 2022-12-01T10:30:20.3377954Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3378020Z ERROR (0.035s) 2022-12-01T10:30:20.3378324Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3378422Z Traceback (most recent call last): 2022-12-01T10:30:20.3378718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3378792Z raise rte 2022-12-01T10:30:20.3379084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3379183Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3379463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3379554Z return test(*args, **kwargs) 2022-12-01T10:30:20.3379776Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3379880Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3380167Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3380295Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3380564Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3380669Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3380930Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3381029Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3381332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3381422Z return op(*args, **kwargs) 2022-12-01T10:30:20.3381757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3381879Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3382174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3382301Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3393527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3393797Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3394108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3394231Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3394504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3394652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3394913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3395207Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3395449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3395524Z return f(x) 2022-12-01T10:30:20.3395785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3395923Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3396191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3396351Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3396611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3396711Z return self.from_real_tensor( 2022-12-01T10:30:20.3396994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3397132Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3397391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3397513Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3397779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3398377Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3398623Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3398635Z 2022-12-01T10:30:20.3398708Z ERROR (0.022s) 2022-12-01T10:30:20.3399022Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3399127Z Traceback (most recent call last): 2022-12-01T10:30:20.3399429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3399506Z raise rte 2022-12-01T10:30:20.3399802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3399905Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3400253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3400352Z return test(*args, **kwargs) 2022-12-01T10:30:20.3400538Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3400649Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3400941Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3401074Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3401349Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3401463Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3401732Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3401837Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3402143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3402235Z return op(*args, **kwargs) 2022-12-01T10:30:20.3402583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3402711Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3403009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3403138Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3403413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3403559Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3403812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3403927Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3404171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3404310Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3404557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3404690Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3405015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3405094Z return f(x) 2022-12-01T10:30:20.3405404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3405541Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3405806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3405971Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3406225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3406329Z return self.from_real_tensor( 2022-12-01T10:30:20.3406607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3406742Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3407000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3407126Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3407394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3407532Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3407761Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3407768Z 2022-12-01T10:30:20.3407843Z ERROR (0.026s) 2022-12-01T10:30:20.3408154Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3408257Z Traceback (most recent call last): 2022-12-01T10:30:20.3408557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3408636Z raise rte 2022-12-01T10:30:20.3408932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3409033Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3409320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3409461Z return test(*args, **kwargs) 2022-12-01T10:30:20.3409647Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3409758Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3410049Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3410182Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3410458Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3410566Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3410835Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3410992Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3411306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3411401Z return op(*args, **kwargs) 2022-12-01T10:30:20.3411682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3411809Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3412111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3412292Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3412567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3412712Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3412971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3413087Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3413338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3413476Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3413729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3413865Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3414103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3414178Z return f(x) 2022-12-01T10:30:20.3414430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3414567Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3414829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3414990Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3415249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3415351Z return self.from_real_tensor( 2022-12-01T10:30:20.3415626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3415757Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3416013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3416180Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3416444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3416581Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3416810Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3416818Z 2022-12-01T10:30:20.3416891Z ERROR (0.024s) 2022-12-01T10:30:20.3417204Z test_aot_autograd_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3417295Z expected failure (0.004s) 2022-12-01T10:30:20.3417514Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.037s) 2022-12-01T10:30:20.3417812Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3417910Z Traceback (most recent call last): 2022-12-01T10:30:20.3418218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3418284Z raise rte 2022-12-01T10:30:20.3418594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3418688Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3419034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3419133Z return test(*args, **kwargs) 2022-12-01T10:30:20.3419317Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3419421Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3419726Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3419848Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3420136Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3420235Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3420516Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3420610Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3420991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3421088Z return op(*args, **kwargs) 2022-12-01T10:30:20.3421409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3421541Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3477306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3477577Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3477878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3478061Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3478321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3478432Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3478674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3478940Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3479187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3479313Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3479546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3479614Z return f(x) 2022-12-01T10:30:20.3479865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3479995Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3480250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3480405Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3480657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3480750Z return self.from_real_tensor( 2022-12-01T10:30:20.3481018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3481144Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3481393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3481560Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3481871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3482004Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3482236Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3482246Z 2022-12-01T10:30:20.3482314Z ERROR (0.035s) 2022-12-01T10:30:20.3482610Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3482705Z Traceback (most recent call last): 2022-12-01T10:30:20.3482996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3483065Z raise rte 2022-12-01T10:30:20.3483399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3483498Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3483776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3483865Z return test(*args, **kwargs) 2022-12-01T10:30:20.3484083Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3484186Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3484471Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3484597Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3484865Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3485042Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3485308Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3485406Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3485765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3485849Z return op(*args, **kwargs) 2022-12-01T10:30:20.3486120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3486238Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3486530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3486656Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3486921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3487057Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3487305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3487414Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3487652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3487782Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3488025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3488151Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3488427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3488497Z return f(x) 2022-12-01T10:30:20.3488746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3488878Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3489135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3489286Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3489575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3489670Z return self.from_real_tensor( 2022-12-01T10:30:20.3489940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3490105Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3490358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3490471Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3490732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3490865Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3491082Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3491090Z 2022-12-01T10:30:20.3491158Z ERROR (0.037s) 2022-12-01T10:30:20.3491455Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3491601Z Traceback (most recent call last): 2022-12-01T10:30:20.3491895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3491965Z raise rte 2022-12-01T10:30:20.3492309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3492408Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3492685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3492773Z return test(*args, **kwargs) 2022-12-01T10:30:20.3492951Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3493057Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3493349Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3493476Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3493744Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3493851Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3494113Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3494211Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3494513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3494600Z return op(*args, **kwargs) 2022-12-01T10:30:20.3494867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3495032Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3495328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3495502Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3495776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3495914Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3496167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3496316Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3496558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3496691Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3496934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3497063Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3497338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3497413Z return f(x) 2022-12-01T10:30:20.3497661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3497789Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3498046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3498196Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3498446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3498539Z return self.from_real_tensor( 2022-12-01T10:30:20.3498805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3498978Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3499225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3499340Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3499595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3499726Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3499942Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3499952Z 2022-12-01T10:30:20.3500020Z ERROR (0.036s) 2022-12-01T10:30:20.3500332Z test_aot_autograd_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3500419Z expected failure (0.006s) 2022-12-01T10:30:20.3500646Z test_aot_autograd_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3500869Z test_aot_autograd_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3501107Z test_aot_autograd_symbolic_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3501350Z test_aot_autograd_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3501650Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.3501955Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3502057Z Traceback (most recent call last): 2022-12-01T10:30:20.3502393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3502466Z raise rte 2022-12-01T10:30:20.3502756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3502853Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3503133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3503221Z return test(*args, **kwargs) 2022-12-01T10:30:20.3503400Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3503506Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3503792Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3503918Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3504180Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3504288Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3504556Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3504660Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3505010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3505106Z return op(*args, **kwargs) 2022-12-01T10:30:20.3505382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3505562Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3505861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3505991Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3506262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3506402Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3506658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3506771Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3507013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3507149Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3507397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3507573Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3507815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3507889Z return f(x) 2022-12-01T10:30:20.3508146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3508365Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3508630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3508788Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3509043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3509142Z return self.from_real_tensor( 2022-12-01T10:30:20.3509412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3509544Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3509795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3509915Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3510179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3510315Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3510537Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3510548Z 2022-12-01T10:30:20.3510621Z ERROR (0.003s) 2022-12-01T10:30:20.3510933Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3511036Z Traceback (most recent call last): 2022-12-01T10:30:20.3511331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3511408Z raise rte 2022-12-01T10:30:20.3511748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3511853Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3512135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3512280Z return test(*args, **kwargs) 2022-12-01T10:30:20.3512463Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3512572Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3512865Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3512996Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3513267Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3513378Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3513687Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3513792Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3514095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3514188Z return op(*args, **kwargs) 2022-12-01T10:30:20.3514464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3514633Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3514929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3515058Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3515379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3515525Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3515779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3515896Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3516143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3516280Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3516524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3516701Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3516944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3517021Z return f(x) 2022-12-01T10:30:20.3517272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3517405Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3517669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3517825Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3518077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3518176Z return self.from_real_tensor( 2022-12-01T10:30:20.3518451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3518583Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3518837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3518958Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3519223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3519408Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3519626Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3519634Z 2022-12-01T10:30:20.3519707Z ERROR (0.003s) 2022-12-01T10:30:20.3520063Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3520169Z Traceback (most recent call last): 2022-12-01T10:30:20.3520469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3520586Z raise rte 2022-12-01T10:30:20.3520880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3520986Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3521266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3521360Z return test(*args, **kwargs) 2022-12-01T10:30:20.3521542Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3521652Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3521988Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3522121Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3522397Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3522509Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3522781Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3522885Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3523190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3523287Z return op(*args, **kwargs) 2022-12-01T10:30:20.3523560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3523686Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3523986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3524117Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3524386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3524529Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3524782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3524901Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3525245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3525377Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3525670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3525805Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3526083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3526215Z return f(x) 2022-12-01T10:30:20.3526512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3526652Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3526917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3527072Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3527327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3527425Z return self.from_real_tensor( 2022-12-01T10:30:20.3527697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3527828Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3528084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3528205Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3528469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3528605Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3528826Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3528833Z 2022-12-01T10:30:20.3528906Z ERROR (0.000s) 2022-12-01T10:30:20.3529262Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3529338Z ERROR (0.006s) 2022-12-01T10:30:20.3529644Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3529746Z Traceback (most recent call last): 2022-12-01T10:30:20.3530043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3530120Z raise rte 2022-12-01T10:30:20.3530410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3530520Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3530801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3530897Z return test(*args, **kwargs) 2022-12-01T10:30:20.3531081Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3531194Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3531486Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3531618Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3531934Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3532048Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3532317Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3532420Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3532760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3533363Z return op(*args, **kwargs) 2022-12-01T10:30:20.3533644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3533769Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3534115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3534246Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3534524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3534669Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3534922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3535036Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3535282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3535416Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3535666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3535799Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3536034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3536110Z return f(x) 2022-12-01T10:30:20.3536418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3536555Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3536814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3536971Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3537224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3537322Z return self.from_real_tensor( 2022-12-01T10:30:20.3537599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3537730Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3538027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3538152Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3538417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3538599Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3538826Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3538834Z 2022-12-01T10:30:20.3538907Z ERROR (0.000s) 2022-12-01T10:30:20.3539218Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3539320Z Traceback (most recent call last): 2022-12-01T10:30:20.3539619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3539695Z raise rte 2022-12-01T10:30:20.3539984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3540087Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3540416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3540508Z return test(*args, **kwargs) 2022-12-01T10:30:20.3540693Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3540803Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3541092Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3541224Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3541499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3541609Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3541874Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3541980Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3542326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3542419Z return op(*args, **kwargs) 2022-12-01T10:30:20.3542696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3542820Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3543162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3543294Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3543569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3543711Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3544005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3544122Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3544369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3544545Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3544798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3544935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3545172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3545247Z return f(x) 2022-12-01T10:30:20.3545499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3545633Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3545896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3546051Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3546306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3546404Z return self.from_real_tensor( 2022-12-01T10:30:20.3546680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3546812Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3547065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3547234Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3547500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3547634Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3547855Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3547863Z 2022-12-01T10:30:20.3547936Z ERROR (0.000s) 2022-12-01T10:30:20.3548249Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3548352Z Traceback (most recent call last): 2022-12-01T10:30:20.3548647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3548724Z raise rte 2022-12-01T10:30:20.3549018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3549121Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3549405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3549498Z return test(*args, **kwargs) 2022-12-01T10:30:20.3549683Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3549791Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3550214Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3550350Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3550666Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3550780Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3551045Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3551149Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3551458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3551550Z return op(*args, **kwargs) 2022-12-01T10:30:20.3551829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3551957Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3552254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3552385Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3552659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3552799Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3553050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3553165Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3553410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3553547Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3553796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3553931Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3554218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3554294Z return f(x) 2022-12-01T10:30:20.3554545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3554682Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3554984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3555148Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3555402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3555503Z return self.from_real_tensor( 2022-12-01T10:30:20.3555777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3555914Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3556214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3556337Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3556636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3556774Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3557045Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3557053Z 2022-12-01T10:30:20.3557127Z ERROR (0.010s) 2022-12-01T10:30:20.3557429Z test_aot_autograd_symbolic_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3557525Z expected failure (0.010s) 2022-12-01T10:30:20.3557737Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.3558028Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3558131Z Traceback (most recent call last): 2022-12-01T10:30:20.3558431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3558506Z raise rte 2022-12-01T10:30:20.3558801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3558907Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3559193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3559288Z return test(*args, **kwargs) 2022-12-01T10:30:20.3559471Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3559581Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3559872Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3560004Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3560274Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3560387Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3560699Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3560851Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3561153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3561246Z return op(*args, **kwargs) 2022-12-01T10:30:20.3561523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3561650Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3561986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3562117Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3562388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3562530Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3562831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3562949Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3563190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3563324Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3563572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3564141Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3564391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3564467Z return f(x) 2022-12-01T10:30:20.3564723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3564859Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3565215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3565375Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3565674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3565773Z return self.from_real_tensor( 2022-12-01T10:30:20.3566054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3566187Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3566443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3566566Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3566826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3566963Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3567187Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3567194Z 2022-12-01T10:30:20.3567267Z ERROR (0.010s) 2022-12-01T10:30:20.3567561Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3567663Z Traceback (most recent call last): 2022-12-01T10:30:20.3568003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3568142Z raise rte 2022-12-01T10:30:20.3568436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3568540Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3568866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3568961Z return test(*args, **kwargs) 2022-12-01T10:30:20.3569144Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3569252Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3569545Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3569676Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3569948Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3570058Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3570368Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3570473Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3570775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3570866Z return op(*args, **kwargs) 2022-12-01T10:30:20.3571190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3571318Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3571614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3571745Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3572016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3572157Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3572410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3572526Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3572769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3572903Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3573151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3573285Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3573523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3573596Z return f(x) 2022-12-01T10:30:20.3573846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3574024Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3574288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3574444Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3574740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3574842Z return self.from_real_tensor( 2022-12-01T10:30:20.3575117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3575294Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3575547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3575667Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3575930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3576067Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3576291Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3576299Z 2022-12-01T10:30:20.3576373Z ERROR (0.000s) 2022-12-01T10:30:20.3576665Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3576767Z Traceback (most recent call last): 2022-12-01T10:30:20.3577059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3577136Z raise rte 2022-12-01T10:30:20.3577428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3577530Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3577851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3577947Z return test(*args, **kwargs) 2022-12-01T10:30:20.3578129Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3578239Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3578529Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3578701Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3578973Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3579080Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3579348Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3579448Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3579757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3579848Z return op(*args, **kwargs) 2022-12-01T10:30:20.3580166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3580291Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3580627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3580759Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3581026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3581165Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3581423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3581536Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3581777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3581965Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3582218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3582352Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3582585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3582659Z return f(x) 2022-12-01T10:30:20.3582909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3583044Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3583307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3583461Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3583716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3583815Z return self.from_real_tensor( 2022-12-01T10:30:20.3584089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3584219Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3584472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3584591Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3584895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3585032Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3585254Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3585264Z 2022-12-01T10:30:20.3585336Z ERROR (0.000s) 2022-12-01T10:30:20.3585628Z test_aot_autograd_symbolic_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3585721Z expected failure (0.010s) 2022-12-01T10:30:20.3586002Z test_aot_autograd_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3586281Z test_aot_autograd_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3586527Z test_aot_autograd_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:30:20.3586777Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.3587072Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3587172Z Traceback (most recent call last): 2022-12-01T10:30:20.3587466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3587532Z raise rte 2022-12-01T10:30:20.3587837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3587942Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3588230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3588325Z return test(*args, **kwargs) 2022-12-01T10:30:20.3588507Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3588657Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3588960Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3589091Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3589364Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3589473Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3589739Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3589838Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3590136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3590229Z return op(*args, **kwargs) 2022-12-01T10:30:20.3590499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3590624Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3590923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3591052Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3591321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3591504Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3591762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3591877Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3592166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3592299Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3592582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3592721Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3592957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3593029Z return f(x) 2022-12-01T10:30:20.3593284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3593419Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3593680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3593837Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3594090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3594189Z return self.from_real_tensor( 2022-12-01T10:30:20.3594504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3594636Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3594895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3595014Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3595279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3595467Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3595686Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3595693Z 2022-12-01T10:30:20.3595767Z ERROR (0.000s) 2022-12-01T10:30:20.3596061Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3596151Z Traceback (most recent call last): 2022-12-01T10:30:20.3596453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3596530Z raise rte 2022-12-01T10:30:20.3596832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3596923Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3597221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3597302Z return test(*args, **kwargs) 2022-12-01T10:30:20.3597486Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3597596Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3597924Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3598061Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3598375Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3598487Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3598801Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3598908Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3599218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3599298Z return op(*args, **kwargs) 2022-12-01T10:30:20.3599581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3599693Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3600003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3600131Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3600403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3600545Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3600797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3600912Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3601153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3601286Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3601533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3601665Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3601898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3601971Z return f(x) 2022-12-01T10:30:20.3602223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3602406Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3602674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3602828Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3603080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3603178Z return self.from_real_tensor( 2022-12-01T10:30:20.3603450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3603618Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3603916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3604045Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3604306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3604440Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3604702Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3604709Z 2022-12-01T10:30:20.3604783Z ERROR (0.010s) 2022-12-01T10:30:20.3605200Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3605305Z Traceback (most recent call last): 2022-12-01T10:30:20.3605601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3605700Z raise rte 2022-12-01T10:30:20.3605993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3606093Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3606374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3606467Z return test(*args, **kwargs) 2022-12-01T10:30:20.3606648Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3606757Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3607047Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3607177Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3607449Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3607559Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3607823Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3607926Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3608228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3608320Z return op(*args, **kwargs) 2022-12-01T10:30:20.3608598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3608724Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3609022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3609196Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3609481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3609609Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3609922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3610027Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3610282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3610407Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3610710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3610832Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3611085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3611148Z return f(x) 2022-12-01T10:30:20.3611457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3611579Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3611850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3612005Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3612306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3612409Z return self.from_real_tensor( 2022-12-01T10:30:20.3612687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3612818Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3613072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3613190Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3613453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3613588Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3613799Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3613819Z 2022-12-01T10:30:20.3613880Z ERROR (0.000s) 2022-12-01T10:30:20.3614177Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3614251Z ERROR (0.010s) 2022-12-01T10:30:20.3614543Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3614645Z Traceback (most recent call last): 2022-12-01T10:30:20.3614942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3615019Z raise rte 2022-12-01T10:30:20.3615316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3615422Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3615705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3615846Z return test(*args, **kwargs) 2022-12-01T10:30:20.3616081Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3616191Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3616488Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3616661Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3616935Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3617045Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3617314Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3617416Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3617760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3617856Z return op(*args, **kwargs) 2022-12-01T10:30:20.3618132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3618255Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3618548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3618677Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3618998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3619142Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3619398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3619516Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3619761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3619897Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3620144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3620280Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3620518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3620596Z return f(x) 2022-12-01T10:30:20.3620849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3620983Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3621245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3621405Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3621658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3621758Z return self.from_real_tensor( 2022-12-01T10:30:20.3622080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3622214Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3622474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3622634Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3622898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3623083Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3623305Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3623312Z 2022-12-01T10:30:20.3623384Z ERROR (0.024s) 2022-12-01T10:30:20.3623679Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3623785Z Traceback (most recent call last): 2022-12-01T10:30:20.3624082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3624167Z raise rte 2022-12-01T10:30:20.3624505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3624610Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3624892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3624983Z return test(*args, **kwargs) 2022-12-01T10:30:20.3625166Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3625274Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3625565Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3625748Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3626022Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3626132Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3626400Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3626504Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3626804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3626895Z return op(*args, **kwargs) 2022-12-01T10:30:20.3627169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3627295Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3627597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3627729Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3628043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3628189Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3628446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3628603Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3628850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3628986Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3629236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3629368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3629602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3629677Z return f(x) 2022-12-01T10:30:20.3629978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3630112Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3630371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3630524Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3630777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3630878Z return self.from_real_tensor( 2022-12-01T10:30:20.3631198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3631332Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3631587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3631711Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3631972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3632108Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3632330Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3632337Z 2022-12-01T10:30:20.3632414Z ERROR (0.015s) 2022-12-01T10:30:20.3632756Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3632864Z Traceback (most recent call last): 2022-12-01T10:30:20.3633161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3633238Z raise rte 2022-12-01T10:30:20.3633533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3633637Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3633959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3634060Z return test(*args, **kwargs) 2022-12-01T10:30:20.3634242Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3634355Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3634686Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3634818Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3635097Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3635209Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3635475Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3635575Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3635876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3635967Z return op(*args, **kwargs) 2022-12-01T10:30:20.3636247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3636382Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3636680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3636861Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3637133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3637273Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3637528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3637646Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3637889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3638024Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3638270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3638405Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3638638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3638714Z return f(x) 2022-12-01T10:30:20.3639008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3639143Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3639405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3639611Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3639909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3640010Z return self.from_real_tensor( 2022-12-01T10:30:20.3640286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3640419Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3640673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3640832Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3641097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3641233Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3641455Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3641463Z 2022-12-01T10:30:20.3641538Z ERROR (0.014s) 2022-12-01T10:30:20.3641843Z test_aot_autograd_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3641937Z expected failure (0.005s) 2022-12-01T10:30:20.3642167Z test_aot_autograd_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.3642410Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3642651Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:30:20.3642895Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3643134Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:30:20.3643811Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3644069Z test_aot_autograd_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3644310Z test_aot_autograd_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3644551Z test_aot_autograd_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:30:20.3644774Z test_aot_autograd_symbolic_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3645087Z test_aot_autograd_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3645309Z test_aot_autograd_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3645550Z test_aot_autograd_symbolic_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3645760Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.3646104Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3646266Z Traceback (most recent call last): 2022-12-01T10:30:20.3646575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3646654Z raise rte 2022-12-01T10:30:20.3646997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3647145Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3647432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3647528Z return test(*args, **kwargs) 2022-12-01T10:30:20.3647714Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3647824Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3648120Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3648252Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3648524Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3648635Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3648906Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3649006Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3649315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3649407Z return op(*args, **kwargs) 2022-12-01T10:30:20.3649688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3649814Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3650109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3650241Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3650573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3650715Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3650967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3651081Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3651324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3651459Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3651710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3651844Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3652123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3652201Z return f(x) 2022-12-01T10:30:20.3652457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3652589Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3652891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3653049Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3653355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3653455Z return self.from_real_tensor( 2022-12-01T10:30:20.3653729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3653859Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3654116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3654279Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3654548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3654683Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3654906Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3654914Z 2022-12-01T10:30:20.3654990Z ERROR (0.003s) 2022-12-01T10:30:20.3655293Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3655395Z Traceback (most recent call last): 2022-12-01T10:30:20.3655698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3655776Z raise rte 2022-12-01T10:30:20.3656065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3656167Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3656451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3656546Z return test(*args, **kwargs) 2022-12-01T10:30:20.3656731Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3656842Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3657133Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3657315Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3657589Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3657696Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3657960Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3658102Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3658411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3658503Z return op(*args, **kwargs) 2022-12-01T10:30:20.3658817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3658944Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3659244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3659377Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3659649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3659790Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3660046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3660208Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3660459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3660593Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3660841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3660974Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3661209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3661282Z return f(x) 2022-12-01T10:30:20.3661535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3661669Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3661933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3662090Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3662344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3662444Z return self.from_real_tensor( 2022-12-01T10:30:20.3662717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3662849Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3663106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3663271Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3663537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3663677Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3663900Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3663908Z 2022-12-01T10:30:20.3663982Z ERROR (0.003s) 2022-12-01T10:30:20.3664415Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3664517Z Traceback (most recent call last): 2022-12-01T10:30:20.3664855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3664933Z raise rte 2022-12-01T10:30:20.3665230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3665335Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3665615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3665709Z return test(*args, **kwargs) 2022-12-01T10:30:20.3665895Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3666008Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3666302Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3666434Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3666704Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3666811Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3667125Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3667226Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3667534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3667629Z return op(*args, **kwargs) 2022-12-01T10:30:20.3667903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3668029Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3668323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3668451Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3668722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3668867Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3669122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3669237Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3669489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3669621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3669869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3670043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3670281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3670356Z return f(x) 2022-12-01T10:30:20.3670609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3670786Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3671051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3671251Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3671504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3671602Z return self.from_real_tensor( 2022-12-01T10:30:20.3671872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3672001Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3672258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3672382Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3672689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3672828Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3673049Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3673056Z 2022-12-01T10:30:20.3673128Z ERROR (0.003s) 2022-12-01T10:30:20.3673426Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3673497Z ERROR (0.003s) 2022-12-01T10:30:20.3674207Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3674307Z Traceback (most recent call last): 2022-12-01T10:30:20.3674609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3674688Z raise rte 2022-12-01T10:30:20.3674995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3675085Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3675380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3675462Z return test(*args, **kwargs) 2022-12-01T10:30:20.3675643Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3675752Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3676092Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3676226Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3676498Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3676648Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3676921Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3677021Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3677339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3677423Z return op(*args, **kwargs) 2022-12-01T10:30:20.3677710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3677824Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3678135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3678318Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3678588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3678728Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3678982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3679098Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3679343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3679481Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3679730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3679866Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3680102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3680164Z return f(x) 2022-12-01T10:30:20.3680429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3680608Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3680875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3681031Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3681337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3681438Z return self.from_real_tensor( 2022-12-01T10:30:20.3681711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3681844Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3682142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3682264Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3682526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3682700Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3682924Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3682932Z 2022-12-01T10:30:20.3683002Z ERROR (0.004s) 2022-12-01T10:30:20.3683285Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3683390Z Traceback (most recent call last): 2022-12-01T10:30:20.3683685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3683760Z raise rte 2022-12-01T10:30:20.3684049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3684151Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3684434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3684525Z return test(*args, **kwargs) 2022-12-01T10:30:20.3684711Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3684820Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3685192Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3685374Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3685650Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3685758Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3686025Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3686124Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3686428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3686521Z return op(*args, **kwargs) 2022-12-01T10:30:20.3686794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3686923Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3687223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3687351Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3687634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3687761Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3688118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3688226Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3688486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3688649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3688913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3689037Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3689282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3689345Z return f(x) 2022-12-01T10:30:20.3689614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3689737Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3690013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3690169Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3690460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3690567Z return self.from_real_tensor( 2022-12-01T10:30:20.3690843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3690974Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3691226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3691346Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3691609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3691745Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3691956Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3692027Z 2022-12-01T10:30:20.3692088Z ERROR (0.003s) 2022-12-01T10:30:20.3692383Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3692486Z Traceback (most recent call last): 2022-12-01T10:30:20.3692777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3692858Z raise rte 2022-12-01T10:30:20.3693151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3693253Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3693534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3693630Z return test(*args, **kwargs) 2022-12-01T10:30:20.3693811Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3693963Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3694260Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3694390Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3694702Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3694814Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3695127Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3695231Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3695535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3695627Z return op(*args, **kwargs) 2022-12-01T10:30:20.3695902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3696027Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3696324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3696454Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3696732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3696875Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3697128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3697246Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3697533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3697667Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3697919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3698049Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3698287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3698365Z return f(x) 2022-12-01T10:30:20.3698616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3698751Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3699064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3699220Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3699487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3699574Z return self.from_real_tensor( 2022-12-01T10:30:20.3699856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3700016Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3700290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3700398Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3700713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3700853Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3701063Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3701085Z 2022-12-01T10:30:20.3701146Z ERROR (0.003s) 2022-12-01T10:30:20.3701441Z test_aot_autograd_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3701558Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3701814Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.3702105Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3702209Z Traceback (most recent call last): 2022-12-01T10:30:20.3702505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3702580Z raise rte 2022-12-01T10:30:20.3702874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3702977Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3703258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3703355Z return test(*args, **kwargs) 2022-12-01T10:30:20.3703536Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3703646Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3703939Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3704071Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3704343Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3704453Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3704723Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3704829Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3705139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3705235Z return op(*args, **kwargs) 2022-12-01T10:30:20.3705511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3705732Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3706081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3706212Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3706485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3706667Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3706925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3707043Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3707284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3707419Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3707671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3707803Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3708038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3708112Z return f(x) 2022-12-01T10:30:20.3708365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3708499Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3708808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3708964Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3709217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3709318Z return self.from_real_tensor( 2022-12-01T10:30:20.3709587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3709718Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3709973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3710095Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3710359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3710495Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3710716Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3710726Z 2022-12-01T10:30:20.3710806Z ERROR (0.006s) 2022-12-01T10:30:20.3711100Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3711203Z Traceback (most recent call last): 2022-12-01T10:30:20.3711499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3711576Z raise rte 2022-12-01T10:30:20.3711910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3712017Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3712302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3712398Z return test(*args, **kwargs) 2022-12-01T10:30:20.3712667Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3712780Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3713073Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3713203Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3713475Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3713581Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3713854Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3713956Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3714259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3714354Z return op(*args, **kwargs) 2022-12-01T10:30:20.3714629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3714757Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3715058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3715191Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3715512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3715653Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3715909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3716030Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3716273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3716411Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3716661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3716796Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3717032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3717113Z return f(x) 2022-12-01T10:30:20.3717413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3717550Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3717817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3718017Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3718274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3718373Z return self.from_real_tensor( 2022-12-01T10:30:20.3718689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3718822Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3719080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3719198Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3719460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3719645Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3719865Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3719872Z 2022-12-01T10:30:20.3719946Z ERROR (0.000s) 2022-12-01T10:30:20.3720237Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3720342Z Traceback (most recent call last): 2022-12-01T10:30:20.3720640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3720716Z raise rte 2022-12-01T10:30:20.3721009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3721113Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3721395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3721488Z return test(*args, **kwargs) 2022-12-01T10:30:20.3721670Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3721782Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3722072Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3722249Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3722522Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3722631Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3722899Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3723002Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3723305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3723399Z return op(*args, **kwargs) 2022-12-01T10:30:20.3723673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3723800Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3724146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3724277Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3724586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3724730Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3725062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3725181Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3725425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3725560Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3725812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3725945Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3726179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3726254Z return f(x) 2022-12-01T10:30:20.3726559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3726700Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3726962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3727118Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3727368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3727469Z return self.from_real_tensor( 2022-12-01T10:30:20.3727745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3727876Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3728127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3728248Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3728508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3728688Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3728909Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3728917Z 2022-12-01T10:30:20.3728991Z ERROR (0.000s) 2022-12-01T10:30:20.3729337Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3729411Z ERROR (0.010s) 2022-12-01T10:30:20.3729701Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3729844Z Traceback (most recent call last): 2022-12-01T10:30:20.3730150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3730226Z raise rte 2022-12-01T10:30:20.3730558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3730665Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3730950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3731045Z return test(*args, **kwargs) 2022-12-01T10:30:20.3731228Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3731336Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3731631Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3731761Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3732032Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3732140Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3732405Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3732506Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3732810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3732901Z return op(*args, **kwargs) 2022-12-01T10:30:20.3733180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3733356Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3733654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3733783Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3734054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3734196Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3734452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3734567Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3734811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3734947Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3735196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3735332Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3735567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3735641Z return f(x) 2022-12-01T10:30:20.3735933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3736121Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3736381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3736579Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3736836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3736934Z return self.from_real_tensor( 2022-12-01T10:30:20.3737208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3737339Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3737592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3737712Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3737978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3738113Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3738335Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3738344Z 2022-12-01T10:30:20.3738418Z ERROR (0.000s) 2022-12-01T10:30:20.3738712Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3738811Z Traceback (most recent call last): 2022-12-01T10:30:20.3739106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3739181Z raise rte 2022-12-01T10:30:20.3739474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3739577Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3739859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3740045Z return test(*args, **kwargs) 2022-12-01T10:30:20.3740233Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3740343Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3740635Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3740766Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3741034Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3741146Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3741411Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3741511Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3741858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3741954Z return op(*args, **kwargs) 2022-12-01T10:30:20.3742230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3742356Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3742696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3742826Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3743146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3743286Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3743540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3743657Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3743901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3744038Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3744287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3744421Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3744659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3744734Z return f(x) 2022-12-01T10:30:20.3744986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3745118Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3745379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3745537Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3745790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3745892Z return self.from_real_tensor( 2022-12-01T10:30:20.3746163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3746296Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3746552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3746672Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3746978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3747116Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3747337Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3747344Z 2022-12-01T10:30:20.3747418Z ERROR (0.000s) 2022-12-01T10:30:20.3747711Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3747854Z Traceback (most recent call last): 2022-12-01T10:30:20.3748154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3748228Z raise rte 2022-12-01T10:30:20.3748518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3748663Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3748950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3749041Z return test(*args, **kwargs) 2022-12-01T10:30:20.3749263Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3749377Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3749717Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3749849Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3750123Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3750234Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3750502Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3750600Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3750899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3750991Z return op(*args, **kwargs) 2022-12-01T10:30:20.3751267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3751391Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3751690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3751821Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3752090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3752233Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3752485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3752600Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3752843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3752977Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3753226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3753358Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3753596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3754147Z return f(x) 2022-12-01T10:30:20.3754406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3754544Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3754856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3755013Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3755265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3755369Z return self.from_real_tensor( 2022-12-01T10:30:20.3755646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3755777Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3756033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3756152Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3756448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3756586Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3756809Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3756817Z 2022-12-01T10:30:20.3756889Z ERROR (0.010s) 2022-12-01T10:30:20.3757243Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3757319Z ERROR (0.000s) 2022-12-01T10:30:20.3757600Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3757705Z Traceback (most recent call last): 2022-12-01T10:30:20.3758004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3758078Z raise rte 2022-12-01T10:30:20.3758373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3758476Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3758761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3758853Z return test(*args, **kwargs) 2022-12-01T10:30:20.3759038Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3759147Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3759437Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3759569Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3759841Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3759995Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3760265Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3760370Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3760716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3760810Z return op(*args, **kwargs) 2022-12-01T10:30:20.3761132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3761256Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3761553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3761683Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3761953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3762092Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3762349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3762462Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3762704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3762843Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3763137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3763271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3763507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3763581Z return f(x) 2022-12-01T10:30:20.3763878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3764015Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3764277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3764434Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3764685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3764784Z return self.from_real_tensor( 2022-12-01T10:30:20.3765131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3765261Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3765515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3765666Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3772301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3772495Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3772767Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3772778Z 2022-12-01T10:30:20.3772843Z ERROR (0.000s) 2022-12-01T10:30:20.3773139Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3773243Z Traceback (most recent call last): 2022-12-01T10:30:20.3773570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3773653Z raise rte 2022-12-01T10:30:20.3773958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3774052Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3774330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3774544Z return test(*args, **kwargs) 2022-12-01T10:30:20.3774720Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3774820Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3775107Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3775229Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3775501Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3775601Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3775911Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3776007Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3776306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3776393Z return op(*args, **kwargs) 2022-12-01T10:30:20.3776665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3776783Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3777077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3777257Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3777527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3777660Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3777955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3778066Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3778304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3778432Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3778719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3778848Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3779083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3779149Z return f(x) 2022-12-01T10:30:20.3779402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3779534Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3779793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3779942Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3780189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3780281Z return self.from_real_tensor( 2022-12-01T10:30:20.3780546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3780672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3780918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3781088Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3781346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3781477Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3781693Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3781700Z 2022-12-01T10:30:20.3781767Z ERROR (0.010s) 2022-12-01T10:30:20.3782060Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3782156Z Traceback (most recent call last): 2022-12-01T10:30:20.3782446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3782517Z raise rte 2022-12-01T10:30:20.3782806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3782904Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3783180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3783272Z return test(*args, **kwargs) 2022-12-01T10:30:20.3783455Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3783560Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3783979Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3784114Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3784381Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3784488Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3784790Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3784887Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3785187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3785272Z return op(*args, **kwargs) 2022-12-01T10:30:20.3785545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3785665Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3785959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3786082Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3786349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3786484Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3786733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3786842Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3787078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3787210Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3787453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3787580Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3787859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3787928Z return f(x) 2022-12-01T10:30:20.3788177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3788306Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3788564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3788717Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3788968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3789061Z return self.from_real_tensor( 2022-12-01T10:30:20.3789329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3789458Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3789709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3789822Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3790121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3790255Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3790470Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3790957Z 2022-12-01T10:30:20.3791040Z ERROR (0.000s) 2022-12-01T10:30:20.3791382Z test_aot_autograd_symbolic_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3791472Z expected failure (0.000s) 2022-12-01T10:30:20.3791705Z test_aot_autograd_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:30:20.3791905Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.005s) 2022-12-01T10:30:20.3792195Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3792291Z Traceback (most recent call last): 2022-12-01T10:30:20.3792590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3792661Z raise rte 2022-12-01T10:30:20.3792953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3793054Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3793336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3793426Z return test(*args, **kwargs) 2022-12-01T10:30:20.3793604Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3793709Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3793998Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3794126Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3794392Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3794497Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3794761Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3794918Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3795222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3795310Z return op(*args, **kwargs) 2022-12-01T10:30:20.3795583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3795703Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3796039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3796166Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3796431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3796608Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3796863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3796965Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3797212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3797334Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3797627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3797749Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3797987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3798050Z return f(x) 2022-12-01T10:30:20.3798309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3798431Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3798695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3798845Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3799094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3799187Z return self.from_real_tensor( 2022-12-01T10:30:20.3799456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3799580Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3799831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3799944Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3800202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3800332Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3800540Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3800553Z 2022-12-01T10:30:20.3800614Z ERROR (0.005s) 2022-12-01T10:30:20.3800952Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3801050Z Traceback (most recent call last): 2022-12-01T10:30:20.3801338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3801461Z raise rte 2022-12-01T10:30:20.3801752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3801846Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3802166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3802254Z return test(*args, **kwargs) 2022-12-01T10:30:20.3802432Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3802575Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3802864Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3802988Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3803260Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3803363Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3803628Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3803729Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3804031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3804120Z return op(*args, **kwargs) 2022-12-01T10:30:20.3804438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3804562Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3804861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3805074Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3805347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3805486Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3805739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3805851Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3806096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3806228Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3806478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3806613Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3806847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3806921Z return f(x) 2022-12-01T10:30:20.3807175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3807309Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3807566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3807722Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3808024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3808125Z return self.from_real_tensor( 2022-12-01T10:30:20.3808459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3808583Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3808932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3809041Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3809310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3809488Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3809825Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3809850Z 2022-12-01T10:30:20.3809934Z ERROR (0.005s) 2022-12-01T10:30:20.3810424Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3810590Z Traceback (most recent call last): 2022-12-01T10:30:20.3811055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3811165Z raise rte 2022-12-01T10:30:20.3811606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3811771Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3812298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3812436Z return test(*args, **kwargs) 2022-12-01T10:30:20.3812714Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3812884Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3813323Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3813509Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3813890Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3814042Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3814475Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3814589Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3814900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3814989Z return op(*args, **kwargs) 2022-12-01T10:30:20.3815314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3815439Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3815741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3815869Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3816141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3816280Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3816536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3816649Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3816894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3817102Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3817353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3817483Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3817714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3817788Z return f(x) 2022-12-01T10:30:20.3818163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3818364Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3818786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3819002Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3819356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3819470Z return self.from_real_tensor( 2022-12-01T10:30:20.3819745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3819878Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3820134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3820313Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3820580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3820764Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3820994Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3821003Z 2022-12-01T10:30:20.3821078Z ERROR (0.005s) 2022-12-01T10:30:20.3821393Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3821469Z ERROR (0.005s) 2022-12-01T10:30:20.3821839Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3821947Z Traceback (most recent call last): 2022-12-01T10:30:20.3822245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3822322Z raise rte 2022-12-01T10:30:20.3822616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3822719Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3823002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3823096Z return test(*args, **kwargs) 2022-12-01T10:30:20.3823278Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3823385Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3823683Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3823813Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3824083Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3824242Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3824511Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3824618Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3824918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3825007Z return op(*args, **kwargs) 2022-12-01T10:30:20.3825278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3825407Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3825701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3825829Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3826102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3826240Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3826492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3826603Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3826848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3827069Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3827319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3827453Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3827735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3827812Z return f(x) 2022-12-01T10:30:20.3828109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3828243Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3828506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3828664Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3828919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3829015Z return self.from_real_tensor( 2022-12-01T10:30:20.3829287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3829420Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3829677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3829797Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3830057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3830193Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3830412Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3830422Z 2022-12-01T10:30:20.3830493Z ERROR (0.004s) 2022-12-01T10:30:20.3830814Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3830966Z Traceback (most recent call last): 2022-12-01T10:30:20.3831263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3831336Z raise rte 2022-12-01T10:30:20.3831630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3831730Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3832009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3832105Z return test(*args, **kwargs) 2022-12-01T10:30:20.3832290Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3832398Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3832688Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3832818Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3833132Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3833243Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3833508Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3833608Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3833998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3834092Z return op(*args, **kwargs) 2022-12-01T10:30:20.3834369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3834494Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3834786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3834914Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3835184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3835323Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3835579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3835693Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3835934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3836067Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3836318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3836453Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3836684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3836758Z return f(x) 2022-12-01T10:30:20.3837010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3837188Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3837452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3837605Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3837858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3838004Z return self.from_real_tensor( 2022-12-01T10:30:20.3838279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3838408Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3838658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3838778Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3839077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3839214Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3839432Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3839442Z 2022-12-01T10:30:20.3839515Z ERROR (0.002s) 2022-12-01T10:30:20.3839880Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3839983Z Traceback (most recent call last): 2022-12-01T10:30:20.3840277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3840354Z raise rte 2022-12-01T10:30:20.3840688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3840790Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3841070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3841165Z return test(*args, **kwargs) 2022-12-01T10:30:20.3841348Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3841454Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3841743Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3841872Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3842141Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3842249Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3842513Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3842612Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3842913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3843005Z return op(*args, **kwargs) 2022-12-01T10:30:20.3843279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3843406Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3843702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3843828Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3844099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3844237Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3844489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3844650Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3844897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3845161Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3845414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3845547Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3845783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3845899Z return f(x) 2022-12-01T10:30:20.3846155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3846287Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3846549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3846705Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3846999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3847097Z return self.from_real_tensor( 2022-12-01T10:30:20.3847370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3847499Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3847805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3847923Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3848188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3848325Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3848545Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3848552Z 2022-12-01T10:30:20.3848623Z ERROR (0.003s) 2022-12-01T10:30:20.3848933Z test_aot_autograd_symbolic_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3849024Z expected failure (0.006s) 2022-12-01T10:30:20.3849297Z test_aot_autograd_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:30:20.3849549Z test_aot_autograd_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3849803Z test_aot_autograd_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3850060Z test_aot_autograd_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3850311Z test_aot_autograd_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3850565Z test_aot_autograd_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3850836Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.010s) 2022-12-01T10:30:20.3851106Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3851497Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:20.3851789Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:20.3852071Z test_aot_autograd_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3852306Z test_aot_autograd_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:30:20.3852572Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.011s) 2022-12-01T10:30:20.3852844Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3853056Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.3853359Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3853460Z Traceback (most recent call last): 2022-12-01T10:30:20.3853807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3853883Z raise rte 2022-12-01T10:30:20.3854175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3854281Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3854563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3854653Z return test(*args, **kwargs) 2022-12-01T10:30:20.3854885Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3854999Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3855294Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3855424Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3855695Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3855801Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3856071Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3856168Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3856473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3856562Z return op(*args, **kwargs) 2022-12-01T10:30:20.3856839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3856965Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3857300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3857431Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3857759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3857898Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3858197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3858312Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3858555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3858687Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3858939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3859070Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3859305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3859380Z return f(x) 2022-12-01T10:30:20.3859635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3859766Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3860026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3860180Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3860480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3860580Z return self.from_real_tensor( 2022-12-01T10:30:20.3860851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3860983Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3861235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3861352Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3861613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3861747Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3861968Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3861977Z 2022-12-01T10:30:20.3862091Z ERROR (0.003s) 2022-12-01T10:30:20.3862404Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3862504Z Traceback (most recent call last): 2022-12-01T10:30:20.3862797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3862870Z raise rte 2022-12-01T10:30:20.3863158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3863257Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3863583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3863677Z return test(*args, **kwargs) 2022-12-01T10:30:20.3863865Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3863973Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3864306Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3864492Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3864761Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3864867Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3865131Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3865230Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3865532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3865621Z return op(*args, **kwargs) 2022-12-01T10:30:20.3865892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3866017Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3866315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3866442Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3866712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3866851Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3867103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3867259Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3867506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3867640Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3867886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3868018Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3868249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3868319Z return f(x) 2022-12-01T10:30:20.3868572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3868703Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3868965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3869121Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3869374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3869513Z return self.from_real_tensor( 2022-12-01T10:30:20.3869786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3869915Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3870208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3870327Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3870593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3870728Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3870943Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3870951Z 2022-12-01T10:30:20.3871022Z ERROR (0.004s) 2022-12-01T10:30:20.3871810Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3871956Z Traceback (most recent call last): 2022-12-01T10:30:20.3872257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3872331Z raise rte 2022-12-01T10:30:20.3872624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3872729Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3873010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3873102Z return test(*args, **kwargs) 2022-12-01T10:30:20.3873287Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3873394Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3873683Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3873813Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3874084Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3874192Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3874511Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3874611Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3874913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3875005Z return op(*args, **kwargs) 2022-12-01T10:30:20.3875280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3875443Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3875757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3875927Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3876351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3876562Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3876859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3876975Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3877223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3877356Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3877603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3877734Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3877971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3878046Z return f(x) 2022-12-01T10:30:20.3878303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3878433Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3878697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3878932Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3879188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3879283Z return self.from_real_tensor( 2022-12-01T10:30:20.3879553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3879683Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3879939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3880057Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3880317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3880455Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3880677Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3880686Z 2022-12-01T10:30:20.3880755Z ERROR (0.003s) 2022-12-01T10:30:20.3881061Z test_aot_autograd_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3881146Z expected failure (0.003s) 2022-12-01T10:30:20.3881364Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.3881763Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3881866Z Traceback (most recent call last): 2022-12-01T10:30:20.3882213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3882290Z raise rte 2022-12-01T10:30:20.3882585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3882686Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3882967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3883061Z return test(*args, **kwargs) 2022-12-01T10:30:20.3883242Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3883349Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3883641Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3883774Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3884044Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3884199Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3884467Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3884566Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3884870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3885042Z return op(*args, **kwargs) 2022-12-01T10:30:20.3885324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3885446Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3885801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3885928Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3886198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3886339Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3886604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3886767Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3887013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3887145Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3887390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3887568Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3887804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3887875Z return f(x) 2022-12-01T10:30:20.3888168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3888302Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3888615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3888767Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3889019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3889116Z return self.from_real_tensor( 2022-12-01T10:30:20.3889432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3889563Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3889813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3889929Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3890189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3890325Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3890546Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3890555Z 2022-12-01T10:30:20.3890625Z ERROR (0.003s) 2022-12-01T10:30:20.3890932Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3891030Z Traceback (most recent call last): 2022-12-01T10:30:20.3891318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3891389Z raise rte 2022-12-01T10:30:20.3891681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3891784Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3892061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3892150Z return test(*args, **kwargs) 2022-12-01T10:30:20.3892380Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3892485Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3892773Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3892902Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3893166Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3893270Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3893578Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3893678Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3893979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3894074Z return op(*args, **kwargs) 2022-12-01T10:30:20.3894386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3894509Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3894804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3894930Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3895195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3895383Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3895636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3895751Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3895993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3896127Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3896372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3896503Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3896736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3896809Z return f(x) 2022-12-01T10:30:20.3897064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3897192Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3897451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3897608Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3897857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3897953Z return self.from_real_tensor( 2022-12-01T10:30:20.3898220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3898349Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3898605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3898721Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3899024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3899203Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3899428Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3899436Z 2022-12-01T10:30:20.3899548Z ERROR (0.003s) 2022-12-01T10:30:20.3899856Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3899954Z Traceback (most recent call last): 2022-12-01T10:30:20.3900292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3900357Z raise rte 2022-12-01T10:30:20.3900654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3900753Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3901027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3901119Z return test(*args, **kwargs) 2022-12-01T10:30:20.3901302Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3901408Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3901695Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3901823Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3902518Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3902633Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3902905Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3903006Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3903309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3903399Z return op(*args, **kwargs) 2022-12-01T10:30:20.3903672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3903796Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3904091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3904217Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3904486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3904626Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3904877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3904989Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3905230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3905360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3905658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3905791Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3906026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3906138Z return f(x) 2022-12-01T10:30:20.3906392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3906582Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3906841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3906992Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3907249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3907344Z return self.from_real_tensor( 2022-12-01T10:30:20.3907614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3907741Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3907991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3908111Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3908370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3908500Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3908722Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3908729Z 2022-12-01T10:30:20.3908800Z ERROR (0.003s) 2022-12-01T10:30:20.3909227Z test_aot_autograd_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3909335Z skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3909641Z test_aot_autograd_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:30:20.3909881Z test_aot_autograd_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3910148Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3910402Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3910676Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3911052Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3911370Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.3911746Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3911849Z Traceback (most recent call last): 2022-12-01T10:30:20.3912227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3912303Z raise rte 2022-12-01T10:30:20.3912604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3912706Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3912993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3913155Z return test(*args, **kwargs) 2022-12-01T10:30:20.3913341Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3913446Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3913734Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3913861Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3914131Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3914236Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3914503Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3914603Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3914905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3914994Z return op(*args, **kwargs) 2022-12-01T10:30:20.3915265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3915386Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3915681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3915854Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3916129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3916270Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3916574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3916690Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3916937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3917070Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3917319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3917451Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3917728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3917807Z return f(x) 2022-12-01T10:30:20.3918066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3918242Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3918511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3918668Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3918923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3919023Z return self.from_real_tensor( 2022-12-01T10:30:20.3919297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3919430Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3919691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3919815Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3920129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3920264Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3920485Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3920494Z 2022-12-01T10:30:20.3920566Z ERROR (0.003s) 2022-12-01T10:30:20.3920881Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3920986Z Traceback (most recent call last): 2022-12-01T10:30:20.3921276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3921351Z raise rte 2022-12-01T10:30:20.3921646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3921752Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3922034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3922126Z return test(*args, **kwargs) 2022-12-01T10:30:20.3922309Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3922419Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3922761Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3922894Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3923168Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3923280Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3923637Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3923738Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3924042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3924131Z return op(*args, **kwargs) 2022-12-01T10:30:20.3924456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3924583Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3924879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3925141Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3925419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3925558Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3925810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3925922Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3926167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3926304Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3926555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3926688Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3926926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3927061Z return f(x) 2022-12-01T10:30:20.3927313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3927451Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3927716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3927871Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3928130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3928229Z return self.from_real_tensor( 2022-12-01T10:30:20.3928506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3928638Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3928894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3929016Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3929281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3929418Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3929685Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3929738Z 2022-12-01T10:30:20.3929813Z ERROR (0.003s) 2022-12-01T10:30:20.3930125Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3930272Z Traceback (most recent call last): 2022-12-01T10:30:20.3930570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3930646Z raise rte 2022-12-01T10:30:20.3930937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3931038Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3931316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3931410Z return test(*args, **kwargs) 2022-12-01T10:30:20.3931637Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3931751Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3932045Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3932178Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3932447Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3932556Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3932828Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3932929Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3933232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3933325Z return op(*args, **kwargs) 2022-12-01T10:30:20.3933604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3933781Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3934077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3934208Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3934480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3934620Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3934871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3934989Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3935231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3935370Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3935667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3935804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3936045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3936125Z return f(x) 2022-12-01T10:30:20.3936376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3936551Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3936860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3937017Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3937270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3937371Z return self.from_real_tensor( 2022-12-01T10:30:20.3937641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3937772Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3938025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3938147Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3938415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3938550Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3938772Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3938781Z 2022-12-01T10:30:20.3938857Z ERROR (0.003s) 2022-12-01T10:30:20.3939170Z test_aot_autograd_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3939261Z expected failure (0.003s) 2022-12-01T10:30:20.3939529Z test_aot_autograd_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3939808Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.002s) 2022-12-01T10:30:20.3940082Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3940398Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:30:20.3940755Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:30:20.3941061Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:30:20.3941367Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:20.3941636Z test_aot_autograd_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.3941916Z test_aot_autograd_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:30:20.3942166Z test_aot_autograd_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:30:20.3942387Z test_aot_autograd_symbolic_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3942736Z test_aot_autograd_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3943047Z test_aot_autograd_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3943257Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.3943547Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3943652Z Traceback (most recent call last): 2022-12-01T10:30:20.3943961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3944037Z raise rte 2022-12-01T10:30:20.3944337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3944442Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3944732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3944826Z return test(*args, **kwargs) 2022-12-01T10:30:20.3945011Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3945123Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3945418Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3945549Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3945821Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3945928Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3946197Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3946299Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3946603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3946695Z return op(*args, **kwargs) 2022-12-01T10:30:20.3947020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3947141Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3947439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3947565Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3947840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3948022Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3948275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3948389Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3948675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3948811Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3949059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3949191Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3949426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3949497Z return f(x) 2022-12-01T10:30:20.3949803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3949942Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3950203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3950361Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3950614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3950712Z return self.from_real_tensor( 2022-12-01T10:30:20.3950984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3951114Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3951365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3951484Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3951790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3951928Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3952146Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3952154Z 2022-12-01T10:30:20.3952228Z ERROR (0.004s) 2022-12-01T10:30:20.3952524Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3952626Z Traceback (most recent call last): 2022-12-01T10:30:20.3952922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3952999Z raise rte 2022-12-01T10:30:20.3953288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3953388Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3953718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3953809Z return test(*args, **kwargs) 2022-12-01T10:30:20.3954031Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3954139Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3954427Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3954596Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3954871Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3954980Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3955246Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3955350Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3955656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3955747Z return op(*args, **kwargs) 2022-12-01T10:30:20.3956021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3956144Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3956438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3956618Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3956890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3957030Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3957286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3957412Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3957811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3957951Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3958201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3958334Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3958573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3958648Z return f(x) 2022-12-01T10:30:20.3958899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3959033Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3959291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3959446Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3959734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3959830Z return self.from_real_tensor( 2022-12-01T10:30:20.3960147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3960278Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3960571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3960758Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3961026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3961165Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3961386Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3961394Z 2022-12-01T10:30:20.3961467Z ERROR (0.003s) 2022-12-01T10:30:20.3961764Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3961869Z Traceback (most recent call last): 2022-12-01T10:30:20.3962163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3962235Z raise rte 2022-12-01T10:30:20.3962529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3962629Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3962911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3963002Z return test(*args, **kwargs) 2022-12-01T10:30:20.3963185Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3963294Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3963633Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3963764Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3964037Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3964147Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3964412Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3964513Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3964818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3964908Z return op(*args, **kwargs) 2022-12-01T10:30:20.3965280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3965406Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3965723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3965853Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3966173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3966313Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3966605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3966721Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3966964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3967100Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3967350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3967482Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3967771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3967845Z return f(x) 2022-12-01T10:30:20.3968098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3968234Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3968493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3968649Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3968902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3968998Z return self.from_real_tensor( 2022-12-01T10:30:20.3969264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3969395Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3969650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3969768Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3970076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3970214Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3970480Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3970489Z 2022-12-01T10:30:20.3970563Z ERROR (0.004s) 2022-12-01T10:30:20.3970861Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3970935Z ERROR (0.003s) 2022-12-01T10:30:20.3971229Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.3971327Z Traceback (most recent call last): 2022-12-01T10:30:20.3971622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3971698Z raise rte 2022-12-01T10:30:20.3972095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3972199Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3972506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3972645Z return test(*args, **kwargs) 2022-12-01T10:30:20.3972835Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3972945Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3973237Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3973369Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3973639Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3973745Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3974014Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3974114Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3974416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3974562Z return op(*args, **kwargs) 2022-12-01T10:30:20.3974838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3974962Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3975260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3975389Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3975664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3975809Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3976059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3976176Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3976419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3976553Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3976797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3976931Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3977165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3977238Z return f(x) 2022-12-01T10:30:20.3977534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3977669Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3977971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3978135Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3978427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3978523Z return self.from_real_tensor( 2022-12-01T10:30:20.3978841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3978970Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3979228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3979349Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3979611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3979750Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3979971Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3979979Z 2022-12-01T10:30:20.3980053Z ERROR (0.003s) 2022-12-01T10:30:20.3980351Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.3980452Z Traceback (most recent call last): 2022-12-01T10:30:20.3980748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3980823Z raise rte 2022-12-01T10:30:20.3981116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3981678Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3981966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3982061Z return test(*args, **kwargs) 2022-12-01T10:30:20.3982244Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3982352Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3982643Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3982773Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3983051Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3983159Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3983426Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3983530Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3983838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3983931Z return op(*args, **kwargs) 2022-12-01T10:30:20.3984256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3984381Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3984778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3984912Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3985185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3985326Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3985579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3985693Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3985939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3986070Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3986317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3986452Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3986684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3986757Z return f(x) 2022-12-01T10:30:20.3987015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3987147Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3987408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3987562Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3987814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3987911Z return self.from_real_tensor( 2022-12-01T10:30:20.3988231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3988364Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3988623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3988791Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3989051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3989185Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3989404Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3989413Z 2022-12-01T10:30:20.3989483Z ERROR (0.004s) 2022-12-01T10:30:20.3989787Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.3989889Z Traceback (most recent call last): 2022-12-01T10:30:20.3990232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.3990311Z raise rte 2022-12-01T10:30:20.3990645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.3990750Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.3991033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.3991127Z return test(*args, **kwargs) 2022-12-01T10:30:20.3991308Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.3991464Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.3991754Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.3991883Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.3992154Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.3992262Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.3992525Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.3992624Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.3992930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.3993020Z return op(*args, **kwargs) 2022-12-01T10:30:20.3993296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.3993419Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.3993719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.3993849Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.3994118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.3994261Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.3994513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.3994626Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.3994871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.3995004Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3995250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.3995429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.3995667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.3995739Z return f(x) 2022-12-01T10:30:20.3996032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.3996167Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.3996428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.3996620Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.3996878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.3996976Z return self.from_real_tensor( 2022-12-01T10:30:20.3997288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.3997424Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.3997675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.3997795Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.3998051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.3998185Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.3998451Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.3998459Z 2022-12-01T10:30:20.3998534Z ERROR (0.003s) 2022-12-01T10:30:20.3998837Z test_aot_autograd_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.3998929Z expected failure (0.003s) 2022-12-01T10:30:20.3999140Z test_aot_autograd_symbolic_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.3999361Z test_aot_autograd_symbolic_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.3999584Z test_aot_autograd_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.3999805Z test_aot_autograd_symbolic_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4000014Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.015s) 2022-12-01T10:30:20.4000297Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4000398Z Traceback (most recent call last): 2022-12-01T10:30:20.4000696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4000770Z raise rte 2022-12-01T10:30:20.4001063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4001166Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4001454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4001551Z return test(*args, **kwargs) 2022-12-01T10:30:20.4001733Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4001846Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4002227Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4002361Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4002672Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4002785Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4003055Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4003155Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4003464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4003556Z return op(*args, **kwargs) 2022-12-01T10:30:20.4003832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4003962Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4004259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4004388Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4004662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4004803Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4005197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4005315Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4005564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4005702Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4005953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4006088Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4006326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4006401Z return f(x) 2022-12-01T10:30:20.4006655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4006791Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4007056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4007212Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4007467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4007566Z return self.from_real_tensor( 2022-12-01T10:30:20.4007883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4008060Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4008319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4008441Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4008745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4008884Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4009105Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4009161Z 2022-12-01T10:30:20.4009236Z ERROR (0.006s) 2022-12-01T10:30:20.4009529Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4009631Z Traceback (most recent call last): 2022-12-01T10:30:20.4009930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4010010Z raise rte 2022-12-01T10:30:20.4010308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4010411Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4010689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4010786Z return test(*args, **kwargs) 2022-12-01T10:30:20.4010969Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4011079Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4011371Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4011502Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4011776Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4012321Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4012604Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4012708Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4013016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4013107Z return op(*args, **kwargs) 2022-12-01T10:30:20.4013381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4013554Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4013855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4013985Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4014308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4014449Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4014746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4014869Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4015112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4015247Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4015494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4015630Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4015873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4015947Z return f(x) 2022-12-01T10:30:20.4016199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4016394Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4016660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4016817Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4017072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4017170Z return self.from_real_tensor( 2022-12-01T10:30:20.4017446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4017583Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4017837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4017958Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4018220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4018358Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4018579Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4018586Z 2022-12-01T10:30:20.4018659Z ERROR (0.023s) 2022-12-01T10:30:20.4018950Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4019105Z Traceback (most recent call last): 2022-12-01T10:30:20.4019403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4019479Z raise rte 2022-12-01T10:30:20.4019771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4019877Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4020204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4020299Z return test(*args, **kwargs) 2022-12-01T10:30:20.4020485Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4020594Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4020927Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4021061Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4021334Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4021445Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4021751Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4021857Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4022161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4022255Z return op(*args, **kwargs) 2022-12-01T10:30:20.4022532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4022662Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4022960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4023088Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4023411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4023550Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4023806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4023923Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4024167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4024301Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4024553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4024687Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4024920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4024997Z return f(x) 2022-12-01T10:30:20.4025249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4025386Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4025647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4025806Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4026151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4026255Z return self.from_real_tensor( 2022-12-01T10:30:20.4026531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4026664Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4026966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4027083Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4027341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4027476Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4027700Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4027707Z 2022-12-01T10:30:20.4027785Z ERROR (0.015s) 2022-12-01T10:30:20.4028081Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4028156Z ERROR (0.038s) 2022-12-01T10:30:20.4028441Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4028542Z Traceback (most recent call last): 2022-12-01T10:30:20.4028838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4028916Z raise rte 2022-12-01T10:30:20.4029211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4029317Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4029602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4029696Z return test(*args, **kwargs) 2022-12-01T10:30:20.4029879Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4030041Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4030333Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4030464Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4030736Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4030846Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4031113Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4031214Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4031518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4031611Z return op(*args, **kwargs) 2022-12-01T10:30:20.4031887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4032014Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4032356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4032529Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4032845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4033038Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4033301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4033416Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4033662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4033797Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4034048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4034183Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4034420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4034494Z return f(x) 2022-12-01T10:30:20.4034751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4034888Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4035148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4035308Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4035560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4035658Z return self.from_real_tensor( 2022-12-01T10:30:20.4035930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4036066Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4036324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4036443Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4036707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4036844Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4037117Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4037125Z 2022-12-01T10:30:20.4037198Z ERROR (0.050s) 2022-12-01T10:30:20.4037488Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4037591Z Traceback (most recent call last): 2022-12-01T10:30:20.4037885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4037963Z raise rte 2022-12-01T10:30:20.4038298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4038401Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4038681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4038778Z return test(*args, **kwargs) 2022-12-01T10:30:20.4039002Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4039114Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4039405Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4039539Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4039860Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4039971Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4040240Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4040345Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4040648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4040739Z return op(*args, **kwargs) 2022-12-01T10:30:20.4041056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4041184Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4041480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4041612Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4041887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4042030Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4042288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4042402Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4042646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4042781Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4043029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4043163Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4043399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4043474Z return f(x) 2022-12-01T10:30:20.4043726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4043908Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4044213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4044371Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4044624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4044722Z return self.from_real_tensor( 2022-12-01T10:30:20.4045138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4045271Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4045524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4045645Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4045907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4046043Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4046261Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4046269Z 2022-12-01T10:30:20.4046344Z ERROR (0.044s) 2022-12-01T10:30:20.4046687Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4046792Z Traceback (most recent call last): 2022-12-01T10:30:20.4047088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4047164Z raise rte 2022-12-01T10:30:20.4047457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4047558Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4047844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4047984Z return test(*args, **kwargs) 2022-12-01T10:30:20.4048173Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4048282Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4048580Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4048711Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4048984Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4049095Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4049364Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4049465Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4049767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4049859Z return op(*args, **kwargs) 2022-12-01T10:30:20.4050137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4050304Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4050605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4050785Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4051055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4051236Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4051491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4051602Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4051845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4051980Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4052226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4052363Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4052600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4052674Z return f(x) 2022-12-01T10:30:20.4052923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4053056Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4053316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4053472Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4053771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4053870Z return self.from_real_tensor( 2022-12-01T10:30:20.4054144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4054277Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4054531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4054650Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4054912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4055046Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4055269Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4055277Z 2022-12-01T10:30:20.4055351Z ERROR (0.045s) 2022-12-01T10:30:20.4055649Z test_aot_autograd_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4055741Z expected failure (0.014s) 2022-12-01T10:30:20.4055965Z test_aot_autograd_symbolic_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.371s) 2022-12-01T10:30:20.4056238Z test_aot_autograd_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:30:20.4056503Z test_aot_autograd_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.4056710Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.4056996Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4057137Z Traceback (most recent call last): 2022-12-01T10:30:20.4057441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4057571Z raise rte 2022-12-01T10:30:20.4057869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4057971Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4058252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4058344Z return test(*args, **kwargs) 2022-12-01T10:30:20.4058527Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4058637Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4058928Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4059060Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4059336Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4059444Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4059711Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4059811Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4060114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4060207Z return op(*args, **kwargs) 2022-12-01T10:30:20.4060525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4060654Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4060952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4061083Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4061355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4061495Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4061749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4061865Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4062111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4062243Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4062537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4062677Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4062913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4062986Z return f(x) 2022-12-01T10:30:20.4063317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4063454Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4063717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4063876Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4064129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4064227Z return self.from_real_tensor( 2022-12-01T10:30:20.4064553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4064682Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4064937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4065058Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4065322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4065460Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4065684Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4065692Z 2022-12-01T10:30:20.4065766Z ERROR (0.003s) 2022-12-01T10:30:20.4066053Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4066157Z Traceback (most recent call last): 2022-12-01T10:30:20.4066455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4066535Z raise rte 2022-12-01T10:30:20.4066832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4066934Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4067260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4067354Z return test(*args, **kwargs) 2022-12-01T10:30:20.4067540Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4067653Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4067946Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4068079Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4068351Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4068501Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4068773Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4068877Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4069220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4069317Z return op(*args, **kwargs) 2022-12-01T10:30:20.4069597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4069724Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4070023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4070153Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4070426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4070609Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4070873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4070989Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4071235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4071420Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4071670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4071804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4072042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4072118Z return f(x) 2022-12-01T10:30:20.4072374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4072509Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4072774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4072935Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4073192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4073291Z return self.from_real_tensor( 2022-12-01T10:30:20.4073566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4073698Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4073954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4074115Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4074378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4074557Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4074788Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4074795Z 2022-12-01T10:30:20.4074871Z ERROR (0.004s) 2022-12-01T10:30:20.4075201Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4075308Z Traceback (most recent call last): 2022-12-01T10:30:20.4075607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4075684Z raise rte 2022-12-01T10:30:20.4075979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4076081Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4076403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4076504Z return test(*args, **kwargs) 2022-12-01T10:30:20.4076688Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4076801Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4077092Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4077225Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4077499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4077609Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4077877Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4077978Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4078334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4078428Z return op(*args, **kwargs) 2022-12-01T10:30:20.4078703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4078831Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4079130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4079263Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4079533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4079674Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4079934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4080051Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4080296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4080468Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4080727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4080862Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4081183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4081264Z return f(x) 2022-12-01T10:30:20.4081519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4081656Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4081917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4082073Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4082328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4082429Z return self.from_real_tensor( 2022-12-01T10:30:20.4082744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4082881Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4083136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4083254Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4083522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4083659Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4083882Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4083889Z 2022-12-01T10:30:20.4083963Z ERROR (0.004s) 2022-12-01T10:30:20.4084263Z test_aot_autograd_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4084356Z expected failure (0.004s) 2022-12-01T10:30:20.4084582Z test_aot_autograd_symbolic_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4084778Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.4085205Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4085315Z Traceback (most recent call last): 2022-12-01T10:30:20.4085615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4085706Z raise rte 2022-12-01T10:30:20.4085998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4086104Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4086392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4086531Z return test(*args, **kwargs) 2022-12-01T10:30:20.4086722Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4086834Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4087167Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4087304Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4087579Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4087690Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4088005Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4088110Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4088416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4088513Z return op(*args, **kwargs) 2022-12-01T10:30:20.4088791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4088917Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4089217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4089348Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4089636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4089763Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4090031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4090132Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4090393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4090515Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4090775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4090895Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4091144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4091205Z return f(x) 2022-12-01T10:30:20.4091463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4096558Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4096872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4097541Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4097824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4097912Z return self.from_real_tensor( 2022-12-01T10:30:20.4098213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4098351Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4098669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4098789Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4099058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4099244Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4099463Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4099483Z 2022-12-01T10:30:20.4099545Z ERROR (0.003s) 2022-12-01T10:30:20.4099845Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4099951Z Traceback (most recent call last): 2022-12-01T10:30:20.4100319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4100400Z raise rte 2022-12-01T10:30:20.4100696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4100799Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4101080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4101176Z return test(*args, **kwargs) 2022-12-01T10:30:20.4101405Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4101519Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4101813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4101942Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4102218Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4102325Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4102598Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4102700Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4103008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4103099Z return op(*args, **kwargs) 2022-12-01T10:30:20.4103373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4103496Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4103796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4103923Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4104193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4104389Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4104686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4104800Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4105044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4105215Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4105468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4105604Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4105845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4105918Z return f(x) 2022-12-01T10:30:20.4106169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4106305Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4106564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4106720Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4106984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4107082Z return self.from_real_tensor( 2022-12-01T10:30:20.4107397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4107527Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4107782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4107905Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4108210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4108349Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4108570Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4108578Z 2022-12-01T10:30:20.4108649Z ERROR (0.000s) 2022-12-01T10:30:20.4108944Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4109045Z Traceback (most recent call last): 2022-12-01T10:30:20.4109338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4109414Z raise rte 2022-12-01T10:30:20.4109703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4109806Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4110090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4110181Z return test(*args, **kwargs) 2022-12-01T10:30:20.4110362Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4110508Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4110803Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4110935Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4111245Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4111407Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4111674Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4111772Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4112074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4112164Z return op(*args, **kwargs) 2022-12-01T10:30:20.4112444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4112566Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4112867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4112997Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4113266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4113407Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4113661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4113772Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4114054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4114233Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4114485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4114618Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4114854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4114927Z return f(x) 2022-12-01T10:30:20.4115180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4115312Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4115568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4115724Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4115976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4116072Z return self.from_real_tensor( 2022-12-01T10:30:20.4116344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4116517Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4116771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4116890Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4117193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4117330Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4117556Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4117564Z 2022-12-01T10:30:20.4117636Z ERROR (0.006s) 2022-12-01T10:30:20.4117928Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4118048Z ERROR (0.000s) 2022-12-01T10:30:20.4118335Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4118436Z Traceback (most recent call last): 2022-12-01T10:30:20.4118733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4118807Z raise rte 2022-12-01T10:30:20.4119101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4119204Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4119483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4119577Z return test(*args, **kwargs) 2022-12-01T10:30:20.4119761Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4119866Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4120201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4120331Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4120601Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4120709Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4121020Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4121124Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4121431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4121528Z return op(*args, **kwargs) 2022-12-01T10:30:20.4121800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4121923Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4122219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4122346Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4122667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4122809Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4123105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4123227Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4123472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4123605Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4123853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4123985Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4124223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4124296Z return f(x) 2022-12-01T10:30:20.4124550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4124684Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4125084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4125244Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4125497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4125596Z return self.from_real_tensor( 2022-12-01T10:30:20.4125873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4126005Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4126262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4126383Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4126645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4126783Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4127004Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4127012Z 2022-12-01T10:30:20.4127084Z ERROR (0.000s) 2022-12-01T10:30:20.4127423Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4127527Z Traceback (most recent call last): 2022-12-01T10:30:20.4128243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4128333Z raise rte 2022-12-01T10:30:20.4128680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4128788Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4129114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4129210Z return test(*args, **kwargs) 2022-12-01T10:30:20.4129390Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4129498Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4129791Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4129924Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4130196Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4130304Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4130571Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4130667Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4130968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4131058Z return op(*args, **kwargs) 2022-12-01T10:30:20.4131331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4131454Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4131752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4131881Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4132150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4132346Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4132600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4132714Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4132958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4133091Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4133345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4133478Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4133711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4133786Z return f(x) 2022-12-01T10:30:20.4134034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4134167Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4134469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4134626Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4134877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4135024Z return self.from_real_tensor( 2022-12-01T10:30:20.4135383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4135519Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4135775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4135893Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4136148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4136281Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4136505Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4136514Z 2022-12-01T10:30:20.4136584Z ERROR (0.012s) 2022-12-01T10:30:20.4136877Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4136978Z Traceback (most recent call last): 2022-12-01T10:30:20.4137275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4137351Z raise rte 2022-12-01T10:30:20.4137643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4137749Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4138033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4138129Z return test(*args, **kwargs) 2022-12-01T10:30:20.4138315Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4138423Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4138717Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4138850Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4139175Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4139283Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4139545Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4139648Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4139954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4140050Z return op(*args, **kwargs) 2022-12-01T10:30:20.4140321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4140448Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4140744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4140876Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4141149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4141291Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4141547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4141663Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4141946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4142083Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4142335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4142473Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4142752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4142830Z return f(x) 2022-12-01T10:30:20.4143086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4143215Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4143475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4143633Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4143887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4143987Z return self.from_real_tensor( 2022-12-01T10:30:20.4144264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4144397Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4144652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4144775Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4145036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4145176Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4145403Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4145444Z 2022-12-01T10:30:20.4145525Z ERROR (0.003s) 2022-12-01T10:30:20.4145833Z test_aot_autograd_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4145977Z expected failure (0.003s) 2022-12-01T10:30:20.4146250Z test_aot_autograd_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4146462Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.025s) 2022-12-01T10:30:20.4146756Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4146861Z Traceback (most recent call last): 2022-12-01T10:30:20.4147164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4147246Z raise rte 2022-12-01T10:30:20.4147544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4147650Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4147933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4148030Z return test(*args, **kwargs) 2022-12-01T10:30:20.4148216Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4148326Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4148667Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4148802Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4149079Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4149194Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4149463Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4149562Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4149864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4149960Z return op(*args, **kwargs) 2022-12-01T10:30:20.4150235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4150406Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4150706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4150841Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4151112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4151249Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4151506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4151618Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4151864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4152000Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4152251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4152382Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4152670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4152744Z return f(x) 2022-12-01T10:30:20.4152998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4153135Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4153396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4153552Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4153806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4153902Z return self.from_real_tensor( 2022-12-01T10:30:20.4154174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4154307Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4154561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4154680Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4154940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4155077Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4155298Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4155346Z 2022-12-01T10:30:20.4155420Z ERROR (0.022s) 2022-12-01T10:30:20.4155713Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4155816Z Traceback (most recent call last): 2022-12-01T10:30:20.4156112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4156188Z raise rte 2022-12-01T10:30:20.4156476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4156578Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4156859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4156953Z return test(*args, **kwargs) 2022-12-01T10:30:20.4157135Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4157243Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4157533Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4157665Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4157980Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4158094Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4158361Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4158460Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4158764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4158854Z return op(*args, **kwargs) 2022-12-01T10:30:20.4159134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4159309Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4159605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4159733Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4160002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4160141Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4160392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4160507Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4160750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4160884Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4161134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4161266Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4161543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4161619Z return f(x) 2022-12-01T10:30:20.4161872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4162006Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4162358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4162518Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4162772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4162875Z return self.from_real_tensor( 2022-12-01T10:30:20.4163144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4163274Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4163526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4163644Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4163909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4164042Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4164263Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4164272Z 2022-12-01T10:30:20.4164344Z ERROR (0.024s) 2022-12-01T10:30:20.4164637Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4164742Z Traceback (most recent call last): 2022-12-01T10:30:20.4165138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4165218Z raise rte 2022-12-01T10:30:20.4165513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4165616Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4165899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4165990Z return test(*args, **kwargs) 2022-12-01T10:30:20.4166229Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4166337Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4166630Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4166763Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4167035Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4167147Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4167418Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4167514Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4167815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4167909Z return op(*args, **kwargs) 2022-12-01T10:30:20.4168224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4168353Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4168654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4168783Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4169101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4169242Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4169497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4169614Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4169858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4169991Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4170236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4170369Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4170604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4170676Z return f(x) 2022-12-01T10:30:20.4170930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4171064Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4171323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4171480Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4171734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4171830Z return self.from_real_tensor( 2022-12-01T10:30:20.4172103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4172235Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4172488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4172605Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4172868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4173047Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4173270Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4173277Z 2022-12-01T10:30:20.4173347Z ERROR (0.023s) 2022-12-01T10:30:20.4173638Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4173708Z ERROR (0.004s) 2022-12-01T10:30:20.4173993Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_to_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4174094Z Traceback (most recent call last): 2022-12-01T10:30:20.4174390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4174505Z raise rte 2022-12-01T10:30:20.4174809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4174913Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4175191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4175280Z return test(*args, **kwargs) 2022-12-01T10:30:20.4175462Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4175623Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4175917Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4176046Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4176315Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4176427Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4176692Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4176789Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4177087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4177177Z return op(*args, **kwargs) 2022-12-01T10:30:20.4177449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4177574Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4177869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4178000Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4178272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4178411Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4178661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4178773Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4179017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4179150Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4179398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4179530Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4179814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4179887Z return f(x) 2022-12-01T10:30:20.4180135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4180268Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4180531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4180688Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4180941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4181041Z return self.from_real_tensor( 2022-12-01T10:30:20.4181311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4181441Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4181697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4181815Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4182073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4182206Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4182469Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4182477Z 2022-12-01T10:30:20.4182554Z ERROR (0.004s) 2022-12-01T10:30:20.4182884Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_to_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4182987Z Traceback (most recent call last): 2022-12-01T10:30:20.4183281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4183357Z raise rte 2022-12-01T10:30:20.4183649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4183746Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4184026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4184116Z return test(*args, **kwargs) 2022-12-01T10:30:20.4184296Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4184403Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4184695Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4184824Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4185095Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4185202Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4185467Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4185565Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4185869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4185958Z return op(*args, **kwargs) 2022-12-01T10:30:20.4186228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4186402Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4186700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4186827Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4187095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4187233Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4187484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4187600Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4187884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4188026Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4188276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4188410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4188644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4188716Z return f(x) 2022-12-01T10:30:20.4188964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4189147Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4189412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4189568Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4189824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4189923Z return self.from_real_tensor( 2022-12-01T10:30:20.4190197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4190329Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4190583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4190707Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4190971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4191107Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4191328Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4191338Z 2022-12-01T10:30:20.4191412Z ERROR (0.004s) 2022-12-01T10:30:20.4191702Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_to_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4191804Z Traceback (most recent call last): 2022-12-01T10:30:20.4192096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4192172Z raise rte 2022-12-01T10:30:20.4192467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4192614Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4192897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4193041Z return test(*args, **kwargs) 2022-12-01T10:30:20.4193267Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4193381Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4193675Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4193808Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4194082Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4194196Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4194465Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4194566Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4194867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4194960Z return op(*args, **kwargs) 2022-12-01T10:30:20.4195238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4195364Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4195663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4195794Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4196110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4196252Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4196506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4196626Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4196870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4197004Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4197258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4197392Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4197632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4197704Z return f(x) 2022-12-01T10:30:20.4197959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4198091Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4198355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4198509Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4198761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4198860Z return self.from_real_tensor( 2022-12-01T10:30:20.4199131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4199264Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4199564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4199680Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4199940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4200128Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4200345Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4200352Z 2022-12-01T10:30:20.4200423Z ERROR (0.004s) 2022-12-01T10:30:20.4200717Z test_aot_autograd_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_to_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4200804Z expected failure (0.003s) 2022-12-01T10:30:20.4201029Z test_aot_autograd_symbolic_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4201243Z test_aot_autograd_symbolic_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4201459Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.4201760Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4201861Z Traceback (most recent call last): 2022-12-01T10:30:20.4202154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4202228Z raise rte 2022-12-01T10:30:20.4202563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4202666Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4202943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4203035Z return test(*args, **kwargs) 2022-12-01T10:30:20.4203218Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4203325Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4203616Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4203748Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4204015Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4204124Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4204388Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4204488Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4204787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4204881Z return op(*args, **kwargs) 2022-12-01T10:30:20.4205250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4205381Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4205674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4205802Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4206075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4206215Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4206469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4207025Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4207269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4207403Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4207655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4207788Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4208026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4208098Z return f(x) 2022-12-01T10:30:20.4208349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4208483Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4208750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4208906Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4209162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4209308Z return self.from_real_tensor( 2022-12-01T10:30:20.4209583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4209762Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4210028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4210136Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4210405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4210531Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4210750Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4210767Z 2022-12-01T10:30:20.4210828Z ERROR (0.007s) 2022-12-01T10:30:20.4211133Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4211233Z Traceback (most recent call last): 2022-12-01T10:30:20.4211527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4211602Z raise rte 2022-12-01T10:30:20.4211893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4211996Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4212275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4212364Z return test(*args, **kwargs) 2022-12-01T10:30:20.4212548Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4212654Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4212945Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4213075Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4213346Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4213454Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4213766Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4213864Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4214161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4214252Z return op(*args, **kwargs) 2022-12-01T10:30:20.4214524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4214644Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4214935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4215059Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4215327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4215467Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4215718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4215829Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4216071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4216202Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4216486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4216619Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4216852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4216923Z return f(x) 2022-12-01T10:30:20.4217173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4217304Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4217563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4217717Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4217973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4218073Z return self.from_real_tensor( 2022-12-01T10:30:20.4218342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4218471Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4218726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4218886Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4219153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4219286Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4219505Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4219513Z 2022-12-01T10:30:20.4219584Z ERROR (0.003s) 2022-12-01T10:30:20.4219892Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4219992Z Traceback (most recent call last): 2022-12-01T10:30:20.4220332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4220404Z raise rte 2022-12-01T10:30:20.4220696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4220801Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4221079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4221169Z return test(*args, **kwargs) 2022-12-01T10:30:20.4221350Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4221455Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4221740Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4221870Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4222138Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4222249Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4222513Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4222611Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4222912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4223044Z return op(*args, **kwargs) 2022-12-01T10:30:20.4223319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4223442Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4223739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4223871Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4224141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4224278Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4224528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4224641Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4224928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4225060Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4225309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4225446Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4225683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4225756Z return f(x) 2022-12-01T10:30:20.4226007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4226135Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4226398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4226552Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4226805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4226954Z return self.from_real_tensor( 2022-12-01T10:30:20.4227226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4227356Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4227608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4227726Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4227989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4228126Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4228344Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4228352Z 2022-12-01T10:30:20.4228424Z ERROR (0.003s) 2022-12-01T10:30:20.4228730Z test_aot_autograd_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4228816Z expected failure (0.004s) 2022-12-01T10:30:20.4229041Z test_aot_autograd_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.4229278Z test_aot_autograd_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.4229482Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.4229812Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4229913Z Traceback (most recent call last): 2022-12-01T10:30:20.4230212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4230288Z raise rte 2022-12-01T10:30:20.4230580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4230681Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4230958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4231049Z return test(*args, **kwargs) 2022-12-01T10:30:20.4231229Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4231338Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4231668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4231808Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4232077Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4232187Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4232454Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4232555Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4232856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4232947Z return op(*args, **kwargs) 2022-12-01T10:30:20.4233223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4233346Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4233692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4233820Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4234087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4234226Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4234476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4234590Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4234832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4234966Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4235214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4235348Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4235579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4235652Z return f(x) 2022-12-01T10:30:20.4235902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4236036Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4236695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4236865Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4237122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4237223Z return self.from_real_tensor( 2022-12-01T10:30:20.4237493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4237625Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4237878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4238001Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4238263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4238400Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4238620Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4238629Z 2022-12-01T10:30:20.4238701Z ERROR (0.004s) 2022-12-01T10:30:20.4238998Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4239100Z Traceback (most recent call last): 2022-12-01T10:30:20.4239392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4239464Z raise rte 2022-12-01T10:30:20.4239756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4239857Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4240136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4240227Z return test(*args, **kwargs) 2022-12-01T10:30:20.4240407Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4240567Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4240913Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4241045Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4241317Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4241428Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4241697Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4241801Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4242104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4242195Z return op(*args, **kwargs) 2022-12-01T10:30:20.4242469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4242596Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4242890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4243022Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4243295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4243483Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4243740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4243857Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4244103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4244241Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4244489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4244624Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4244859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4245014Z return f(x) 2022-12-01T10:30:20.4245268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4245450Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4245716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4245877Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4246134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4246232Z return self.from_real_tensor( 2022-12-01T10:30:20.4246507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4246639Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4246894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4247014Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4247276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4247414Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4247691Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4247699Z 2022-12-01T10:30:20.4247774Z ERROR (0.004s) 2022-12-01T10:30:20.4248070Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4248172Z Traceback (most recent call last): 2022-12-01T10:30:20.4248467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4248547Z raise rte 2022-12-01T10:30:20.4248888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4248993Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4249316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4249411Z return test(*args, **kwargs) 2022-12-01T10:30:20.4249594Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4249701Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4249990Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4250120Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4250435Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4250546Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4250813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4250920Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4251221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4251313Z return op(*args, **kwargs) 2022-12-01T10:30:20.4251586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4251710Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4252005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4252135Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4252405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4252545Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4252802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4252915Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4253157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4253295Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4253590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4253726Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4253962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4254039Z return f(x) 2022-12-01T10:30:20.4254289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4254470Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4254773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4254930Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4255185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4255320Z return self.from_real_tensor( 2022-12-01T10:30:20.4255598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4255730Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4255981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4256101Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4256364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4256498Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4256720Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4256728Z 2022-12-01T10:30:20.4256800Z ERROR (0.004s) 2022-12-01T10:30:20.4257139Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4257213Z ERROR (0.003s) 2022-12-01T10:30:20.4257498Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4257601Z Traceback (most recent call last): 2022-12-01T10:30:20.4257895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4257969Z raise rte 2022-12-01T10:30:20.4258263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4258365Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4258646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4258740Z return test(*args, **kwargs) 2022-12-01T10:30:20.4258922Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4259031Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4259322Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4259454Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4259722Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4259830Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4260096Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4260194Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4260500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4260589Z return op(*args, **kwargs) 2022-12-01T10:30:20.4260908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4261084Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4261427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4261550Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4261859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4262001Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4262255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4262368Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4262610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4262741Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4262994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4263129Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4263361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4263433Z return f(x) 2022-12-01T10:30:20.4263684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4263818Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4264125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4264280Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4264532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4264633Z return self.from_real_tensor( 2022-12-01T10:30:20.4264905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4265033Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4265285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4265402Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4265667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4265800Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4266018Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4266028Z 2022-12-01T10:30:20.4266101Z ERROR (0.003s) 2022-12-01T10:30:20.4266394Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4266494Z Traceback (most recent call last): 2022-12-01T10:30:20.4266788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4266864Z raise rte 2022-12-01T10:30:20.4267200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4267302Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4267580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4267674Z return test(*args, **kwargs) 2022-12-01T10:30:20.4267944Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4268051Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4268336Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4268468Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4268779Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4268891Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4269159Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4269258Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4269560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4269654Z return op(*args, **kwargs) 2022-12-01T10:30:20.4269927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4270050Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4270348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4270476Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4270799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4270939Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4271192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4271306Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4271548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4271678Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4271924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4272052Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4272285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4272356Z return f(x) 2022-12-01T10:30:20.4272606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4272735Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4272993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4273190Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4273443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4273539Z return self.from_real_tensor( 2022-12-01T10:30:20.4273850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4273982Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4274238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4274355Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4274614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4274792Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4275011Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4275018Z 2022-12-01T10:30:20.4275086Z ERROR (0.000s) 2022-12-01T10:30:20.4275379Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4275480Z Traceback (most recent call last): 2022-12-01T10:30:20.4275775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4275848Z raise rte 2022-12-01T10:30:20.4276138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4276241Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4276515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4276606Z return test(*args, **kwargs) 2022-12-01T10:30:20.4276827Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4276942Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4277232Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4277408Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4277679Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4277785Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4278051Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4278150Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4278456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4278546Z return op(*args, **kwargs) 2022-12-01T10:30:20.4278815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4278939Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4279279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4279411Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4279719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4279862Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4280115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4280226Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4280469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4280599Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4280847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4280977Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4281206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4281275Z return f(x) 2022-12-01T10:30:20.4281572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4281702Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4281960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4282115Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4282364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4282460Z return self.from_real_tensor( 2022-12-01T10:30:20.4282732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4282862Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4283112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4283232Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4283489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4283620Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4283838Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4283845Z 2022-12-01T10:30:20.4283915Z ERROR (0.006s) 2022-12-01T10:30:20.4284253Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4284327Z ERROR (0.023s) 2022-12-01T10:30:20.4284634Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4284736Z Traceback (most recent call last): 2022-12-01T10:30:20.4285146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4285229Z raise rte 2022-12-01T10:30:20.4285521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4285627Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4285960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4286053Z return test(*args, **kwargs) 2022-12-01T10:30:20.4286235Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4286344Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4286637Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4286766Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4287035Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4287141Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4287401Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4287497Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4287842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4287932Z return op(*args, **kwargs) 2022-12-01T10:30:20.4288206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4288381Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4288677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4288802Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4289070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4289208Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4289460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4289571Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4289809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4289946Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4290193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4290323Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4290556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4290626Z return f(x) 2022-12-01T10:30:20.4290875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4291053Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4291358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4291516Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4291811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4291912Z return self.from_real_tensor( 2022-12-01T10:30:20.4292184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4292315Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4292569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4292686Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4292947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4293081Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4293299Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4293309Z 2022-12-01T10:30:20.4293379Z ERROR (0.020s) 2022-12-01T10:30:20.4293692Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4293833Z Traceback (most recent call last): 2022-12-01T10:30:20.4294130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4294203Z raise rte 2022-12-01T10:30:20.4294498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4294597Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4294875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4295015Z return test(*args, **kwargs) 2022-12-01T10:30:20.4295197Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4295303Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4295591Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4295719Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4295987Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4296094Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4296359Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4296457Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4296759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4296850Z return op(*args, **kwargs) 2022-12-01T10:30:20.4297165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4297289Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4297585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4297798Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4298077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4298218Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4298472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4298586Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4298827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4298959Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4299209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4299342Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4299578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4299651Z return f(x) 2022-12-01T10:30:20.4299899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4300034Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4300291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4300445Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4300694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4300790Z return self.from_real_tensor( 2022-12-01T10:30:20.4301061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4301193Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4301441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4301555Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4301859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4301988Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4302209Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4302216Z 2022-12-01T10:30:20.4302329Z ERROR (0.017s) 2022-12-01T10:30:20.4302636Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4302738Z Traceback (most recent call last): 2022-12-01T10:30:20.4303026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4303137Z raise rte 2022-12-01T10:30:20.4303427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4303529Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4303845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4303938Z return test(*args, **kwargs) 2022-12-01T10:30:20.4304118Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4304222Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4304556Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4304684Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4304952Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4305059Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4305322Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4305419Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4305723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4305811Z return op(*args, **kwargs) 2022-12-01T10:30:20.4306077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4306201Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4306491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4306615Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4306884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4307019Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4307268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4307376Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4307617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4307746Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4307992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4308120Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4308349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4308463Z return f(x) 2022-12-01T10:30:20.4308756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4308891Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4309189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4309341Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4309593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4309687Z return self.from_real_tensor( 2022-12-01T10:30:20.4309999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4310132Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4310383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4310498Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4310757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4310890Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4311105Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4311112Z 2022-12-01T10:30:20.4311228Z ERROR (0.022s) 2022-12-01T10:30:20.4311533Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4311603Z ERROR (0.004s) 2022-12-01T10:30:20.4311884Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4311985Z Traceback (most recent call last): 2022-12-01T10:30:20.4312279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4312349Z raise rte 2022-12-01T10:30:20.4312637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4312739Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4313022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4313102Z return test(*args, **kwargs) 2022-12-01T10:30:20.4313283Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4313387Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4313673Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4313801Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4314067Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4314171Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4314435Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4314533Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4314833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4315454Z return op(*args, **kwargs) 2022-12-01T10:30:20.4315744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4315898Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4316208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4316334Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4316600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4316741Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4316992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4317103Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4317348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4317478Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4317720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4317852Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4318085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4318148Z return f(x) 2022-12-01T10:30:20.4318466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4318603Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4318867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4319024Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4319274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4319371Z return self.from_real_tensor( 2022-12-01T10:30:20.4319646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4319776Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4320030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4320148Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4320406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4320546Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4320767Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4320774Z 2022-12-01T10:30:20.4320843Z ERROR (0.003s) 2022-12-01T10:30:20.4321170Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4321278Z Traceback (most recent call last): 2022-12-01T10:30:20.4321574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4321647Z raise rte 2022-12-01T10:30:20.4321980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4322081Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4322456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4322550Z return test(*args, **kwargs) 2022-12-01T10:30:20.4322732Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4322835Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4323125Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4323253Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4323527Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4323633Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4323899Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4323999Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4324301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4324392Z return op(*args, **kwargs) 2022-12-01T10:30:20.4324665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4324787Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4325216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4325352Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4325621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4325760Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4326020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4326122Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4326372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4326494Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4326752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4326877Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4327124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4327228Z return f(x) 2022-12-01T10:30:20.4327493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4327615Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4327932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4328078Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4328343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4328439Z return self.from_real_tensor( 2022-12-01T10:30:20.4328711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4328840Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4329091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4329258Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4329524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4329697Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4329909Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4329927Z 2022-12-01T10:30:20.4329988Z ERROR (0.003s) 2022-12-01T10:30:20.4330284Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4330383Z Traceback (most recent call last): 2022-12-01T10:30:20.4330674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4330750Z raise rte 2022-12-01T10:30:20.4331041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4331143Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4331421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4331513Z return test(*args, **kwargs) 2022-12-01T10:30:20.4331694Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4331801Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4332139Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4332270Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4332542Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4332652Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4332919Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4333019Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4333363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4333455Z return op(*args, **kwargs) 2022-12-01T10:30:20.4333732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4333895Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4334194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4334325Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4334597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4334736Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4334989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4335102Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4335353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4335484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4335732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4335864Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4336147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4336220Z return f(x) 2022-12-01T10:30:20.4336473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4336604Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4336867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4337022Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4337274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4337371Z return self.from_real_tensor( 2022-12-01T10:30:20.4337647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4337819Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4338085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4338192Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4338462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4338584Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4338852Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4338870Z 2022-12-01T10:30:20.4338931Z ERROR (0.003s) 2022-12-01T10:30:20.4339272Z test_aot_autograd_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4339366Z expected failure (0.003s) 2022-12-01T10:30:20.4339595Z test_aot_autograd_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4339858Z test_aot_autograd_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:30:20.4340107Z test_aot_autograd_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.4340368Z test_aot_autograd_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.4340610Z test_aot_autograd_symbolic_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.4340829Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:30:20.4341136Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4341239Z Traceback (most recent call last): 2022-12-01T10:30:20.4341538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4341617Z raise rte 2022-12-01T10:30:20.4341916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4342022Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4342305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4342449Z return test(*args, **kwargs) 2022-12-01T10:30:20.4342633Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4342742Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4343034Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4343165Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4343435Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4343541Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4343813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4343917Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4344221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4344314Z return op(*args, **kwargs) 2022-12-01T10:30:20.4344585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4344713Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4345012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4345182Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4345910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4346063Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4346320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4346436Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4346723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4346861Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4347113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4347245Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4347480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4347556Z return f(x) 2022-12-01T10:30:20.4347808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4347940Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4348203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4348359Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4348613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4348709Z return self.from_real_tensor( 2022-12-01T10:30:20.4348980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4349112Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4349370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4349488Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4349748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4349935Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4350156Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4350164Z 2022-12-01T10:30:20.4350234Z ERROR (0.012s) 2022-12-01T10:30:20.4350539Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4350639Z Traceback (most recent call last): 2022-12-01T10:30:20.4350933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4351010Z raise rte 2022-12-01T10:30:20.4351350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4351456Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4351772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4351866Z return test(*args, **kwargs) 2022-12-01T10:30:20.4352048Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4352155Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4352444Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4352624Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4352894Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4353001Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4353267Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4353366Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4353667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4353755Z return op(*args, **kwargs) 2022-12-01T10:30:20.4354026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4354148Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4354444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4354570Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4354887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4355030Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4355280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4355390Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4355629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4355760Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4356005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4356135Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4356369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4356490Z return f(x) 2022-12-01T10:30:20.4356738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4356871Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4357169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4357325Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4357578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4357677Z return self.from_real_tensor( 2022-12-01T10:30:20.4357990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4358121Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4358377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4358495Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4358756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4358892Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4359112Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4359120Z 2022-12-01T10:30:20.4359191Z ERROR (0.004s) 2022-12-01T10:30:20.4359544Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4359648Z Traceback (most recent call last): 2022-12-01T10:30:20.4359939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4360014Z raise rte 2022-12-01T10:30:20.4360305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4360403Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4360681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4360774Z return test(*args, **kwargs) 2022-12-01T10:30:20.4360999Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4361107Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4361393Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4361517Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4361787Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4361892Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4362156Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4362256Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4362555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4362646Z return op(*args, **kwargs) 2022-12-01T10:30:20.4362920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4363042Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4363380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4363556Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4363865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4364003Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4364256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4364368Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4364617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4364749Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4365066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4365204Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4365439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4365513Z return f(x) 2022-12-01T10:30:20.4365765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4365901Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4366159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4366363Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4366618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4366715Z return self.from_real_tensor( 2022-12-01T10:30:20.4366988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4367119Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4367370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4367494Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4367752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4367933Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4368159Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4368166Z 2022-12-01T10:30:20.4368238Z ERROR (0.004s) 2022-12-01T10:30:20.4368533Z test_aot_autograd_symbolic_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4368624Z expected failure (0.004s) 2022-12-01T10:30:20.4368854Z test_aot_autograd_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:30:20.4369098Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.4369389Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4369491Z Traceback (most recent call last): 2022-12-01T10:30:20.4369823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4369901Z raise rte 2022-12-01T10:30:20.4370253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4370353Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4370633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4370722Z return test(*args, **kwargs) 2022-12-01T10:30:20.4370901Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4371006Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4371297Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4371422Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4371690Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4371826Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4372201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4372325Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4372633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4372722Z return op(*args, **kwargs) 2022-12-01T10:30:20.4372994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4373173Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4373473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4373599Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4373869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4374005Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4374252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4374366Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4374634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4374767Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4375014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4375195Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4375435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4375507Z return f(x) 2022-12-01T10:30:20.4375762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4375975Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4376239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4376390Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4376644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4376739Z return self.from_real_tensor( 2022-12-01T10:30:20.4377009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4377198Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4377451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4377567Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4377828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4377964Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4378189Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4378201Z 2022-12-01T10:30:20.4378270Z ERROR (0.004s) 2022-12-01T10:30:20.4378564Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4378665Z Traceback (most recent call last): 2022-12-01T10:30:20.4378960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4379033Z raise rte 2022-12-01T10:30:20.4379328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4379429Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4379713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4379852Z return test(*args, **kwargs) 2022-12-01T10:30:20.4380037Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4380145Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4380439Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4380578Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4380850Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4380956Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4381265Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4381366Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4381674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4381790Z return op(*args, **kwargs) 2022-12-01T10:30:20.4382109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4382236Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4382530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4382654Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4382922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4383058Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4383349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4383464Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4383710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4383843Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4384143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4384274Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4384509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4384581Z return f(x) 2022-12-01T10:30:20.4384831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4384974Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4385325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4385554Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4385809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4385905Z return self.from_real_tensor( 2022-12-01T10:30:20.4386178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4386305Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4386557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4386731Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4387120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4387360Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4387687Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4387699Z 2022-12-01T10:30:20.4387769Z ERROR (0.004s) 2022-12-01T10:30:20.4388196Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4388305Z Traceback (most recent call last): 2022-12-01T10:30:20.4388600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4388674Z raise rte 2022-12-01T10:30:20.4388970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4389069Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4389347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4389436Z return test(*args, **kwargs) 2022-12-01T10:30:20.4389620Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4389724Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4390013Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4390139Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4390408Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4390513Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4390777Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4390874Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4391176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4391327Z return op(*args, **kwargs) 2022-12-01T10:30:20.4391602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4391723Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4392018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4392143Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4392413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4392552Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4392804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4392917Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4393209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4393382Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4393660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4393819Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4394159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4394235Z return f(x) 2022-12-01T10:30:20.4394605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4394741Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4395000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4395154Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4395446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4395587Z return self.from_real_tensor( 2022-12-01T10:30:20.4395927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4396096Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4396351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4396502Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4396793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4396996Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4397297Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4397307Z 2022-12-01T10:30:20.4397413Z ERROR (0.003s) 2022-12-01T10:30:20.4397721Z test_aot_autograd_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4397807Z expected failure (0.003s) 2022-12-01T10:30:20.4398034Z test_aot_autograd_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4398240Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:30:20.4398527Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4398712Z Traceback (most recent call last): 2022-12-01T10:30:20.4399162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4399275Z raise rte 2022-12-01T10:30:20.4399771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4399929Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4400392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4400534Z return test(*args, **kwargs) 2022-12-01T10:30:20.4400838Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4401011Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4401534Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4401744Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4402208Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4402379Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4408542Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4408717Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4409199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4409299Z return op(*args, **kwargs) 2022-12-01T10:30:20.4409637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4409771Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4410080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4410210Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4410488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4410627Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4410882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4411039Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4411287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4411425Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4411714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4411849Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4412086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4412158Z return f(x) 2022-12-01T10:30:20.4412413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4412550Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4412803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4412958Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4413285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4413384Z return self.from_real_tensor( 2022-12-01T10:30:20.4413655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4413786Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4414038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4414160Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4414425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4414558Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4414781Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4414793Z 2022-12-01T10:30:20.4414863Z ERROR (0.003s) 2022-12-01T10:30:20.4415153Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4415252Z Traceback (most recent call last): 2022-12-01T10:30:20.4415544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4415618Z raise rte 2022-12-01T10:30:20.4415952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4416051Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4416333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4416422Z return test(*args, **kwargs) 2022-12-01T10:30:20.4416603Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4416707Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4417038Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4417167Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4417434Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4417543Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4417855Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4417995Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4418308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4418393Z return op(*args, **kwargs) 2022-12-01T10:30:20.4418668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4418786Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4419082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4419206Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4419476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4419613Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4419863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4420027Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4420272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4420405Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4420652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4420783Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4421018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4421091Z return f(x) 2022-12-01T10:30:20.4421340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4421473Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4421731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4421881Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4422130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4422226Z return self.from_real_tensor( 2022-12-01T10:30:20.4422494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4422662Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4422917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4423074Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4423341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4423475Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4423739Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4423748Z 2022-12-01T10:30:20.4423818Z ERROR (0.003s) 2022-12-01T10:30:20.4424113Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4424215Z Traceback (most recent call last): 2022-12-01T10:30:20.4424506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4424581Z raise rte 2022-12-01T10:30:20.4424869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4424972Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4425249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4425337Z return test(*args, **kwargs) 2022-12-01T10:30:20.4425517Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4425624Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4425917Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4426088Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4426362Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4426519Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4426780Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4426875Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4427176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4427264Z return op(*args, **kwargs) 2022-12-01T10:30:20.4427537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4427658Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4427949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4428073Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4428344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4428482Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4428734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4428846Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4429130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4429266Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4429560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4429736Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4429974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4430048Z return f(x) 2022-12-01T10:30:20.4430298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4430431Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4430690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4430843Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4431095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4431189Z return self.from_real_tensor( 2022-12-01T10:30:20.4431459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4431586Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4431841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4431958Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4432210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4432344Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4432562Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4432570Z 2022-12-01T10:30:20.4432643Z ERROR (0.004s) 2022-12-01T10:30:20.4432942Z test_aot_autograd_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4433028Z expected failure (0.003s) 2022-12-01T10:30:20.4433734Z test_aot_autograd_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:30:20.4433944Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:30:20.4434234Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4434381Z Traceback (most recent call last): 2022-12-01T10:30:20.4434687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4434765Z raise rte 2022-12-01T10:30:20.4435103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4435210Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4435497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4435590Z return test(*args, **kwargs) 2022-12-01T10:30:20.4435816Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4435926Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4436219Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4436348Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4436673Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4436782Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4437048Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4437151Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4437450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4437539Z return op(*args, **kwargs) 2022-12-01T10:30:20.4437809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4437934Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4438231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4438359Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4438630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4438772Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4439026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4439142Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4439384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4439520Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4439769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4439902Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4440134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4440206Z return f(x) 2022-12-01T10:30:20.4440456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4440634Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4440894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4441090Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4441349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4441444Z return self.from_real_tensor( 2022-12-01T10:30:20.4441756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4441889Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4442143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4442266Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4442525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4442659Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4442882Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4442890Z 2022-12-01T10:30:20.4442964Z ERROR (0.003s) 2022-12-01T10:30:20.4443307Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4443408Z Traceback (most recent call last): 2022-12-01T10:30:20.4443700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4443777Z raise rte 2022-12-01T10:30:20.4444070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4444208Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4444495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4444588Z return test(*args, **kwargs) 2022-12-01T10:30:20.4444769Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4444878Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4445274Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4445405Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4445675Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4445785Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4446049Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4446148Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4446450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4446539Z return op(*args, **kwargs) 2022-12-01T10:30:20.4446816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4446941Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4447283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4447471Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4447787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4447927Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4448176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4448286Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4448527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4448663Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4448910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4449042Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4449277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4449352Z return f(x) 2022-12-01T10:30:20.4449604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4449737Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4449998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4450151Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4450449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4450547Z return self.from_real_tensor( 2022-12-01T10:30:20.4450816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4450949Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4451205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4451325Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4451587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4451722Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4451944Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4451953Z 2022-12-01T10:30:20.4452027Z ERROR (0.004s) 2022-12-01T10:30:20.4452325Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4452428Z Traceback (most recent call last): 2022-12-01T10:30:20.4452724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4452789Z raise rte 2022-12-01T10:30:20.4453137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4453242Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4453525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4453660Z return test(*args, **kwargs) 2022-12-01T10:30:20.4453847Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4453957Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4454298Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4454427Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4454697Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4454804Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4455067Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4455169Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4455474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4455566Z return op(*args, **kwargs) 2022-12-01T10:30:20.4455840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4455968Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4456262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4456394Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4456666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4456808Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4457108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4457226Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4457470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4457608Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4457855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4458034Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4458275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4458350Z return f(x) 2022-12-01T10:30:20.4458603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4458737Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4459039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4459196Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4459447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4459544Z return self.from_real_tensor( 2022-12-01T10:30:20.4459855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4459986Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4460238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4460357Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4460619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4460754Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4460973Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4461031Z 2022-12-01T10:30:20.4461102Z ERROR (0.004s) 2022-12-01T10:30:20.4461398Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4461458Z ERROR (0.024s) 2022-12-01T10:30:20.4461748Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4461848Z Traceback (most recent call last): 2022-12-01T10:30:20.4462146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4462219Z raise rte 2022-12-01T10:30:20.4462511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4462615Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4462896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4462988Z return test(*args, **kwargs) 2022-12-01T10:30:20.4463169Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4463277Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4463564Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4464145Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4464432Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4464541Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4464813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4464962Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4465269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4465360Z return op(*args, **kwargs) 2022-12-01T10:30:20.4465672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4465837Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4466140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4466272Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4466544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4466689Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4466943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4467054Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4467295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4467426Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4467676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4467809Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4468044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4468174Z return f(x) 2022-12-01T10:30:20.4468423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4468553Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4468811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4468966Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4469228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4469318Z return self.from_real_tensor( 2022-12-01T10:30:20.4469598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4469716Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4469982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4470090Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4470367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4470502Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4470714Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4470730Z 2022-12-01T10:30:20.4470792Z ERROR (0.024s) 2022-12-01T10:30:20.4471179Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4471283Z Traceback (most recent call last): 2022-12-01T10:30:20.4471620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4471699Z raise rte 2022-12-01T10:30:20.4471988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4472087Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4472365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4472456Z return test(*args, **kwargs) 2022-12-01T10:30:20.4472640Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4472747Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4473035Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4473162Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4473434Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4473540Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4473806Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4473901Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4474205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4474301Z return op(*args, **kwargs) 2022-12-01T10:30:20.4474617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4474738Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4475033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4475212Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4475484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4475621Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4475874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4475986Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4476228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4476360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4476608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4476738Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4477019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4477091Z return f(x) 2022-12-01T10:30:20.4477346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4477480Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4477780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4477980Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4478238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4478335Z return self.from_real_tensor( 2022-12-01T10:30:20.4478603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4478731Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4478985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4479100Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4479356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4479489Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4479706Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4479714Z 2022-12-01T10:30:20.4479785Z ERROR (0.019s) 2022-12-01T10:30:20.4480081Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4480184Z Traceback (most recent call last): 2022-12-01T10:30:20.4480472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4480544Z raise rte 2022-12-01T10:30:20.4480837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4480937Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4481222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4481320Z return test(*args, **kwargs) 2022-12-01T10:30:20.4481543Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4481698Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4481988Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4482116Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4482382Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4482490Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4482755Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4482860Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4483205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4483297Z return op(*args, **kwargs) 2022-12-01T10:30:20.4483608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4483733Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4484035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4484161Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4484429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4484612Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4484864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4485060Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4485305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4485439Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4485686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4485815Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4486049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4486122Z return f(x) 2022-12-01T10:30:20.4486374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4486505Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4486762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4486923Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4487174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4487269Z return self.from_real_tensor( 2022-12-01T10:30:20.4487536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4487667Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4487919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4488035Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4488295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4488428Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4488698Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4488706Z 2022-12-01T10:30:20.4488775Z ERROR (0.029s) 2022-12-01T10:30:20.4489115Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4489187Z ERROR (0.015s) 2022-12-01T10:30:20.4489480Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 3 2022-12-01T10:30:20.4489618Z Traceback (most recent call last): 2022-12-01T10:30:20.4489920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4489993Z raise rte 2022-12-01T10:30:20.4490328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4490431Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4490708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4490796Z return test(*args, **kwargs) 2022-12-01T10:30:20.4490973Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4491081Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4491414Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4491544Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4491813Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4491921Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4492188Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4492287Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4492586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4492675Z return op(*args, **kwargs) 2022-12-01T10:30:20.4492943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4493066Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4493359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4493487Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4493757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4493895Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4494145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4494259Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4494498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4494630Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4494875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4495048Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4495285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4495406Z return f(x) 2022-12-01T10:30:20.4495696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4495831Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4496090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4496242Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4496494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4496588Z return self.from_real_tensor( 2022-12-01T10:30:20.4496856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4496985Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4497234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4497351Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4497611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4497741Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4497957Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4497965Z 2022-12-01T10:30:20.4498077Z ERROR (0.014s) 2022-12-01T10:30:20.4498368Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 2 2022-12-01T10:30:20.4498466Z Traceback (most recent call last): 2022-12-01T10:30:20.4498759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4498831Z raise rte 2022-12-01T10:30:20.4499120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4499217Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4499492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4499581Z return test(*args, **kwargs) 2022-12-01T10:30:20.4499762Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4499870Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4500157Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4500286Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4500551Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4500655Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4500958Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4501059Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4501361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4501451Z return op(*args, **kwargs) 2022-12-01T10:30:20.4501764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4501887Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4502233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4502400Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4502672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4502810Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4503060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4503175Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4503411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4503542Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4503789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4503921Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4504154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4504224Z return f(x) 2022-12-01T10:30:20.4504473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4504602Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4504909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4505063Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4505314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4505412Z return self.from_real_tensor( 2022-12-01T10:30:20.4505680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4505810Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4506060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4506177Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4506431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4506560Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4506777Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4506785Z 2022-12-01T10:30:20.4506861Z ERROR (0.014s) 2022-12-01T10:30:20.4507198Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 1 2022-12-01T10:30:20.4507298Z Traceback (most recent call last): 2022-12-01T10:30:20.4507631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4507705Z raise rte 2022-12-01T10:30:20.4507994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4508093Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4508372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4508462Z return test(*args, **kwargs) 2022-12-01T10:30:20.4508691Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4508797Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4509089Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4509216Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4509526Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4509635Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4509904Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4510005Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4510305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4510396Z return op(*args, **kwargs) 2022-12-01T10:30:20.4510667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4510792Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4511081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4511208Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4511522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4511663Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4511916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4512027Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4512272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4512399Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4512643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4512772Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4513047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4513122Z return f(x) 2022-12-01T10:30:20.4513375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4513543Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4513804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4513961Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4514208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4514301Z return self.from_real_tensor( 2022-12-01T10:30:20.4514568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4514695Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4514949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4515065Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4515323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4515506Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4515721Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4515728Z 2022-12-01T10:30:20.4515796Z ERROR (0.012s) 2022-12-01T10:30:20.4516131Z test_aot_autograd_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 0 2022-12-01T10:30:20.4516246Z skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.4516495Z test_aot_autograd_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.000s) 2022-12-01T10:30:20.4516659Z test_autocast (__main__.TestPartitioning) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:30:20.4516792Z test_contiguous (__main__.TestPartitioning) ... ok (0.020s) 2022-12-01T10:30:20.4517437Z test_default_partitioner_getitem (__main__.TestPartitioning) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:255: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:30:20.4517514Z warnings.warn( 2022-12-01T10:30:20.4517579Z ok (0.015s) 2022-12-01T10:30:20.4517726Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.286s) 2022-12-01T10:30:20.4517923Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.075s) 2022-12-01T10:30:20.4518061Z test_preserve_random (__main__.TestPartitioning) ... ok (0.010s) 2022-12-01T10:30:20.4518211Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.020s) 2022-12-01T10:30:20.4518738Z test_external_calls_cpu (__main__.TestPythonKeyCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:30:20.4518926Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:30:20.4518993Z ok (0.095s) 2022-12-01T10:30:20.4519117Z test_make_fx_cpu (__main__.TestPythonKeyCPU) ... ok (0.005s) 2022-12-01T10:30:20.4519272Z test_make_fx_functionalize_cpu (__main__.TestPythonKeyCPU) ... ok (0.006s) 2022-12-01T10:30:20.4519414Z test_make_fx_grad_cpu (__main__.TestPythonKeyCPU) ... ok (0.003s) 2022-12-01T10:30:20.4519594Z test_make_fx_jacrev_cpu (__main__.TestPythonKeyCPU) ... ok (0.019s) 2022-12-01T10:30:20.4519793Z test_make_fx_no_decompose_cpu (__main__.TestPythonKeyCPU) ... skip: error: maximum recursion reached (0.002s) 2022-12-01T10:30:20.4519929Z test_make_fx_vjp_cpu (__main__.TestPythonKeyCPU) ... ok (0.006s) 2022-12-01T10:30:20.4520069Z test_make_fx_vmap_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-12-01T10:30:20.4520199Z test_nnc_jit_cpu (__main__.TestPythonKeyCPU) ... ok (0.028s) 2022-12-01T10:30:20.4520347Z test_nnc_passthrough_cpu (__main__.TestPythonKeyCPU) ... ok (0.054s) 2022-12-01T10:30:20.4520482Z test_nnc_pytrees_cpu (__main__.TestPythonKeyCPU) ... ok (0.026s) 2022-12-01T10:30:20.4520615Z test_nnc_scalar_cpu (__main__.TestPythonKeyCPU) ... ok (0.026s) 2022-12-01T10:30:20.4520811Z test_resnet18_backward_trace_cpu (__main__.TestPythonKeyCPU) ... skip: test requires torchvision (0.001s) 2022-12-01T10:30:20.4520953Z test_scalar_device_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-12-01T10:30:20.4520960Z 2022-12-01T10:30:20.4521060Z ====================================================================== 2022-12-01T10:30:20.4521259Z ERROR [0.017s]: test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4521457Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4521557Z Traceback (most recent call last): 2022-12-01T10:30:20.4521859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4521934Z raise rte 2022-12-01T10:30:20.4522227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4522329Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4522614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4522706Z return test(*args, **kwargs) 2022-12-01T10:30:20.4522886Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4522992Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4523279Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4523404Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4523718Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4523828Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4524096Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4524243Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4524545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4524635Z return op(*args, **kwargs) 2022-12-01T10:30:20.4525045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4525175Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4525471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4525638Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4525910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4526047Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4526302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4526413Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4526659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4526790Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4527035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4527163Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4527396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4527466Z return f(x) 2022-12-01T10:30:20.4527710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4527842Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4528099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4528254Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4528563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4528658Z return self.from_real_tensor( 2022-12-01T10:30:20.4528928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4529053Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4529306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4529424Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4529683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4529812Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4530072Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4530080Z 2022-12-01T10:30:20.4530179Z ====================================================================== 2022-12-01T10:30:20.4530377Z ERROR [0.010s]: test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4530529Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4530617Z Traceback (most recent call last): 2022-12-01T10:30:20.4530965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4531078Z raise rte 2022-12-01T10:30:20.4531385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4531476Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4531812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4531907Z return test(*args, **kwargs) 2022-12-01T10:30:20.4532089Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4532184Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4532471Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4532597Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4532876Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4532971Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4533250Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4533341Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4533650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4533731Z return op(*args, **kwargs) 2022-12-01T10:30:20.4534010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4534122Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4534427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4534551Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4534820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4534956Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4535255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4535365Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4535610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4535740Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4535987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4536121Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4536356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4536428Z return f(x) 2022-12-01T10:30:20.4536679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4536811Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4537112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4537267Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4537522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4537615Z return self.from_real_tensor( 2022-12-01T10:30:20.4537968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4538097Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4538353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4538471Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4538729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4538860Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4539078Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4539085Z 2022-12-01T10:30:20.4539184Z ====================================================================== 2022-12-01T10:30:20.4539384Z ERROR [0.016s]: test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4539535Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4539631Z Traceback (most recent call last): 2022-12-01T10:30:20.4539923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4539999Z raise rte 2022-12-01T10:30:20.4540289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4540386Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4540711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4540804Z return test(*args, **kwargs) 2022-12-01T10:30:20.4540985Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4541095Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4541383Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4541510Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4542224Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4542329Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4542593Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4542693Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4542999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4543137Z return op(*args, **kwargs) 2022-12-01T10:30:20.4543417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4543543Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4543884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4544017Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4544289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4544427Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4544677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4544789Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4545089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4545222Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4545470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4545603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4545837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4545911Z return f(x) 2022-12-01T10:30:20.4546162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4546294Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4546551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4546705Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4546958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4547054Z return self.from_real_tensor( 2022-12-01T10:30:20.4547324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4547455Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4547707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4547824Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4548085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4548217Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4548436Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4548444Z 2022-12-01T10:30:20.4548544Z ====================================================================== 2022-12-01T10:30:20.4548746Z ERROR [0.024s]: test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4548943Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4549084Z Traceback (most recent call last): 2022-12-01T10:30:20.4549387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4549462Z raise rte 2022-12-01T10:30:20.4549795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4549935Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4550223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4550312Z return test(*args, **kwargs) 2022-12-01T10:30:20.4550491Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4550598Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4550886Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4551012Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4551280Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4551384Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4551694Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4551797Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4552099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4552191Z return op(*args, **kwargs) 2022-12-01T10:30:20.4552471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4552596Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4552891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4553016Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4553282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4553422Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4553674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4553788Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4554032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4554169Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4554416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4554548Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4554786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4554860Z return f(x) 2022-12-01T10:30:20.4555155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4555290Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4555554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4555800Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4556056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4556152Z return self.from_real_tensor( 2022-12-01T10:30:20.4556424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4556551Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4556804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4556921Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4557182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4557314Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4557539Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4557546Z 2022-12-01T10:30:20.4557647Z ====================================================================== 2022-12-01T10:30:20.4557853Z ERROR [0.020s]: test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4558006Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4558106Z Traceback (most recent call last): 2022-12-01T10:30:20.4558448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4558523Z raise rte 2022-12-01T10:30:20.4558856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4558961Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4559242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4559332Z return test(*args, **kwargs) 2022-12-01T10:30:20.4559512Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4559616Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4559903Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4560030Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4560299Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4560402Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4560661Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4560759Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4561098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4561193Z return op(*args, **kwargs) 2022-12-01T10:30:20.4561468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4561588Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4561922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4562053Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4562323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4562510Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4562763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4562876Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4563114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4563246Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4563490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4563625Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4563861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4563931Z return f(x) 2022-12-01T10:30:20.4564183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4564314Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4564570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4564726Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4565084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4565186Z return self.from_real_tensor( 2022-12-01T10:30:20.4565520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4565651Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4565902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4566024Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4566283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4566418Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4566639Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4566647Z 2022-12-01T10:30:20.4566748Z ====================================================================== 2022-12-01T10:30:20.4566957Z ERROR [0.022s]: test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4567149Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4567251Z Traceback (most recent call last): 2022-12-01T10:30:20.4567550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4567625Z raise rte 2022-12-01T10:30:20.4567960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4568062Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4568342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4568430Z return test(*args, **kwargs) 2022-12-01T10:30:20.4568611Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4568717Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4569007Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4569182Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4569452Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4569557Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4569820Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4569918Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4570219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4570310Z return op(*args, **kwargs) 2022-12-01T10:30:20.4570580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4570702Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4570996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4571121Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4571387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4571524Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4571774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4571887Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4572578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4572725Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4572977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4573155Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4573392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4573464Z return f(x) 2022-12-01T10:30:20.4573757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4573891Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4574156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4574311Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4574561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4574660Z return self.from_real_tensor( 2022-12-01T10:30:20.4574930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4575054Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4575304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4575421Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4575680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4575813Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4576032Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4576040Z 2022-12-01T10:30:20.4576141Z ====================================================================== 2022-12-01T10:30:20.4576401Z ERROR [0.029s]: test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4576552Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4576647Z Traceback (most recent call last): 2022-12-01T10:30:20.4576939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4577013Z raise rte 2022-12-01T10:30:20.4577303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4577404Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4577682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4577772Z return test(*args, **kwargs) 2022-12-01T10:30:20.4577953Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4578059Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4578348Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4578477Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4578747Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4578852Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4579202Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4579301Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4579601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4579732Z return op(*args, **kwargs) 2022-12-01T10:30:20.4580007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4580128Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4580425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4580550Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4580818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4580954Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4581203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4581359Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4581603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4581737Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4581983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4582112Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4582341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4582410Z return f(x) 2022-12-01T10:30:20.4582661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4582789Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4583044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4583248Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4583501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4583595Z return self.from_real_tensor( 2022-12-01T10:30:20.4583857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4583982Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4584233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4584350Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4584609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4584744Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4584962Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4584972Z 2022-12-01T10:30:20.4585114Z ====================================================================== 2022-12-01T10:30:20.4585321Z ERROR [0.010s]: test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4585469Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4585566Z Traceback (most recent call last): 2022-12-01T10:30:20.4585943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4586017Z raise rte 2022-12-01T10:30:20.4586308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4586410Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4586689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4586778Z return test(*args, **kwargs) 2022-12-01T10:30:20.4586958Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4587063Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4587348Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4587475Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4587743Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4587848Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4588110Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4588207Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4588504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4588591Z return op(*args, **kwargs) 2022-12-01T10:30:20.4588860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4588980Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4589272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4589393Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4589661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4589838Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4590088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4590237Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4590482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4590612Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4590859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4591028Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4591262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4591337Z return f(x) 2022-12-01T10:30:20.4591588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4591758Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4592014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4592167Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4592415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4592559Z return self.from_real_tensor( 2022-12-01T10:30:20.4592834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4592960Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4593211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4593325Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4593583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4593714Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4593931Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4593939Z 2022-12-01T10:30:20.4594041Z ====================================================================== 2022-12-01T10:30:20.4594240Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4594392Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4594492Z Traceback (most recent call last): 2022-12-01T10:30:20.4594781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4594854Z raise rte 2022-12-01T10:30:20.4595142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4595243Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4595521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4595613Z return test(*args, **kwargs) 2022-12-01T10:30:20.4595791Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4595893Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4596182Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4596399Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4596671Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4596775Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4597039Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4597138Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4597437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4597525Z return op(*args, **kwargs) 2022-12-01T10:30:20.4597794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4597914Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4598209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4598333Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4598599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4598737Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4598987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4599145Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4599388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4599517Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4599765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4599893Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4600126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4600195Z return f(x) 2022-12-01T10:30:20.4600446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4600575Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4600835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4600987Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4601238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4601333Z return self.from_real_tensor( 2022-12-01T10:30:20.4601601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4601725Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4602015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4602129Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4602387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4602518Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4602774Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4602782Z 2022-12-01T10:30:20.4602930Z ====================================================================== 2022-12-01T10:30:20.4603133Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4603283Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4603379Z Traceback (most recent call last): 2022-12-01T10:30:20.4603670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4603740Z raise rte 2022-12-01T10:30:20.4604032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4604131Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4604408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4604498Z return test(*args, **kwargs) 2022-12-01T10:30:20.4604676Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4604779Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4605141Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4605309Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4605577Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4605680Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4605996Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4606093Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4606393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4606482Z return op(*args, **kwargs) 2022-12-01T10:30:20.4606748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4606869Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4607161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4607284Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4607552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4607688Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4607933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4608047Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4608286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4608419Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4608663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4608793Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4609028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4609100Z return f(x) 2022-12-01T10:30:20.4609350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4609483Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4609783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4609937Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4610189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4610281Z return self.from_real_tensor( 2022-12-01T10:30:20.4610551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4610677Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4610926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4611042Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4611298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4611429Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4611643Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4611651Z 2022-12-01T10:30:20.4611750Z ====================================================================== 2022-12-01T10:30:20.4611951Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4612101Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4612231Z Traceback (most recent call last): 2022-12-01T10:30:20.4612526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4612590Z raise rte 2022-12-01T10:30:20.4612888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4612982Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4613265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4613389Z return test(*args, **kwargs) 2022-12-01T10:30:20.4613579Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4613674Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4613961Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4614089Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4614357Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4614457Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4614720Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4614814Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4615121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4615202Z return op(*args, **kwargs) 2022-12-01T10:30:20.4615477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4615591Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4615888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4616012Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4616329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4616461Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4616713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4616822Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4617065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4617193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4617434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4617561Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4617793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4617866Z return f(x) 2022-12-01T10:30:20.4618156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4618287Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4618547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4618741Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4619041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4619137Z return self.from_real_tensor( 2022-12-01T10:30:20.4619404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4619528Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4619772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4619887Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4620141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4620270Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4620487Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4620494Z 2022-12-01T10:30:20.4620595Z ====================================================================== 2022-12-01T10:30:20.4620785Z ERROR [0.012s]: test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4620933Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4621034Z Traceback (most recent call last): 2022-12-01T10:30:20.4621328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4621400Z raise rte 2022-12-01T10:30:20.4621689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4621784Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4622061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4622150Z return test(*args, **kwargs) 2022-12-01T10:30:20.4622328Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4622434Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4622718Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4622936Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4623201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4623309Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4623568Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4623665Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4623966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4624050Z return op(*args, **kwargs) 2022-12-01T10:30:20.4624317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4624440Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4624731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4624856Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4625122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4625256Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4625547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4625660Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4625896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4626025Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4626269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4626398Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4626629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4626697Z return f(x) 2022-12-01T10:30:20.4626944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4627076Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4627336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4627485Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4627732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4627830Z return self.from_real_tensor( 2022-12-01T10:30:20.4628096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4628222Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4628469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4628584Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4628842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4628973Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4629188Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4629239Z 2022-12-01T10:30:20.4629339Z ====================================================================== 2022-12-01T10:30:20.4629541Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4629695Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4629792Z Traceback (most recent call last): 2022-12-01T10:30:20.4630082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4630153Z raise rte 2022-12-01T10:30:20.4630446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4630542Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4630819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4630909Z return test(*args, **kwargs) 2022-12-01T10:30:20.4631087Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4631192Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4631476Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4631607Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4631913Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4632068Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4632331Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4632427Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4632729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4632816Z return op(*args, **kwargs) 2022-12-01T10:30:20.4633086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4633207Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4633503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4633630Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4633898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4634033Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4634282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4634395Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4634633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4634765Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4635008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4635138Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4635370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4635442Z return f(x) 2022-12-01T10:30:20.4635692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4635824Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4636130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4636285Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4636533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4636626Z return self.from_real_tensor( 2022-12-01T10:30:20.4636897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4637025Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4637272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4637386Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4637642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4637771Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4638032Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4638041Z 2022-12-01T10:30:20.4638143Z ====================================================================== 2022-12-01T10:30:20.4638346Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4638542Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4638642Z Traceback (most recent call last): 2022-12-01T10:30:20.4638932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4639004Z raise rte 2022-12-01T10:30:20.4639295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4639392Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4639671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4639760Z return test(*args, **kwargs) 2022-12-01T10:30:20.4639939Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4640047Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4640336Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4640463Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4640734Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4640843Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4641108Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4641208Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4641506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4641598Z return op(*args, **kwargs) 2022-12-01T10:30:20.4641871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4641993Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4642284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4642456Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4642720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4642855Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4643106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4643218Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4643456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4643588Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4643830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4643956Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4644192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4644263Z return f(x) 2022-12-01T10:30:20.4644513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4644643Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4644901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4645137Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4645438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4645537Z return self.from_real_tensor( 2022-12-01T10:30:20.4645807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4645939Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4646187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4646304Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4646608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4646743Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4646961Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4646969Z 2022-12-01T10:30:20.4647068Z ====================================================================== 2022-12-01T10:30:20.4647286Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4647438Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4647537Z Traceback (most recent call last): 2022-12-01T10:30:20.4647833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4647907Z raise rte 2022-12-01T10:30:20.4648197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4648297Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4648573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4648665Z return test(*args, **kwargs) 2022-12-01T10:30:20.4648846Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4648952Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4649727Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4649902Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4650176Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4650283Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4650545Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4650642Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4650952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4651043Z return op(*args, **kwargs) 2022-12-01T10:30:20.4651318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4651445Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4651743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4651874Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4652146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4652286Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4652593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4652705Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4652991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4653129Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4653378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4653512Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4653745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4653816Z return f(x) 2022-12-01T10:30:20.4654067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4654199Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4654456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4654615Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4654870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4654964Z return self.from_real_tensor( 2022-12-01T10:30:20.4655235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4655361Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4655610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4655727Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4655988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4656124Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4656344Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4656400Z 2022-12-01T10:30:20.4656503Z ====================================================================== 2022-12-01T10:30:20.4656707Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4656860Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4656960Z Traceback (most recent call last): 2022-12-01T10:30:20.4657254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4657329Z raise rte 2022-12-01T10:30:20.4657620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4657720Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4657999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4658091Z return test(*args, **kwargs) 2022-12-01T10:30:20.4658273Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4658378Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4658670Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4658798Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4659114Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4659221Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4659487Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4659587Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4659887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4659975Z return op(*args, **kwargs) 2022-12-01T10:30:20.4660245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4660364Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4660656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4660785Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4661058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4661197Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4661448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4661559Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4661799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4661930Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4662172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4662303Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4662537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4662606Z return f(x) 2022-12-01T10:30:20.4662854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4663026Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4663285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4663480Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4663733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4663829Z return self.from_real_tensor( 2022-12-01T10:30:20.4664101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4664226Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4664479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4664594Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4664851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4664983Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4665200Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4665208Z 2022-12-01T10:30:20.4665308Z ====================================================================== 2022-12-01T10:30:20.4665508Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4665708Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4665806Z Traceback (most recent call last): 2022-12-01T10:30:20.4666100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4666173Z raise rte 2022-12-01T10:30:20.4666462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4666559Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4666835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4666926Z return test(*args, **kwargs) 2022-12-01T10:30:20.4667104Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4667212Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4667498Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4667625Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4667892Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4668002Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4668267Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4668365Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4668662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4668749Z return op(*args, **kwargs) 2022-12-01T10:30:20.4669024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4669144Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4669439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4669607Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4669875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4670013Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4670263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4670372Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4670613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4670791Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4671039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4671167Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4671399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4671469Z return f(x) 2022-12-01T10:30:20.4671720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4671849Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4672107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4672310Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4672565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4672661Z return self.from_real_tensor( 2022-12-01T10:30:20.4672932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4673062Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4673313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4673430Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4673685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4673817Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4674037Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4674044Z 2022-12-01T10:30:20.4674145Z ====================================================================== 2022-12-01T10:30:20.4674350Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4674507Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4674604Z Traceback (most recent call last): 2022-12-01T10:30:20.4674892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4674965Z raise rte 2022-12-01T10:30:20.4675254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4675397Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4675681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4675769Z return test(*args, **kwargs) 2022-12-01T10:30:20.4675946Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4676099Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4676386Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4676513Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4676779Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4676883Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4677145Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4677244Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4677544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4677629Z return op(*args, **kwargs) 2022-12-01T10:30:20.4677903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4678023Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4678316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4678440Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4678705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4679241Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4679506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4679616Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4679859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4679993Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4680237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4680365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4680600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4680670Z return f(x) 2022-12-01T10:30:20.4680921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4681051Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4681357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4681513Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4681764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4681859Z return self.from_real_tensor( 2022-12-01T10:30:20.4682127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4682253Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4682501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4682617Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4682876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4683009Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4683278Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4683285Z 2022-12-01T10:30:20.4683387Z ====================================================================== 2022-12-01T10:30:20.4683590Z ERROR [0.017s]: test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4683744Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4683845Z Traceback (most recent call last): 2022-12-01T10:30:20.4684138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4684208Z raise rte 2022-12-01T10:30:20.4684496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4684593Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4684871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4685042Z return test(*args, **kwargs) 2022-12-01T10:30:20.4685226Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4685332Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4685622Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4685752Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4686067Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4686176Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4686442Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4686541Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4686840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4686927Z return op(*args, **kwargs) 2022-12-01T10:30:20.4687198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4687320Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4687614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4687739Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4688005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4688144Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4688392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4688503Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4688744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4688870Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4689109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4689238Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4689467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4689534Z return f(x) 2022-12-01T10:30:20.4689780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4689950Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4690208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4690357Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4690606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4690699Z return self.from_real_tensor( 2022-12-01T10:30:20.4690971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4691099Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4691346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4691464Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4691723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4691852Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4692066Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4692073Z 2022-12-01T10:30:20.4692173Z ====================================================================== 2022-12-01T10:30:20.4692415Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4692569Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4692658Z Traceback (most recent call last): 2022-12-01T10:30:20.4693000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4693077Z raise rte 2022-12-01T10:30:20.4693376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4693465Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4693749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4693829Z return test(*args, **kwargs) 2022-12-01T10:30:20.4694009Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4694114Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4694402Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4694529Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4694801Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4694907Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4695168Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4695262Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4695562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4695640Z return op(*args, **kwargs) 2022-12-01T10:30:20.4695919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4696032Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4696332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4696505Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4696771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4696904Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4697155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4697265Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4697507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4697636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4697880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4698012Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4698246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4698315Z return f(x) 2022-12-01T10:30:20.4698564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4698693Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4698950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4699146Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4699441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4699539Z return self.from_real_tensor( 2022-12-01T10:30:20.4699807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4699935Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4700185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4700302Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4700558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4700691Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4700907Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4700914Z 2022-12-01T10:30:20.4701016Z ====================================================================== 2022-12-01T10:30:20.4701213Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4701362Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4701462Z Traceback (most recent call last): 2022-12-01T10:30:20.4701753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4701823Z raise rte 2022-12-01T10:30:20.4702111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4702210Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4702487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4702575Z return test(*args, **kwargs) 2022-12-01T10:30:20.4702751Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4702907Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4703195Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4703323Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4703593Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4703698Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4703960Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4704059Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4704355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4704445Z return op(*args, **kwargs) 2022-12-01T10:30:20.4704716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4704837Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4705131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4705302Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4705571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4705757Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4706091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4706204Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4706447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4706578Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4706823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4706949Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4707183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4707253Z return f(x) 2022-12-01T10:30:20.4707504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4707635Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4707891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4708042Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4708288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4708382Z return self.from_real_tensor( 2022-12-01T10:30:20.4708648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4708774Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4709029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4709145Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4709401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4709581Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4709794Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4709801Z 2022-12-01T10:30:20.4709897Z ====================================================================== 2022-12-01T10:30:20.4710105Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4710251Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4710350Z Traceback (most recent call last): 2022-12-01T10:30:20.4710640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4710711Z raise rte 2022-12-01T10:30:20.4711000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4711103Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4711379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4711508Z return test(*args, **kwargs) 2022-12-01T10:30:20.4711694Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4711797Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4712086Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4712260Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4712533Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4712636Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4712897Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4712996Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4713296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4713382Z return op(*args, **kwargs) 2022-12-01T10:30:20.4713649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4713767Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4714060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4714182Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4714445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4714583Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4714832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4714948Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4719432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4719587Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4719905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4720040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4720288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4720359Z return f(x) 2022-12-01T10:30:20.4720701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4720833Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4721094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4721246Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4721497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4721595Z return self.from_real_tensor( 2022-12-01T10:30:20.4721869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4721998Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4722252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4722376Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4722643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4722773Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4722990Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4723000Z 2022-12-01T10:30:20.4723100Z ====================================================================== 2022-12-01T10:30:20.4723361Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4723512Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4723612Z Traceback (most recent call last): 2022-12-01T10:30:20.4723910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4723983Z raise rte 2022-12-01T10:30:20.4724273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4724371Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4724651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4724741Z return test(*args, **kwargs) 2022-12-01T10:30:20.4724924Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4725108Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4725398Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4725527Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4725799Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4725908Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4726177Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4726275Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4726573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4726662Z return op(*args, **kwargs) 2022-12-01T10:30:20.4726937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4727057Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4727400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4727528Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4727792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4727926Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4728175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4728288Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4728573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4728709Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4728955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4729086Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4729318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4729390Z return f(x) 2022-12-01T10:30:20.4729636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4729766Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4730074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4730230Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4730483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4730584Z return self.from_real_tensor( 2022-12-01T10:30:20.4730853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4730983Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4731234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4731347Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4731607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4731740Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4731954Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4731963Z 2022-12-01T10:30:20.4732064Z ====================================================================== 2022-12-01T10:30:20.4732273Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4732423Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4732522Z Traceback (most recent call last): 2022-12-01T10:30:20.4732815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4732889Z raise rte 2022-12-01T10:30:20.4733180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4733279Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4733556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4733690Z return test(*args, **kwargs) 2022-12-01T10:30:20.4733871Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4733973Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4734262Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4734387Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4734658Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4734762Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4735025Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4735121Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4735418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4735505Z return op(*args, **kwargs) 2022-12-01T10:30:20.4735777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4735899Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4736195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4736321Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4736628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4736770Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4737019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4737130Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4737367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4737497Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4737741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4737868Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4738102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4738172Z return f(x) 2022-12-01T10:30:20.4738423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4738553Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4738809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4738964Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4739216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4739312Z return self.from_real_tensor( 2022-12-01T10:30:20.4739581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4739710Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4739966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4740081Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4740386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4740569Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4740786Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4740794Z 2022-12-01T10:30:20.4740895Z ====================================================================== 2022-12-01T10:30:20.4741100Z ERROR [0.026s]: test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4741248Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4741343Z Traceback (most recent call last): 2022-12-01T10:30:20.4741638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4741709Z raise rte 2022-12-01T10:30:20.4741998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4742098Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4742376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4742467Z return test(*args, **kwargs) 2022-12-01T10:30:20.4742644Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4742749Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4743080Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4743208Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4743473Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4743579Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4743843Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4743937Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4744237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4744323Z return op(*args, **kwargs) 2022-12-01T10:30:20.4744591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4744716Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4745008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4745134Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4745406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4745544Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4745795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4745904Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4746143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4746274Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4746518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4746645Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4746874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4746989Z return f(x) 2022-12-01T10:30:20.4747239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4747372Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4747635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4747784Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4748039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4748137Z return self.from_real_tensor( 2022-12-01T10:30:20.4748408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4748538Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4748788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4748948Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4749211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4749341Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4749557Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4749565Z 2022-12-01T10:30:20.4749709Z ====================================================================== 2022-12-01T10:30:20.4749911Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4750061Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4750161Z Traceback (most recent call last): 2022-12-01T10:30:20.4750456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4750526Z raise rte 2022-12-01T10:30:20.4750816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4750915Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4751193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4751285Z return test(*args, **kwargs) 2022-12-01T10:30:20.4751465Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4751568Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4751857Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4751983Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4752251Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4752354Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4752615Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4752713Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4753009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4753094Z return op(*args, **kwargs) 2022-12-01T10:30:20.4753363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4753532Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4753826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4753952Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4754219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4754355Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4754607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4754719Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4754962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4755092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4755341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4755468Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4755701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4755768Z return f(x) 2022-12-01T10:30:20.4756017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4756148Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4756451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4756603Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4756895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4756993Z return self.from_real_tensor( 2022-12-01T10:30:20.4757267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4757392Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4757646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4757760Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4758020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4758152Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4758370Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4758379Z 2022-12-01T10:30:20.4758476Z ====================================================================== 2022-12-01T10:30:20.4758691Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4758839Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4758934Z Traceback (most recent call last): 2022-12-01T10:30:20.4759223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4759295Z raise rte 2022-12-01T10:30:20.4759585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4759683Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4759959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4760809Z return test(*args, **kwargs) 2022-12-01T10:30:20.4760997Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4761100Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4761390Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4761516Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4761788Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4761902Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4762217Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4762313Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4762612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4762702Z return op(*args, **kwargs) 2022-12-01T10:30:20.4762970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4763090Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4763383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4763507Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4763834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4763970Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4764221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4764334Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4764572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4764701Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4765021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4765167Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4765406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4765476Z return f(x) 2022-12-01T10:30:20.4765721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4765851Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4766114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4766265Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4766514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4766607Z return self.from_real_tensor( 2022-12-01T10:30:20.4766876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4767004Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4767256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4767371Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4767683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4767814Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4768076Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4768085Z 2022-12-01T10:30:20.4768186Z ====================================================================== 2022-12-01T10:30:20.4768389Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4768541Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4768639Z Traceback (most recent call last): 2022-12-01T10:30:20.4768927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4768996Z raise rte 2022-12-01T10:30:20.4769289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4769388Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4769667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4769755Z return test(*args, **kwargs) 2022-12-01T10:30:20.4769931Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4770032Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4770369Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4770499Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4770767Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4770874Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4771137Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4771238Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4771538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4771626Z return op(*args, **kwargs) 2022-12-01T10:30:20.4771899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4772025Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4772321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4772444Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4772715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4772849Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4773098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4773209Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4773446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4773579Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4773827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4773952Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4774182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4774299Z return f(x) 2022-12-01T10:30:20.4774553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4774683Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4774945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4775097Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4775348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4775443Z return self.from_real_tensor( 2022-12-01T10:30:20.4775707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4775878Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4776130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4776244Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4776502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4776632Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4776850Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4776908Z 2022-12-01T10:30:20.4777008Z ====================================================================== 2022-12-01T10:30:20.4777214Z ERROR [0.002s]: test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4777367Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4777459Z Traceback (most recent call last): 2022-12-01T10:30:20.4777753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4777827Z raise rte 2022-12-01T10:30:20.4778120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4778217Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4778506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4778588Z return test(*args, **kwargs) 2022-12-01T10:30:20.4778766Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4778869Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4779156Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4779282Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4779552Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4779655Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4779921Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4780015Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4780318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4780407Z return op(*args, **kwargs) 2022-12-01T10:30:20.4780689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4780848Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4781145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4781269Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4781536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4781673Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4781929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4782040Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4782277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4782411Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4782655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4782782Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4783016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4783079Z return f(x) 2022-12-01T10:30:20.4783335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4783507Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4783815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4783972Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4784225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4784321Z return self.from_real_tensor( 2022-12-01T10:30:20.4784591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4784716Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4784962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4785075Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4785333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4785464Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4785679Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4785689Z 2022-12-01T10:30:20.4785786Z ====================================================================== 2022-12-01T10:30:20.4785986Z ERROR [0.019s]: test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4786136Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4786235Z Traceback (most recent call last): 2022-12-01T10:30:20.4786527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4786599Z raise rte 2022-12-01T10:30:20.4786891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4786990Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4787272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4787414Z return test(*args, **kwargs) 2022-12-01T10:30:20.4787596Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4787700Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4787989Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4788115Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4788384Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4788485Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4788749Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4788847Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4789150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4789239Z return op(*args, **kwargs) 2022-12-01T10:30:20.4789510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4789632Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4789926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4790473Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4790759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4790898Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4791150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4791262Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4791505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4791637Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4791882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4792012Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4792253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4792324Z return f(x) 2022-12-01T10:30:20.4792620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4792756Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4793013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4793166Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4793414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4793511Z return self.from_real_tensor( 2022-12-01T10:30:20.4793781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4793908Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4794157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4794274Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4794586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4794722Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4794941Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4794949Z 2022-12-01T10:30:20.4795052Z ====================================================================== 2022-12-01T10:30:20.4795258Z ERROR [0.024s]: test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4795409Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4795505Z Traceback (most recent call last): 2022-12-01T10:30:20.4795800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4795875Z raise rte 2022-12-01T10:30:20.4796163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4796260Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4796536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4796624Z return test(*args, **kwargs) 2022-12-01T10:30:20.4796808Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4796911Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4797239Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4797371Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4797642Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4797748Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4798014Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4798110Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4798408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4798495Z return op(*args, **kwargs) 2022-12-01T10:30:20.4798767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4798887Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4799185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4799312Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4799583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4799719Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4799971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4800082Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4800324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4800452Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4800697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4800823Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4801102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4801172Z return f(x) 2022-12-01T10:30:20.4801420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4801552Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4801810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4801963Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4802215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4802308Z return self.from_real_tensor( 2022-12-01T10:30:20.4802576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4802704Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4802956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4803071Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4803334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4803463Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4803771Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4803780Z 2022-12-01T10:30:20.4803883Z ====================================================================== 2022-12-01T10:30:20.4804092Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4804247Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4804344Z Traceback (most recent call last): 2022-12-01T10:30:20.4804638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4804712Z raise rte 2022-12-01T10:30:20.4805079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4805182Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4805463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4805555Z return test(*args, **kwargs) 2022-12-01T10:30:20.4805738Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4805846Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4806135Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4806268Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4806585Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4806690Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4806990Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4807092Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4807389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4807475Z return op(*args, **kwargs) 2022-12-01T10:30:20.4807805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4807925Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4808219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4808343Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4808613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4808749Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4808999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4809110Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4809353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4809485Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4809728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4809855Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4810088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4810155Z return f(x) 2022-12-01T10:30:20.4810447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4810577Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4810840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4810990Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4811244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4811339Z return self.from_real_tensor( 2022-12-01T10:30:20.4811609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4811735Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4812029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4812148Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4812445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4812579Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4812798Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4812805Z 2022-12-01T10:30:20.4812906Z ====================================================================== 2022-12-01T10:30:20.4813147Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4813302Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4813398Z Traceback (most recent call last): 2022-12-01T10:30:20.4813691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4813764Z raise rte 2022-12-01T10:30:20.4814055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4814153Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4814486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4814575Z return test(*args, **kwargs) 2022-12-01T10:30:20.4814755Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4814859Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4815147Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4815274Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4815548Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4815653Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4815915Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4816015Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4816316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4816404Z return op(*args, **kwargs) 2022-12-01T10:30:20.4816674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4816796Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4817126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4817252Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4817524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4817664Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4817914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4818022Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4818263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4818434Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4818680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4818813Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4819084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4819155Z return f(x) 2022-12-01T10:30:20.4819404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4819533Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4819829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4819980Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4820226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4820318Z return self.from_real_tensor( 2022-12-01T10:30:20.4820585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4820712Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4820962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4821130Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4821388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4821521Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4821738Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4821746Z 2022-12-01T10:30:20.4821844Z ====================================================================== 2022-12-01T10:30:20.4822059Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4822211Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4822305Z Traceback (most recent call last): 2022-12-01T10:30:20.4822599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4822671Z raise rte 2022-12-01T10:30:20.4822961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4823060Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4823335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4823424Z return test(*args, **kwargs) 2022-12-01T10:30:20.4823600Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4823749Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4824041Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4824166Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4824478Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4824584Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4824849Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4824950Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4825291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4825377Z return op(*args, **kwargs) 2022-12-01T10:30:20.4825651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4825771Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4826068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4826195Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4826461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4826595Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4826843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4826956Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4827200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4827330Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4827577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4827753Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4827982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4828050Z return f(x) 2022-12-01T10:30:20.4828297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4828427Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4828684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4828878Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4829127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4829219Z return self.from_real_tensor( 2022-12-01T10:30:20.4829491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4829615Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4829863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4829977Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4830236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4830407Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4830677Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4830685Z 2022-12-01T10:30:20.4830784Z ====================================================================== 2022-12-01T10:30:20.4831033Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4831186Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4831280Z Traceback (most recent call last): 2022-12-01T10:30:20.4831575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4831648Z raise rte 2022-12-01T10:30:20.4831935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4832030Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4832304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4832390Z return test(*args, **kwargs) 2022-12-01T10:30:20.4832568Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4832675Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4832959Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4833084Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4833351Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4833454Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4833720Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4833814Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4834113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4834253Z return op(*args, **kwargs) 2022-12-01T10:30:20.4834525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4834644Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4834934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4835101Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4835377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4835513Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4835761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4835868Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4836111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4836242Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4836527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4836656Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4836887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4836998Z return f(x) 2022-12-01T10:30:20.4837298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4837431Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4837687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4837842Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4838088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4838180Z return self.from_real_tensor( 2022-12-01T10:30:20.4838438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4838563Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4838812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4838929Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4839182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4839319Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4839537Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4839544Z 2022-12-01T10:30:20.4839639Z ====================================================================== 2022-12-01T10:30:20.4839847Z ERROR [0.025s]: test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4840038Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4840136Z Traceback (most recent call last): 2022-12-01T10:30:20.4840433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4840501Z raise rte 2022-12-01T10:30:20.4840787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4840939Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4841216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4841304Z return test(*args, **kwargs) 2022-12-01T10:30:20.4841479Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4841581Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4841869Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4841997Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4842266Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4842410Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4842677Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4842775Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4843113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4843201Z return op(*args, **kwargs) 2022-12-01T10:30:20.4843469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4843589Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4843934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4844058Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4844328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4844465Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4844715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4844825Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4845139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4845272Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4845522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4845650Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4845881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4845951Z return f(x) 2022-12-01T10:30:20.4846201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4846333Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4846593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4846743Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4846994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4847091Z return self.from_real_tensor( 2022-12-01T10:30:20.4847362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4847489Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4847735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4847901Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4848162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4848337Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4848559Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4848566Z 2022-12-01T10:30:20.4848666Z ====================================================================== 2022-12-01T10:30:20.4848912Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4849069Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4849166Z Traceback (most recent call last): 2022-12-01T10:30:20.4849500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4849573Z raise rte 2022-12-01T10:30:20.4849866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4849964Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4850239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4850328Z return test(*args, **kwargs) 2022-12-01T10:30:20.4850559Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4850661Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4850953Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4851083Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4851350Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4851455Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4851715Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4851810Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4852104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4852193Z return op(*args, **kwargs) 2022-12-01T10:30:20.4852466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4852588Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4852883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4853008Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4853276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4853413Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4853663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4853774Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4854017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4854146Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4854389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4854564Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4854841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4854914Z return f(x) 2022-12-01T10:30:20.4855162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4855337Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4855600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4855752Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4856041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4856141Z return self.from_real_tensor( 2022-12-01T10:30:20.4856410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4856541Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4856788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4856907Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4857169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4857349Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4857567Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4857574Z 2022-12-01T10:30:20.4857671Z ====================================================================== 2022-12-01T10:30:20.4857875Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4858025Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4858115Z Traceback (most recent call last): 2022-12-01T10:30:20.4858404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4858473Z raise rte 2022-12-01T10:30:20.4858766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4858868Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4859163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4859244Z return test(*args, **kwargs) 2022-12-01T10:30:20.4859430Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4859539Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4859829Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4859955Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4860220Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4860324Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4860592Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4860733Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4861035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4861178Z return op(*args, **kwargs) 2022-12-01T10:30:20.4861499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4861612Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4861917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4862032Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4862312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4862450Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4862738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4862857Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4863098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4863228Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4863475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4863605Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4863840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4863902Z return f(x) 2022-12-01T10:30:20.4864210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4864345Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4864604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4864759Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4865012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4865108Z return self.from_real_tensor( 2022-12-01T10:30:20.4865377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4865502Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4865755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4865871Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4866125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4866256Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4866474Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4866482Z 2022-12-01T10:30:20.4866583Z ====================================================================== 2022-12-01T10:30:20.4866824Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4866974Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4867072Z Traceback (most recent call last): 2022-12-01T10:30:20.4867405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4867483Z raise rte 2022-12-01T10:30:20.4867771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4869078Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4869368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4869461Z return test(*args, **kwargs) 2022-12-01T10:30:20.4869642Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4869747Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4870034Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4870167Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4870439Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4870544Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4870814Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4870911Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4871268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4871358Z return op(*args, **kwargs) 2022-12-01T10:30:20.4871632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4871754Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4872117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4872243Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4872520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4872705Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4872959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4873075Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4873316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4873493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4873743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4873874Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4874106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4874180Z return f(x) 2022-12-01T10:30:20.4874433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4874564Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4874825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4874973Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4875224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4875323Z return self.from_real_tensor( 2022-12-01T10:30:20.4875592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4875717Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4876021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4876138Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4876403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4876534Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4876755Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4876762Z 2022-12-01T10:30:20.4876862Z ====================================================================== 2022-12-01T10:30:20.4877072Z ERROR [0.021s]: test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4877222Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4877322Z Traceback (most recent call last): 2022-12-01T10:30:20.4877620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4877736Z raise rte 2022-12-01T10:30:20.4878028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4878128Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4878402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4878541Z return test(*args, **kwargs) 2022-12-01T10:30:20.4878765Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4878874Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4879164Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4879293Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4879606Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4879712Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4879978Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4880077Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4880379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4880465Z return op(*args, **kwargs) 2022-12-01T10:30:20.4880743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4880865Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4881158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4881279Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4881548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4881682Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4881934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4882046Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4882290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4882422Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4882713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4882842Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4883070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4883141Z return f(x) 2022-12-01T10:30:20.4883389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4883518Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4883781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4883930Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4884179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4884272Z return self.from_real_tensor( 2022-12-01T10:30:20.4884539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4884706Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4885032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4885152Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4885545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4885682Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4885902Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4885912Z 2022-12-01T10:30:20.4886011Z ====================================================================== 2022-12-01T10:30:20.4886234Z ERROR [0.019s]: test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4886386Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4886484Z Traceback (most recent call last): 2022-12-01T10:30:20.4886780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4886852Z raise rte 2022-12-01T10:30:20.4887143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4887240Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4887518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4887614Z return test(*args, **kwargs) 2022-12-01T10:30:20.4887796Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4887902Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4888192Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4888320Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4888590Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4888699Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4888967Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4889065Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4889364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4889499Z return op(*args, **kwargs) 2022-12-01T10:30:20.4889775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4889896Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4890187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4890309Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4890575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4890708Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4890997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4891114Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4891352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4891525Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4891775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4891906Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4892183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4892256Z return f(x) 2022-12-01T10:30:20.4892507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4892638Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4892899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4893059Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4893356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4893450Z return self.from_real_tensor( 2022-12-01T10:30:20.4893719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4893848Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4894096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4894210Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4894471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4894604Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4894823Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4894829Z 2022-12-01T10:30:20.4894929Z ====================================================================== 2022-12-01T10:30:20.4895147Z ERROR [0.018s]: test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4895298Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4895398Z Traceback (most recent call last): 2022-12-01T10:30:20.4895689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4895762Z raise rte 2022-12-01T10:30:20.4896102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4896203Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4896480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4896568Z return test(*args, **kwargs) 2022-12-01T10:30:20.4896784Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4896895Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4897186Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4897310Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4897618Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4897726Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4897990Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4898085Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4898387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4898474Z return op(*args, **kwargs) 2022-12-01T10:30:20.4898747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4899540Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4899853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4899979Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4900255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4900394Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4900644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4900761Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4901003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4901136Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4901380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4901558Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4901793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4901865Z return f(x) 2022-12-01T10:30:20.4902115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4902244Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4902503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4902657Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4902949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4903046Z return self.from_real_tensor( 2022-12-01T10:30:20.4903314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4903537Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4903792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4903908Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4904171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4904301Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4904520Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4904531Z 2022-12-01T10:30:20.4904629Z ====================================================================== 2022-12-01T10:30:20.4904849Z ERROR [0.017s]: test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4905005Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4905103Z Traceback (most recent call last): 2022-12-01T10:30:20.4905399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4905471Z raise rte 2022-12-01T10:30:20.4905760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4905860Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4906189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4906282Z return test(*args, **kwargs) 2022-12-01T10:30:20.4906459Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4906563Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4906896Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4907026Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4907294Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4907396Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4907662Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4907757Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4908059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4908146Z return op(*args, **kwargs) 2022-12-01T10:30:20.4908417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4908539Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4908874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4909003Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4909269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4909445Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4909700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4909810Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4910047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4910232Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4910476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4910606Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4910836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4910907Z return f(x) 2022-12-01T10:30:20.4911155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4911286Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4911544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4911696Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4911950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4912042Z return self.from_real_tensor( 2022-12-01T10:30:20.4912303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4912429Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4912677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4912793Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4913094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4913228Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4913442Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4913452Z 2022-12-01T10:30:20.4913552Z ====================================================================== 2022-12-01T10:30:20.4913754Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4913903Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4913999Z Traceback (most recent call last): 2022-12-01T10:30:20.4914293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4914362Z raise rte 2022-12-01T10:30:20.4914651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4914786Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4915065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4915156Z return test(*args, **kwargs) 2022-12-01T10:30:20.4915335Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4915480Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4915769Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4915895Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4916164Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4916268Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4916528Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4916624Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4917020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4917108Z return op(*args, **kwargs) 2022-12-01T10:30:20.4917377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4917498Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4917790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4917915Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4918180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4918315Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4918569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4918680Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4918921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4919048Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4919290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4919418Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4919696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4919767Z return f(x) 2022-12-01T10:30:20.4920016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4920148Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4920406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4920558Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4920847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4920943Z return self.from_real_tensor( 2022-12-01T10:30:20.4921211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4921371Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4921630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4921743Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4922004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4922134Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4922351Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4922359Z 2022-12-01T10:30:20.4922459Z ====================================================================== 2022-12-01T10:30:20.4922661Z ERROR [0.020s]: test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4922815Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4922911Z Traceback (most recent call last): 2022-12-01T10:30:20.4923199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4923319Z raise rte 2022-12-01T10:30:20.4923608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4923705Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4923982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4924070Z return test(*args, **kwargs) 2022-12-01T10:30:20.4924250Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4924357Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4924645Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4924771Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4925116Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4925224Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4925488Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4925583Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4925879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4925966Z return op(*args, **kwargs) 2022-12-01T10:30:20.4926323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4926446Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4926782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4926910Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4927175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4927310Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4927601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4927712Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4927952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4928080Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4928323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4928449Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4928685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4928753Z return f(x) 2022-12-01T10:30:20.4928998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4929129Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4929384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4929532Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4929781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4929875Z return self.from_real_tensor( 2022-12-01T10:30:20.4930140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4930316Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4930561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4930674Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4930929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4931058Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4931274Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4931283Z 2022-12-01T10:30:20.4931379Z ====================================================================== 2022-12-01T10:30:20.4931580Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4931733Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4931827Z Traceback (most recent call last): 2022-12-01T10:30:20.4932117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4932192Z raise rte 2022-12-01T10:30:20.4932480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4932576Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4932946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4933078Z return test(*args, **kwargs) 2022-12-01T10:30:20.4933259Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4933403Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4933697Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4933819Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4934083Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4934185Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4934444Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4934542Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4934834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4934918Z return op(*args, **kwargs) 2022-12-01T10:30:20.4935187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4935306Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4935594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4935718Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4935982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4936117Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4936369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4936480Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4936717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4936895Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4937137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4937267Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4937498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4937568Z return f(x) 2022-12-01T10:30:20.4937826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4937953Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4938208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4938361Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4938613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4938745Z return self.from_real_tensor( 2022-12-01T10:30:20.4939016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4939148Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4939438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4939603Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4939869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4939999Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4940219Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4940226Z 2022-12-01T10:30:20.4940323Z ====================================================================== 2022-12-01T10:30:20.4940526Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4940677Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4940766Z Traceback (most recent call last): 2022-12-01T10:30:20.4941058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4941129Z raise rte 2022-12-01T10:30:20.4941419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4941516Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4941844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4941927Z return test(*args, **kwargs) 2022-12-01T10:30:20.4942106Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4942212Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4942499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4942626Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4942894Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4943001Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4943264Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4943412Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4943718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4943795Z return op(*args, **kwargs) 2022-12-01T10:30:20.4944072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4944184Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4944488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4944612Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4944921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4945065Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4945355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4945468Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4945711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4945842Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4946085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4946264Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4946500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4946563Z return f(x) 2022-12-01T10:30:20.4946817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4946949Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4947208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4947361Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4947609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4947701Z return self.from_real_tensor( 2022-12-01T10:30:20.4947968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4948096Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4948344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4948461Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4948719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4948892Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4949113Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4949120Z 2022-12-01T10:30:20.4949220Z ====================================================================== 2022-12-01T10:30:20.4949417Z ERROR [0.012s]: test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4949570Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4949668Z Traceback (most recent call last): 2022-12-01T10:30:20.4949959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4950081Z raise rte 2022-12-01T10:30:20.4950371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4950470Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4950792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4950885Z return test(*args, **kwargs) 2022-12-01T10:30:20.4951065Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4951172Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4951499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4951628Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4951901Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4952006Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4952272Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4952369Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4952667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4952752Z return op(*args, **kwargs) 2022-12-01T10:30:20.4953068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4953193Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4953490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4953619Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4953886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4954023Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4954273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4954384Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4954626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4954757Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4955002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4955134Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4955365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4955433Z return f(x) 2022-12-01T10:30:20.4955689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4955820Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4956077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4956276Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4956532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4956627Z return self.from_real_tensor( 2022-12-01T10:30:20.4957023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4957150Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4957442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4957559Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4957817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4957947Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4958167Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4958174Z 2022-12-01T10:30:20.4958274Z ====================================================================== 2022-12-01T10:30:20.4958476Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4958632Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4958731Z Traceback (most recent call last): 2022-12-01T10:30:20.4959021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4959093Z raise rte 2022-12-01T10:30:20.4959385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4959534Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4959816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4959905Z return test(*args, **kwargs) 2022-12-01T10:30:20.4960086Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4960196Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4960484Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4960609Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4960877Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4960982Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4961248Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4961345Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4961644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4961738Z return op(*args, **kwargs) 2022-12-01T10:30:20.4962010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4962135Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4962430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4962553Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4962865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4963006Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4963254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4963405Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4963700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4963830Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4964077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4964206Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4964437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4964511Z return f(x) 2022-12-01T10:30:20.4964761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4964893Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4965251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4965406Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4965655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4965749Z return self.from_real_tensor( 2022-12-01T10:30:20.4966059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4966187Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4966487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4966606Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4966863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4966996Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4967215Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4967223Z 2022-12-01T10:30:20.4967321Z ====================================================================== 2022-12-01T10:30:20.4967524Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4967678Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4967777Z Traceback (most recent call last): 2022-12-01T10:30:20.4968072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4968144Z raise rte 2022-12-01T10:30:20.4968434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4968535Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4968859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4968950Z return test(*args, **kwargs) 2022-12-01T10:30:20.4969128Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4969234Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4969559Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4969692Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4969960Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4970065Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4970325Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4970466Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4970763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4970849Z return op(*args, **kwargs) 2022-12-01T10:30:20.4971120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4971243Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4971534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4971657Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4971921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4972060Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4972308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4972417Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4972703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4972836Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4973126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4973254Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4973491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4973562Z return f(x) 2022-12-01T10:30:20.4973812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4973941Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4974205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4974356Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4974605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4974742Z return self.from_real_tensor( 2022-12-01T10:30:20.4975018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4975144Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4975434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4975553Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4975812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4975941Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4976159Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4976166Z 2022-12-01T10:30:20.4976263Z ====================================================================== 2022-12-01T10:30:20.4976467Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4976615Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4976713Z Traceback (most recent call last): 2022-12-01T10:30:20.4977009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4977535Z raise rte 2022-12-01T10:30:20.4977828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4977930Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4978213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4978302Z return test(*args, **kwargs) 2022-12-01T10:30:20.4978488Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4978593Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4978881Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4979010Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4979278Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4979386Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4979648Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4979745Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4980043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4980177Z return op(*args, **kwargs) 2022-12-01T10:30:20.4980454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4980574Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4980922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4981051Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4981352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4981492Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4981744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4981855Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4982096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4982234Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4982482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4982659Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4982897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4982969Z return f(x) 2022-12-01T10:30:20.4983216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4983346Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4983606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4983760Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4984013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4984160Z return self.from_real_tensor( 2022-12-01T10:30:20.4984426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4984550Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4984800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4984914Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4985169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4985304Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4985524Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4985532Z 2022-12-01T10:30:20.4985627Z ====================================================================== 2022-12-01T10:30:20.4985831Z ERROR [0.011s]: test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4985981Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4986076Z Traceback (most recent call last): 2022-12-01T10:30:20.4986364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4986437Z raise rte 2022-12-01T10:30:20.4986766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4986913Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4987192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4987280Z return test(*args, **kwargs) 2022-12-01T10:30:20.4987502Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4987607Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4987890Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4988016Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4988286Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4988389Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4988655Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4988749Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4989051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4989142Z return op(*args, **kwargs) 2022-12-01T10:30:20.4989412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4989532Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4989825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4989950Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4990220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4990356Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4990605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4990765Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4991048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4991178Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4991421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.4991549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.4991782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.4991849Z return f(x) 2022-12-01T10:30:20.4992102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.4992229Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.4992487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.4992637Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.4992927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.4993022Z return self.from_real_tensor( 2022-12-01T10:30:20.4993294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.4993457Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.4993755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.4993871Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.4994126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.4994258Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.4994474Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.4994482Z 2022-12-01T10:30:20.4994580Z ====================================================================== 2022-12-01T10:30:20.4994779Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.4994928Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.4995025Z Traceback (most recent call last): 2022-12-01T10:30:20.4995315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.4995386Z raise rte 2022-12-01T10:30:20.4995670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.4995768Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.4996048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.4996137Z return test(*args, **kwargs) 2022-12-01T10:30:20.4996314Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.4996416Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.4996700Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.4996826Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.4997090Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.4997195Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.4997501Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.4997597Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.4997894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.4997980Z return op(*args, **kwargs) 2022-12-01T10:30:20.4998247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.4998365Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.4998702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.4998826Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.4999093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.4999229Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.4999520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.4999630Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.4999870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.4999999Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5000291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5000422Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5000657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5000729Z return f(x) 2022-12-01T10:30:20.5000976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5001101Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5001398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5001549Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5001795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5001888Z return self.from_real_tensor( 2022-12-01T10:30:20.5002155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5002278Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5002528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5002641Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5002897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5003026Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5003240Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5003248Z 2022-12-01T10:30:20.5003349Z ====================================================================== 2022-12-01T10:30:20.5003551Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5003703Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5003800Z Traceback (most recent call last): 2022-12-01T10:30:20.5004139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5004207Z raise rte 2022-12-01T10:30:20.5004492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5004589Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5004905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5005075Z return test(*args, **kwargs) 2022-12-01T10:30:20.5005259Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5005401Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5005693Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5005822Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5006087Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5006191Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5006451Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5006544Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5007252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5007347Z return op(*args, **kwargs) 2022-12-01T10:30:20.5007623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5007742Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5008086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5008210Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5008480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5008615Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5008863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5008972Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5009212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5009341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5009584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5009712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5009943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5010013Z return f(x) 2022-12-01T10:30:20.5010258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5010385Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5010647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5010841Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5011091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5011241Z return self.from_real_tensor( 2022-12-01T10:30:20.5011510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5011636Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5011926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5012041Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5012296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5012428Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5012651Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5012663Z 2022-12-01T10:30:20.5012811Z ====================================================================== 2022-12-01T10:30:20.5013125Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5013347Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5013486Z Traceback (most recent call last): 2022-12-01T10:30:20.5013928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5014029Z raise rte 2022-12-01T10:30:20.5014541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5014696Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5015117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5015252Z return test(*args, **kwargs) 2022-12-01T10:30:20.5015536Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5015703Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5016145Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5016347Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5016752Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5016903Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5017333Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5017476Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5017825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5017918Z return op(*args, **kwargs) 2022-12-01T10:30:20.5018243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5018414Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5018713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5018839Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5019109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5019245Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5019493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5019681Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5019925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5020055Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5020298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5020427Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5020659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5020732Z return f(x) 2022-12-01T10:30:20.5021084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5021536Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5022028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5022199Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5022463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5022562Z return self.from_real_tensor( 2022-12-01T10:30:20.5022839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5022969Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5023399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5023573Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5023843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5023982Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5024256Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5024265Z 2022-12-01T10:30:20.5024368Z ====================================================================== 2022-12-01T10:30:20.5024573Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5024727Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5024820Z Traceback (most recent call last): 2022-12-01T10:30:20.5025120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5025192Z raise rte 2022-12-01T10:30:20.5025487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5025589Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5025927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5026011Z return test(*args, **kwargs) 2022-12-01T10:30:20.5026190Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5026295Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5026592Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5026719Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5026991Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5027190Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5027570Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5027695Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5032469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5032576Z return op(*args, **kwargs) 2022-12-01T10:30:20.5032921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5033057Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5033374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5033493Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5033782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5033921Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5034179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5034292Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5034534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5034666Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5035028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5035160Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5035397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5035463Z return f(x) 2022-12-01T10:30:20.5035770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5035907Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5036170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5036368Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5036630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5036724Z return self.from_real_tensor( 2022-12-01T10:30:20.5036993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5037126Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5037384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5037497Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5037761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5037897Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5038168Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5038178Z 2022-12-01T10:30:20.5038271Z ====================================================================== 2022-12-01T10:30:20.5038476Z ERROR [0.018s]: test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5038634Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5038811Z Traceback (most recent call last): 2022-12-01T10:30:20.5039113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5039191Z raise rte 2022-12-01T10:30:20.5039485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5039586Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5039866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5039962Z return test(*args, **kwargs) 2022-12-01T10:30:20.5040143Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5040250Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5040535Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5040666Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5040936Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5041042Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5041309Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5041409Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5041800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5041896Z return op(*args, **kwargs) 2022-12-01T10:30:20.5042168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5042336Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5042636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5042768Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5043036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5043178Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5043433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5043548Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5043794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5043929Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5044179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5044313Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5044549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5044623Z return f(x) 2022-12-01T10:30:20.5044923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5045144Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5045407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5045560Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5045813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5045966Z return self.from_real_tensor( 2022-12-01T10:30:20.5046237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5046366Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5046618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5046737Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5047002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5047133Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5047350Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5047360Z 2022-12-01T10:30:20.5047459Z ====================================================================== 2022-12-01T10:30:20.5047712Z ERROR [0.032s]: test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5047869Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5047971Z Traceback (most recent call last): 2022-12-01T10:30:20.5048303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5048382Z raise rte 2022-12-01T10:30:20.5048725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5048830Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5049112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5049205Z return test(*args, **kwargs) 2022-12-01T10:30:20.5049384Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5049489Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5049779Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5049910Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5050178Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5050288Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5050591Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5050691Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5050994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5051081Z return op(*args, **kwargs) 2022-12-01T10:30:20.5051353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5051474Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5051766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5051894Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5052162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5052298Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5052554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5052719Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5052960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5053094Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5053341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5053470Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5053749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5053820Z return f(x) 2022-12-01T10:30:20.5054075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5054207Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5054511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5054666Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5054917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5055014Z return self.from_real_tensor( 2022-12-01T10:30:20.5055282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5055458Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5055712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5055829Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5056095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5056229Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5056455Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5056462Z 2022-12-01T10:30:20.5056560Z ====================================================================== 2022-12-01T10:30:20.5056763Z ERROR [0.012s]: test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5056918Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5057017Z Traceback (most recent call last): 2022-12-01T10:30:20.5057357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5057435Z raise rte 2022-12-01T10:30:20.5057732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5057838Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5058123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5058214Z return test(*args, **kwargs) 2022-12-01T10:30:20.5058399Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5058507Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5058802Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5058934Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5059203Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5059364Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5059671Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5059774Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5060080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5060173Z return op(*args, **kwargs) 2022-12-01T10:30:20.5060487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5060614Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5060912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5061042Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5061311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5061449Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5061699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5061812Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5062050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5062232Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5062481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5062614Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5062848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5062922Z return f(x) 2022-12-01T10:30:20.5063175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5063308Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5063565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5063762Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5064016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5064115Z return self.from_real_tensor( 2022-12-01T10:30:20.5064388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5064518Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5064770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5064883Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5065140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5065271Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5065490Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5065498Z 2022-12-01T10:30:20.5065645Z ====================================================================== 2022-12-01T10:30:20.5065854Z ERROR [0.020s]: test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5066054Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5066159Z Traceback (most recent call last): 2022-12-01T10:30:20.5066496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5066572Z raise rte 2022-12-01T10:30:20.5066860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5066960Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5067244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5067334Z return test(*args, **kwargs) 2022-12-01T10:30:20.5067516Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5067624Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5067915Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5068046Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5068314Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5068422Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5068685Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5068782Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5069131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5069223Z return op(*args, **kwargs) 2022-12-01T10:30:20.5069497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5069622Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5069919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5070044Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5070312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5070450Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5070703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5070818Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5071059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5071193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5071484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5071659Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5071898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5071969Z return f(x) 2022-12-01T10:30:20.5072254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5072394Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5072655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5072809Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5073112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5073211Z return self.from_real_tensor( 2022-12-01T10:30:20.5073481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5073610Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5073858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5073971Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5074240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5074375Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5074594Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5074604Z 2022-12-01T10:30:20.5074702Z ====================================================================== 2022-12-01T10:30:20.5074903Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5075058Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5075157Z Traceback (most recent call last): 2022-12-01T10:30:20.5075454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5075574Z raise rte 2022-12-01T10:30:20.5075858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5075956Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5076237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5076331Z return test(*args, **kwargs) 2022-12-01T10:30:20.5076509Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5076618Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5076908Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5077038Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5077305Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5077412Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5077725Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5077827Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5078129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5078262Z return op(*args, **kwargs) 2022-12-01T10:30:20.5078540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5078662Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5079002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5079135Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5079403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5079540Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5079847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5079964Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5080207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5080343Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5080594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5080724Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5080962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5081036Z return f(x) 2022-12-01T10:30:20.5081289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5081419Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5081679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5081831Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5082081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5082178Z return self.from_real_tensor( 2022-12-01T10:30:20.5082492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5082625Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5082877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5082997Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5083258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5083389Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5083649Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5083657Z 2022-12-01T10:30:20.5083755Z ====================================================================== 2022-12-01T10:30:20.5083957Z ERROR [0.036s]: test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5084112Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5084246Z Traceback (most recent call last): 2022-12-01T10:30:20.5084546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5084618Z raise rte 2022-12-01T10:30:20.5084906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5085099Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5085426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5085518Z return test(*args, **kwargs) 2022-12-01T10:30:20.5085700Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5085809Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5086099Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5086221Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5086491Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5086655Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5086918Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5087016Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5087312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5087399Z return op(*args, **kwargs) 2022-12-01T10:30:20.5087671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5087793Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5088084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5088213Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5088481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5088622Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5088873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5088991Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5089277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5089417Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5089702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5089833Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5090070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5090143Z return f(x) 2022-12-01T10:30:20.5090432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5090564Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5090827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5090983Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5091231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5091368Z return self.from_real_tensor( 2022-12-01T10:30:20.5091639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5091768Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5092022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5092139Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5092398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5092532Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5092754Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5092762Z 2022-12-01T10:30:20.5092864Z ====================================================================== 2022-12-01T10:30:20.5093066Z ERROR [0.020s]: test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5093756Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5093854Z Traceback (most recent call last): 2022-12-01T10:30:20.5094158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5094235Z raise rte 2022-12-01T10:30:20.5094525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5094627Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5094913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5095010Z return test(*args, **kwargs) 2022-12-01T10:30:20.5095195Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5095302Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5095652Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5095785Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5096057Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5096165Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5096477Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5096635Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5096940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5097030Z return op(*args, **kwargs) 2022-12-01T10:30:20.5097302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5097422Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5097762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5097890Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5098162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5098304Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5098553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5098665Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5098908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5099042Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5099286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5099412Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5099649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5099719Z return f(x) 2022-12-01T10:30:20.5099968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5100098Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5100357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5100563Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5100816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5100915Z return self.from_real_tensor( 2022-12-01T10:30:20.5101184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5101312Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5101607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5101729Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5101990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5102123Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5102387Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5102395Z 2022-12-01T10:30:20.5102494Z ====================================================================== 2022-12-01T10:30:20.5102703Z ERROR [0.012s]: test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5102856Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5102953Z Traceback (most recent call last): 2022-12-01T10:30:20.5103297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5103372Z raise rte 2022-12-01T10:30:20.5103663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5103764Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5104045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5104138Z return test(*args, **kwargs) 2022-12-01T10:30:20.5104320Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5104430Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5104718Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5104847Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5105121Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5105224Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5105485Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5105585Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5105885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5105974Z return op(*args, **kwargs) 2022-12-01T10:30:20.5106246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5106369Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5106669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5106791Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5107059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5107243Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5107538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5107690Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5107935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5108065Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5108353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5108485Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5108720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5108790Z return f(x) 2022-12-01T10:30:20.5109039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5109173Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5109435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5109593Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5109842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5109937Z return self.from_real_tensor( 2022-12-01T10:30:20.5110255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5110387Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5110634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5110757Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5111017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5111149Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5111367Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5111373Z 2022-12-01T10:30:20.5111473Z ====================================================================== 2022-12-01T10:30:20.5111677Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5111822Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5111922Z Traceback (most recent call last): 2022-12-01T10:30:20.5112216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5112292Z raise rte 2022-12-01T10:30:20.5112586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5112685Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5113012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5113106Z return test(*args, **kwargs) 2022-12-01T10:30:20.5113287Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5113397Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5113732Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5113864Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5114189Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5114333Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5114600Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5114702Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5115005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5115095Z return op(*args, **kwargs) 2022-12-01T10:30:20.5115373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5115497Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5115790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5115920Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5116200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5116327Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5116591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5116698Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5117003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5117127Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5117382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5117514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5117749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5117812Z return f(x) 2022-12-01T10:30:20.5118074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5118196Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5118467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5118625Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5118928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5119027Z return self.from_real_tensor( 2022-12-01T10:30:20.5119305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5119433Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5119731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5119858Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5120124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5120302Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5120511Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5120529Z 2022-12-01T10:30:20.5120620Z ====================================================================== 2022-12-01T10:30:20.5120893Z ERROR [0.060s]: test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5121046Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5121145Z Traceback (most recent call last): 2022-12-01T10:30:20.5121444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5121519Z raise rte 2022-12-01T10:30:20.5121811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5121919Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5122200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5122292Z return test(*args, **kwargs) 2022-12-01T10:30:20.5122474Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5122586Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5122879Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5123007Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5123278Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5123388Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5124096Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5124210Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5124520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5124618Z return op(*args, **kwargs) 2022-12-01T10:30:20.5124891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5125102Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5125405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5125538Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5125865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5126010Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5126307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5126427Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5126676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5126809Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5127062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5127199Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5127434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5127508Z return f(x) 2022-12-01T10:30:20.5127765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5127897Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5128165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5128383Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5128641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5128740Z return self.from_real_tensor( 2022-12-01T10:30:20.5129009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5129140Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5129398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5129520Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5129778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5129918Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5130145Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5130153Z 2022-12-01T10:30:20.5130303Z ====================================================================== 2022-12-01T10:30:20.5130508Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5130663Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5130764Z Traceback (most recent call last): 2022-12-01T10:30:20.5131108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5131185Z raise rte 2022-12-01T10:30:20.5131476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5131623Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5131912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5132006Z return test(*args, **kwargs) 2022-12-01T10:30:20.5132232Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5132344Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5132638Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5132772Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5133046Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5133152Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5133415Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5133519Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5133819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5133908Z return op(*args, **kwargs) 2022-12-01T10:30:20.5134188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5134311Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5134608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5134733Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5135002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5135190Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5135444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5135555Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5135832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5135973Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5136225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5136359Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5136591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5136661Z return f(x) 2022-12-01T10:30:20.5136912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5137047Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5137308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5137460Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5137754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5137850Z return self.from_real_tensor( 2022-12-01T10:30:20.5138206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5138341Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5138593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5138713Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5138976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5139107Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5139324Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5139331Z 2022-12-01T10:30:20.5139431Z ====================================================================== 2022-12-01T10:30:20.5139635Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5139791Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5139890Z Traceback (most recent call last): 2022-12-01T10:30:20.5140188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5140265Z raise rte 2022-12-01T10:30:20.5140556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5140659Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5140937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5141028Z return test(*args, **kwargs) 2022-12-01T10:30:20.5141207Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5141316Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5141605Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5141786Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5142055Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5142161Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5142427Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5142526Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5142825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5142915Z return op(*args, **kwargs) 2022-12-01T10:30:20.5143189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5143312Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5143655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5143787Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5144060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5144237Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5144537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5144700Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5144946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5145083Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5145330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5145462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5145699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5145771Z return f(x) 2022-12-01T10:30:20.5146027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5146160Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5146419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5146575Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5146819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5146916Z return self.from_real_tensor( 2022-12-01T10:30:20.5147179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5147310Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5147566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5147686Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5147944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5148082Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5148305Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5148312Z 2022-12-01T10:30:20.5148414Z ====================================================================== 2022-12-01T10:30:20.5148660Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5148811Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5148910Z Traceback (most recent call last): 2022-12-01T10:30:20.5149200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5149274Z raise rte 2022-12-01T10:30:20.5149610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5149713Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5149992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5150085Z return test(*args, **kwargs) 2022-12-01T10:30:20.5150306Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5150415Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5150703Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5150832Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5151100Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5151202Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5151507Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5151605Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5151907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5151998Z return op(*args, **kwargs) 2022-12-01T10:30:20.5152271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5152391Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5152691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5152817Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5153084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5153226Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5153478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5153593Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5153831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5153960Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5154251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5154385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5154616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5154689Z return f(x) 2022-12-01T10:30:20.5154935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5155069Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5155329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5155574Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5155829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5155922Z return self.from_real_tensor( 2022-12-01T10:30:20.5156232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5156363Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5156617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5156734Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5156996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5157128Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5157347Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5157354Z 2022-12-01T10:30:20.5157454Z ====================================================================== 2022-12-01T10:30:20.5157659Z ERROR [0.012s]: test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5157807Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5157904Z Traceback (most recent call last): 2022-12-01T10:30:20.5158244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5158315Z raise rte 2022-12-01T10:30:20.5158605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5158705Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5158983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5159073Z return test(*args, **kwargs) 2022-12-01T10:30:20.5159251Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5159360Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5159650Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5159780Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5160048Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5160155Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5160418Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5160518Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5160818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5160908Z return op(*args, **kwargs) 2022-12-01T10:30:20.5161226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5161358Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5161696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5161822Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5162089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5162319Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5162568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5162682Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5162923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5163056Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5163302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5163429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5163663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5163735Z return f(x) 2022-12-01T10:30:20.5163984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5164116Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5164376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5164529Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5164781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5164925Z return self.from_real_tensor( 2022-12-01T10:30:20.5165277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5165402Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5165656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5165776Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5166037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5166171Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5166391Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5166398Z 2022-12-01T10:30:20.5166500Z ====================================================================== 2022-12-01T10:30:20.5166712Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5166865Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5166970Z Traceback (most recent call last): 2022-12-01T10:30:20.5167266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5167337Z raise rte 2022-12-01T10:30:20.5167671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5167774Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5168052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5168145Z return test(*args, **kwargs) 2022-12-01T10:30:20.5168323Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5168471Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5168765Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5168941Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5169213Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5169320Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5169588Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5169725Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5170035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5170126Z return op(*args, **kwargs) 2022-12-01T10:30:20.5170399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5170523Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5170816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5170942Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5171209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5171347Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5171596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5171755Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5172002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5172131Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5172380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5172513Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5172746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5172817Z return f(x) 2022-12-01T10:30:20.5173071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5173199Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5173463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5173614Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5173904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5174002Z return self.from_real_tensor( 2022-12-01T10:30:20.5174268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5174392Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5174689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5174810Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5175071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5175203Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5175420Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5175474Z 2022-12-01T10:30:20.5175576Z ====================================================================== 2022-12-01T10:30:20.5175798Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5175949Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5176047Z Traceback (most recent call last): 2022-12-01T10:30:20.5176341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5176418Z raise rte 2022-12-01T10:30:20.5176711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5176813Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5177094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5177228Z return test(*args, **kwargs) 2022-12-01T10:30:20.5177408Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5177514Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5177804Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5177932Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5178200Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5178353Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5178621Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5178718Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5179018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5179110Z return op(*args, **kwargs) 2022-12-01T10:30:20.5179382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5179504Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5179804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5179931Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5180201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5180340Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5180589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5180704Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5180942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5181072Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5181318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5181448Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5181686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5181757Z return f(x) 2022-12-01T10:30:20.5182005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5182137Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5182440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5182592Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5182841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5182934Z return self.from_real_tensor( 2022-12-01T10:30:20.5183203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5183334Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5183583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5183702Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5183962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5184099Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5184318Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5184326Z 2022-12-01T10:30:20.5184424Z ====================================================================== 2022-12-01T10:30:20.5184628Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5184829Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5184980Z Traceback (most recent call last): 2022-12-01T10:30:20.5185275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5185348Z raise rte 2022-12-01T10:30:20.5185683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5185783Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5186062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5186192Z return test(*args, **kwargs) 2022-12-01T10:30:20.5186380Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5186484Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5186780Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5186909Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5187178Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5187284Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5187549Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5187648Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5187947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5188034Z return op(*args, **kwargs) 2022-12-01T10:30:20.5188302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5188424Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5188721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5188851Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5189175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5189318Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5189567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5189679Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5189921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5190055Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5190298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5190427Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5190662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5190740Z return f(x) 2022-12-01T10:30:20.5190989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5191122Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5191381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5191535Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5191831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5191930Z return self.from_real_tensor( 2022-12-01T10:30:20.5192246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5192383Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5192633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5192749Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5193009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5193142Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5193354Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5193364Z 2022-12-01T10:30:20.5193469Z ====================================================================== 2022-12-01T10:30:20.5193666Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5193813Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5193913Z Traceback (most recent call last): 2022-12-01T10:30:20.5194208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5194283Z raise rte 2022-12-01T10:30:20.5194574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5194676Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5194956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5195046Z return test(*args, **kwargs) 2022-12-01T10:30:20.5195226Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5195337Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5195679Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5195807Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5196076Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5196181Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5196445Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5196546Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5196850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5196939Z return op(*args, **kwargs) 2022-12-01T10:30:20.5197208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5197337Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5197631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5197757Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5198038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5198211Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5198527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5198633Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5198884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5199009Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5199265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5199397Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5199636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5199702Z return f(x) 2022-12-01T10:30:20.5199962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5200085Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5200358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5200514Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5200808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5200907Z return self.from_real_tensor( 2022-12-01T10:30:20.5201176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5201303Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5201603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5201722Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5201986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5202119Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5202329Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5202838Z 2022-12-01T10:30:20.5202933Z ====================================================================== 2022-12-01T10:30:20.5203138Z ERROR [0.011s]: test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5203293Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5203395Z Traceback (most recent call last): 2022-12-01T10:30:20.5203701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5203775Z raise rte 2022-12-01T10:30:20.5204069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5204171Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5204453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5204550Z return test(*args, **kwargs) 2022-12-01T10:30:20.5204735Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5204842Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5205221Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5205350Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5205681Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5205800Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5206119Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5206223Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5206530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5206623Z return op(*args, **kwargs) 2022-12-01T10:30:20.5206896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5207020Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5207313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5207442Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5207714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5207852Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5208111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5208225Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5208469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5208603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5208852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5208985Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5209221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5209295Z return f(x) 2022-12-01T10:30:20.5209548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5209739Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5210000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5210158Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5210413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5210513Z return self.from_real_tensor( 2022-12-01T10:30:20.5210786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5210919Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5211173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5211292Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5211600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5211738Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5211958Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5211966Z 2022-12-01T10:30:20.5212067Z ====================================================================== 2022-12-01T10:30:20.5212288Z ERROR [0.005s]: test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5212491Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5212594Z Traceback (most recent call last): 2022-12-01T10:30:20.5212893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5212972Z raise rte 2022-12-01T10:30:20.5213265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5213367Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5213645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5213738Z return test(*args, **kwargs) 2022-12-01T10:30:20.5213922Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5214030Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5214323Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5214452Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5214723Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5214833Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5215098Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5215196Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5215497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5215588Z return op(*args, **kwargs) 2022-12-01T10:30:20.5215863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5215987Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5216280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5216453Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5216724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5216862Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5217115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5217228Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5217469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5217607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5217854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5217985Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5218226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5218298Z return f(x) 2022-12-01T10:30:20.5218554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5218688Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5218949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5219102Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5219395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5219493Z return self.from_real_tensor( 2022-12-01T10:30:20.5219768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5219899Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5220148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5220271Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5220532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5220663Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5220888Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5220896Z 2022-12-01T10:30:20.5220993Z ====================================================================== 2022-12-01T10:30:20.5221203Z ERROR [0.020s]: test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5221358Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5221457Z Traceback (most recent call last): 2022-12-01T10:30:20.5221746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5221819Z raise rte 2022-12-01T10:30:20.5222108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5222208Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5222491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5222583Z return test(*args, **kwargs) 2022-12-01T10:30:20.5222763Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5222913Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5223203Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5223332Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5223599Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5223703Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5223968Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5224069Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5224376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5224468Z return op(*args, **kwargs) 2022-12-01T10:30:20.5224744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5224867Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5225163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5225297Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5225612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5225755Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5226057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5226175Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5226420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5226557Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5226803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5226935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5227171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5227245Z return f(x) 2022-12-01T10:30:20.5227499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5227633Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5227898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5228055Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5228314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5228409Z return self.from_real_tensor( 2022-12-01T10:30:20.5228679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5228811Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5229061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5229182Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5229439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5229575Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5229841Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5229848Z 2022-12-01T10:30:20.5229949Z ====================================================================== 2022-12-01T10:30:20.5230164Z ERROR [0.035s]: test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5230319Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5230421Z Traceback (most recent call last): 2022-12-01T10:30:20.5230717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5230791Z raise rte 2022-12-01T10:30:20.5231084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5231184Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5231512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5231608Z return test(*args, **kwargs) 2022-12-01T10:30:20.5231790Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5231942Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5232231Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5232360Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5233107Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5233227Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5233499Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5233605Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5233908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5233995Z return op(*args, **kwargs) 2022-12-01T10:30:20.5234271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5234392Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5234688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5234813Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5235084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5235225Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5235479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5235595Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5235835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5235967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5236210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5236343Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5236578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5236649Z return f(x) 2022-12-01T10:30:20.5236899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5237090Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5237400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5237555Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5237807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5237902Z return self.from_real_tensor( 2022-12-01T10:30:20.5238177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5238304Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5238555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5238674Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5238934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5239067Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5239286Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5239293Z 2022-12-01T10:30:20.5239391Z ====================================================================== 2022-12-01T10:30:20.5239649Z ERROR [0.024s]: test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5239804Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5239903Z Traceback (most recent call last): 2022-12-01T10:30:20.5240193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5240270Z raise rte 2022-12-01T10:30:20.5240557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5240660Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5240937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5241026Z return test(*args, **kwargs) 2022-12-01T10:30:20.5241207Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5241315Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5241600Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5241729Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5241994Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5242100Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5242367Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5242465Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5242766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5242853Z return op(*args, **kwargs) 2022-12-01T10:30:20.5243125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5243248Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5243546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5243764Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5244033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5244170Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5244424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5244533Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5244778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5244908Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5245233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5245368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5245602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5245671Z return f(x) 2022-12-01T10:30:20.5245922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5246053Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5246314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5246519Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5246777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5246876Z return self.from_real_tensor( 2022-12-01T10:30:20.5247145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5247275Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5247526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5247642Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5247899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5248032Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5248250Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5248258Z 2022-12-01T10:30:20.5248357Z ====================================================================== 2022-12-01T10:30:20.5248564Z ERROR [0.024s]: test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5248720Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5248817Z Traceback (most recent call last): 2022-12-01T10:30:20.5249111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5249180Z raise rte 2022-12-01T10:30:20.5249474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5249572Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5249855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5249944Z return test(*args, **kwargs) 2022-12-01T10:30:20.5250120Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5250274Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5250564Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5250691Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5250963Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5251067Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5251373Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5251477Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5251777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5251870Z return op(*args, **kwargs) 2022-12-01T10:30:20.5252140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5252266Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5252563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5252691Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5252962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5253148Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5253405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5253521Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5253768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5253899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5254147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5254279Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5254511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5254580Z return f(x) 2022-12-01T10:30:20.5254836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5254965Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5255227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5255379Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5255629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5255724Z return self.from_real_tensor( 2022-12-01T10:30:20.5255988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5256115Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5256370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5256487Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5256748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5256879Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5257145Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5257153Z 2022-12-01T10:30:20.5257257Z ====================================================================== 2022-12-01T10:30:20.5257457Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5257609Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5257708Z Traceback (most recent call last): 2022-12-01T10:30:20.5258003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5258077Z raise rte 2022-12-01T10:30:20.5258364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5258463Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5258742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5258830Z return test(*args, **kwargs) 2022-12-01T10:30:20.5259010Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5259114Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5259398Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5259567Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5259838Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5259945Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5260207Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5260310Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5260607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5260698Z return op(*args, **kwargs) 2022-12-01T10:30:20.5260967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5261091Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5261387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5261556Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5261832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5261969Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5262220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5262331Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5262575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5262703Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5262948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5263079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5263314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5263387Z return f(x) 2022-12-01T10:30:20.5263692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5263822Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5264083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5264236Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5264487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5264582Z return self.from_real_tensor( 2022-12-01T10:30:20.5264856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5264983Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5265230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5265352Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5265610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5265745Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5265961Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5265969Z 2022-12-01T10:30:20.5266073Z ====================================================================== 2022-12-01T10:30:20.5266327Z ERROR [0.002s]: test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5266480Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5266579Z Traceback (most recent call last): 2022-12-01T10:30:20.5266874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5266953Z raise rte 2022-12-01T10:30:20.5267244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5267341Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5267619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5267715Z return test(*args, **kwargs) 2022-12-01T10:30:20.5267896Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5268004Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5268293Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5268424Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5268692Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5268800Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5269107Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5269208Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5269509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5269600Z return op(*args, **kwargs) 2022-12-01T10:30:20.5269872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5269994Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5270334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5270463Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5270734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5270869Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5271121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5271234Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5271476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5271607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5271851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5271983Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5272218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5272291Z return f(x) 2022-12-01T10:30:20.5272537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5272668Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5272971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5273128Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5273385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5273487Z return self.from_real_tensor( 2022-12-01T10:30:20.5273762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5273895Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5274148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5274267Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5274525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5274664Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5274927Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5274936Z 2022-12-01T10:30:20.5275042Z ====================================================================== 2022-12-01T10:30:20.5275251Z ERROR [0.011s]: test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5275394Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5275499Z Traceback (most recent call last): 2022-12-01T10:30:20.5275801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5275879Z raise rte 2022-12-01T10:30:20.5276171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5276277Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5276559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5276655Z return test(*args, **kwargs) 2022-12-01T10:30:20.5276896Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5277006Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5277297Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5277428Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5277702Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5277812Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5278080Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5278183Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5278487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5278584Z return op(*args, **kwargs) 2022-12-01T10:30:20.5278857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5278983Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5279280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5279409Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5279737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5279866Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5280136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5280240Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5280498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5280620Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5280877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5281011Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5281244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5281305Z return f(x) 2022-12-01T10:30:20.5281571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5281692Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5281968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5282124Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5282378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5282476Z return self.from_real_tensor( 2022-12-01T10:30:20.5282747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5282881Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5283134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5283254Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5283563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5283751Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5283961Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5283977Z 2022-12-01T10:30:20.5284067Z ====================================================================== 2022-12-01T10:30:20.5284273Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5284422Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5284522Z Traceback (most recent call last): 2022-12-01T10:30:20.5284824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5284898Z raise rte 2022-12-01T10:30:20.5285303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5285410Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5285693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5285787Z return test(*args, **kwargs) 2022-12-01T10:30:20.5285967Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5286077Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5286365Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5286541Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5286815Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5286922Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5287192Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5287293Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5287596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5287686Z return op(*args, **kwargs) 2022-12-01T10:30:20.5288009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5288134Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5288433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5288600Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5288872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5289021Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5289317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5289431Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5289672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5289804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5290055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5290186Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5290417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5290544Z return f(x) 2022-12-01T10:30:20.5290794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5290924Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5291188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5291340Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5291589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5291687Z return self.from_real_tensor( 2022-12-01T10:30:20.5291956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5292083Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5292338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5292460Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5292721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5292855Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5293074Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5293082Z 2022-12-01T10:30:20.5293223Z ====================================================================== 2022-12-01T10:30:20.5293433Z ERROR [0.122s]: test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5293586Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5293689Z Traceback (most recent call last): 2022-12-01T10:30:20.5293982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5294060Z raise rte 2022-12-01T10:30:20.5294349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5294449Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5294725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5294860Z return test(*args, **kwargs) 2022-12-01T10:30:20.5295044Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5295150Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5295443Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5295572Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5295843Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5295954Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5296218Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5296319Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5296622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5296713Z return op(*args, **kwargs) 2022-12-01T10:30:20.5296988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5297164Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5297460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5297586Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5297860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5297998Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5298256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5298372Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5298615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5298750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5298999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5299132Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5299370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5299443Z return f(x) 2022-12-01T10:30:20.5299693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5299829Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5300135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5300289Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5300540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5300640Z return self.from_real_tensor( 2022-12-01T10:30:20.5300908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5301044Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5301296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5301414Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5301722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5301856Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5302075Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5302082Z 2022-12-01T10:30:20.5302186Z ====================================================================== 2022-12-01T10:30:20.5302390Z ERROR [0.080s]: test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5302541Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5302644Z Traceback (most recent call last): 2022-12-01T10:30:20.5302940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5303014Z raise rte 2022-12-01T10:30:20.5303309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5303406Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5303686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5303833Z return test(*args, **kwargs) 2022-12-01T10:30:20.5304013Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5304120Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5304408Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5304538Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5304806Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5304917Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5305182Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5305280Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5305581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5305674Z return op(*args, **kwargs) 2022-12-01T10:30:20.5305951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5306074Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5306373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5306499Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5306811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5306951Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5307206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5307319Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5307605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5307741Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5307989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5308120Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5308359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5308432Z return f(x) 2022-12-01T10:30:20.5308682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5308814Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5309076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5309230Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5309479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5309573Z return self.from_real_tensor( 2022-12-01T10:30:20.5309839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5309967Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5310220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5310337Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5310600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5311190Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5311415Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5311422Z 2022-12-01T10:30:20.5311524Z ====================================================================== 2022-12-01T10:30:20.5311744Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5311897Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5311999Z Traceback (most recent call last): 2022-12-01T10:30:20.5312297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5312373Z raise rte 2022-12-01T10:30:20.5312668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5312768Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5313050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5313141Z return test(*args, **kwargs) 2022-12-01T10:30:20.5313322Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5313476Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5313824Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5313954Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5314224Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5314332Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5314597Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5314694Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5314994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5315082Z return op(*args, **kwargs) 2022-12-01T10:30:20.5315355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5315479Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5315773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5315898Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5316168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5316304Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5316556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5316669Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5316910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5317044Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5317290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5317422Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5317656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5317776Z return f(x) 2022-12-01T10:30:20.5318031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5318162Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5318422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5318582Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5318832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5318975Z return self.from_real_tensor( 2022-12-01T10:30:20.5319250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5319380Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5319632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5319750Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5320013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5320146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5320363Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5320371Z 2022-12-01T10:30:20.5320520Z ====================================================================== 2022-12-01T10:30:20.5320728Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5320878Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5320980Z Traceback (most recent call last): 2022-12-01T10:30:20.5321273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5321346Z raise rte 2022-12-01T10:30:20.5321636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5321738Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5322020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5322114Z return test(*args, **kwargs) 2022-12-01T10:30:20.5322297Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5322405Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5322694Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5322823Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5323093Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5323200Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5323468Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5323567Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5323869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5323959Z return op(*args, **kwargs) 2022-12-01T10:30:20.5324278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5324458Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5324758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5324886Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5325233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5325374Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5325629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5325744Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5325988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5326127Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5326377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5326510Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5326745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5326818Z return f(x) 2022-12-01T10:30:20.5327070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5327253Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5327519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5327675Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5327923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5328020Z return self.from_real_tensor( 2022-12-01T10:30:20.5328290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5328417Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5328666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5328782Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5329043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5329175Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5329393Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5329402Z 2022-12-01T10:30:20.5329503Z ====================================================================== 2022-12-01T10:30:20.5329727Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5329878Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5329976Z Traceback (most recent call last): 2022-12-01T10:30:20.5330313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5330388Z raise rte 2022-12-01T10:30:20.5330680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5330778Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5331055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5331191Z return test(*args, **kwargs) 2022-12-01T10:30:20.5331368Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5331474Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5331764Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5331890Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5332160Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5332266Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5332530Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5332631Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5332935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5333023Z return op(*args, **kwargs) 2022-12-01T10:30:20.5333293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5333414Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5333703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5333867Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5334134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5334267Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5334521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5334630Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5334872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5335002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5335243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5335371Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5335602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5335671Z return f(x) 2022-12-01T10:30:20.5335920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5336055Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5336313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5336465Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5336713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5336853Z return self.from_real_tensor( 2022-12-01T10:30:20.5337126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5337251Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5337503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5337619Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5337931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5338065Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5338282Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5338290Z 2022-12-01T10:30:20.5338386Z ====================================================================== 2022-12-01T10:30:20.5338605Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5338758Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5338856Z Traceback (most recent call last): 2022-12-01T10:30:20.5339141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5339214Z raise rte 2022-12-01T10:30:20.5339506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5343982Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5344318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5344417Z return test(*args, **kwargs) 2022-12-01T10:30:20.5344605Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5344713Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5345525Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5345670Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5346006Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5346118Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5346388Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5346488Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5346792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5346885Z return op(*args, **kwargs) 2022-12-01T10:30:20.5347162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5347285Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5347582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5347711Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5347980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5348114Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5348366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5348476Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5348718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5348847Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5349091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5349217Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5349521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5349592Z return f(x) 2022-12-01T10:30:20.5349843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5349972Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5350232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5350383Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5350635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5350730Z return self.from_real_tensor( 2022-12-01T10:30:20.5351003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5351134Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5351389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5351507Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5351814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5351949Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5352231Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5352240Z 2022-12-01T10:30:20.5352343Z ====================================================================== 2022-12-01T10:30:20.5352561Z ERROR [0.013s]: test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5352716Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5352812Z Traceback (most recent call last): 2022-12-01T10:30:20.5353108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5353183Z raise rte 2022-12-01T10:30:20.5353470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5353567Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5353848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5353938Z return test(*args, **kwargs) 2022-12-01T10:30:20.5354117Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5354224Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5354514Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5354640Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5354910Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5355017Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5355283Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5355382Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5355682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5355769Z return op(*args, **kwargs) 2022-12-01T10:30:20.5356127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5356255Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5356548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5356673Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5356939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5357077Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5357326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5357436Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5357676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5357811Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5358054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5358182Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5358412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5358482Z return f(x) 2022-12-01T10:30:20.5358779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5358915Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5359180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5359332Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5359584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5359679Z return self.from_real_tensor( 2022-12-01T10:30:20.5359946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5360073Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5360325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5360443Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5360702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5360832Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5361053Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5361060Z 2022-12-01T10:30:20.5361160Z ====================================================================== 2022-12-01T10:30:20.5361388Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5361586Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5361679Z Traceback (most recent call last): 2022-12-01T10:30:20.5361978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5362052Z raise rte 2022-12-01T10:30:20.5362340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5362439Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5362779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5362861Z return test(*args, **kwargs) 2022-12-01T10:30:20.5363044Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5363149Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5363435Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5363565Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5363836Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5363942Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5364207Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5364307Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5364611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5364702Z return op(*args, **kwargs) 2022-12-01T10:30:20.5365077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5365193Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5365549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5365668Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5365949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5366090Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5366387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5366503Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5366749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5366878Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5367121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5367252Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5367487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5367550Z return f(x) 2022-12-01T10:30:20.5367806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5367941Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5368202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5368352Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5368602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5368696Z return self.from_real_tensor( 2022-12-01T10:30:20.5368970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5369100Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5369354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5369525Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5369787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5369920Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5370140Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5370148Z 2022-12-01T10:30:20.5370248Z ====================================================================== 2022-12-01T10:30:20.5370500Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5370696Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5370797Z Traceback (most recent call last): 2022-12-01T10:30:20.5371095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5371168Z raise rte 2022-12-01T10:30:20.5371459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5371558Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5371837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5371927Z return test(*args, **kwargs) 2022-12-01T10:30:20.5372150Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5372257Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5372547Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5372677Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5372947Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5373053Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5373316Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5373414Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5373711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5373801Z return op(*args, **kwargs) 2022-12-01T10:30:20.5374074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5374197Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5374495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5374619Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5374884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5375020Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5375270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5375381Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5375625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5375759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5376046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5376233Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5376468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5376539Z return f(x) 2022-12-01T10:30:20.5376787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5376916Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5377177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5377327Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5377575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5377673Z return self.from_real_tensor( 2022-12-01T10:30:20.5377941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5378068Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5378318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5378433Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5378695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5378873Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5379096Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5379103Z 2022-12-01T10:30:20.5379204Z ====================================================================== 2022-12-01T10:30:20.5379424Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5379575Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5379675Z Traceback (most recent call last): 2022-12-01T10:30:20.5379974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5380049Z raise rte 2022-12-01T10:30:20.5380390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5380491Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5380769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5380860Z return test(*args, **kwargs) 2022-12-01T10:30:20.5381046Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5381152Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5381445Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5381574Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5381843Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5381946Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5382212Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5382307Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5382606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5382744Z return op(*args, **kwargs) 2022-12-01T10:30:20.5383014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5383133Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5383427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5383552Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5383821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5383957Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5384209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5384325Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5384567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5384699Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5384944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5385121Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5385355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5385478Z return f(x) 2022-12-01T10:30:20.5385734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5385864Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5386121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5386278Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5386525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5386621Z return self.from_real_tensor( 2022-12-01T10:30:20.5386895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5387023Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5387277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5387395Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5387651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5387787Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5388002Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5388009Z 2022-12-01T10:30:20.5388110Z ====================================================================== 2022-12-01T10:30:20.5388341Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5388491Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5388592Z Traceback (most recent call last): 2022-12-01T10:30:20.5388882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5389005Z raise rte 2022-12-01T10:30:20.5389301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5389446Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5389766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5389863Z return test(*args, **kwargs) 2022-12-01T10:30:20.5390089Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5390199Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5390490Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5390617Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5390888Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5390994Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5391259Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5391357Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5391654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5391742Z return op(*args, **kwargs) 2022-12-01T10:30:20.5392013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5392180Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5392478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5392604Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5392877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5393011Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5393261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5393377Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5393618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5393750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5393994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5394122Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5394355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5394427Z return f(x) 2022-12-01T10:30:20.5394676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5394807Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5395111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5395264Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5395556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5395654Z return self.from_real_tensor( 2022-12-01T10:30:20.5395966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5396094Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5396397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5396512Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5396769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5396899Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5397116Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5397123Z 2022-12-01T10:30:20.5397225Z ====================================================================== 2022-12-01T10:30:20.5397459Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5397607Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5397708Z Traceback (most recent call last): 2022-12-01T10:30:20.5398000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5398069Z raise rte 2022-12-01T10:30:20.5398356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5398455Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5398731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5398865Z return test(*args, **kwargs) 2022-12-01T10:30:20.5399047Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5399151Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5399438Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5399567Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5399830Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5399934Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5400200Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5400297Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5400638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5400728Z return op(*args, **kwargs) 2022-12-01T10:30:20.5400995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5401162Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5401458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5401582Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5401888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5402028Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5402280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5402391Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5402630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5402759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5403058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5403188Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5403417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5403486Z return f(x) 2022-12-01T10:30:20.5403733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5403865Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5404124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5404277Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5404524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5404621Z return self.from_real_tensor( 2022-12-01T10:30:20.5404890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5405116Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5405368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5405485Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5405794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5405928Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5406145Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5406155Z 2022-12-01T10:30:20.5406256Z ====================================================================== 2022-12-01T10:30:20.5406481Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5406629Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5406725Z Traceback (most recent call last): 2022-12-01T10:30:20.5407061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5407175Z raise rte 2022-12-01T10:30:20.5407468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5407566Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5407844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5407938Z return test(*args, **kwargs) 2022-12-01T10:30:20.5408156Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5408260Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5408546Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5408673Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5408944Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5409047Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5409309Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5409405Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5409757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5409845Z return op(*args, **kwargs) 2022-12-01T10:30:20.5410115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5410235Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5410528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5410655Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5410921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5411056Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5411306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5411413Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5411652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5411779Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5412020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5412191Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5412477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5412549Z return f(x) 2022-12-01T10:30:20.5412797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5412928Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5413188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5413378Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5413634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5413730Z return self.from_real_tensor( 2022-12-01T10:30:20.5414040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5414170Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5414416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5414531Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5414788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5414921Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5415136Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5415143Z 2022-12-01T10:30:20.5415243Z ====================================================================== 2022-12-01T10:30:20.5415463Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5415615Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5415712Z Traceback (most recent call last): 2022-12-01T10:30:20.5416002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5416119Z raise rte 2022-12-01T10:30:20.5416407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5416505Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5416784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5416870Z return test(*args, **kwargs) 2022-12-01T10:30:20.5417045Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5417150Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5417437Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5417561Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5417824Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5417928Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5418189Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5418284Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5418581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5418669Z return op(*args, **kwargs) 2022-12-01T10:30:20.5418980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5419100Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5419435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5419564Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5419830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5420007Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5420261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5420371Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5420615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5420748Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5420991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5421119Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5421352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5421421Z return f(x) 2022-12-01T10:30:20.5421674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5421844Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5422107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5422257Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5422508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5422603Z return self.from_real_tensor( 2022-12-01T10:30:20.5422872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5423482Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5423738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5423855Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5424111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5424241Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5424460Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5424468Z 2022-12-01T10:30:20.5424567Z ====================================================================== 2022-12-01T10:30:20.5424791Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5424942Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5425039Z Traceback (most recent call last): 2022-12-01T10:30:20.5425380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5425455Z raise rte 2022-12-01T10:30:20.5425746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5425844Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5426218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5426311Z return test(*args, **kwargs) 2022-12-01T10:30:20.5426489Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5426596Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5426882Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5427009Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5427273Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5427377Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5427640Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5427741Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5428039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5428126Z return op(*args, **kwargs) 2022-12-01T10:30:20.5428398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5428516Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5428807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5428934Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5429200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5429337Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5429589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5429699Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5429941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5430118Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5430365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5430493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5430763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5430837Z return f(x) 2022-12-01T10:30:20.5431090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5431217Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5431518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5431669Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5431964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5432061Z return self.from_real_tensor( 2022-12-01T10:30:20.5432331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5432456Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5432704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5432870Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5433134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5433266Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5433487Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5433493Z 2022-12-01T10:30:20.5433594Z ====================================================================== 2022-12-01T10:30:20.5433821Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5433972Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5434072Z Traceback (most recent call last): 2022-12-01T10:30:20.5434371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5434440Z raise rte 2022-12-01T10:30:20.5434731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5434830Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5435108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5435196Z return test(*args, **kwargs) 2022-12-01T10:30:20.5435373Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5435478Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5435765Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5435891Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5436159Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5436263Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5436571Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5436720Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5437021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5437107Z return op(*args, **kwargs) 2022-12-01T10:30:20.5437422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5437541Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5437838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5438004Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5438275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5438415Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5438662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5438772Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5439013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5439143Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5439388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5439568Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5439804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5439872Z return f(x) 2022-12-01T10:30:20.5440117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5440249Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5440507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5440657Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5440909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5441003Z return self.from_real_tensor( 2022-12-01T10:30:20.5441274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5441405Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5441655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5441771Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5442028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5442157Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5442374Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5442382Z 2022-12-01T10:30:20.5442523Z ====================================================================== 2022-12-01T10:30:20.5442746Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5442900Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5442998Z Traceback (most recent call last): 2022-12-01T10:30:20.5443333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5443457Z raise rte 2022-12-01T10:30:20.5443750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5443849Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5444162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5444253Z return test(*args, **kwargs) 2022-12-01T10:30:20.5444436Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5444542Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5444829Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5445032Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5445306Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5445412Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5445674Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5445771Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5446069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5446209Z return op(*args, **kwargs) 2022-12-01T10:30:20.5446484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5446607Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5446901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5447030Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5447296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5447433Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5447679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5447791Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5448034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5448164Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5448405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5448576Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5448816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5448887Z return f(x) 2022-12-01T10:30:20.5449137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5449310Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5449574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5449730Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5450024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5450123Z return self.from_real_tensor( 2022-12-01T10:30:20.5450447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5450574Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5450823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5450936Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5451195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5451330Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5451546Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5451554Z 2022-12-01T10:30:20.5451652Z ====================================================================== 2022-12-01T10:30:20.5451873Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5452016Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5452116Z Traceback (most recent call last): 2022-12-01T10:30:20.5452408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5452479Z raise rte 2022-12-01T10:30:20.5452765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5453304Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5453604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5453698Z return test(*args, **kwargs) 2022-12-01T10:30:20.5453881Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5453985Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5454319Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5454448Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5454720Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5454822Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5455087Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5455182Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5455524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5455618Z return op(*args, **kwargs) 2022-12-01T10:30:20.5455931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5456056Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5456356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5456481Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5456761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5456890Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5457148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5457249Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5457556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5457680Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5457931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5458054Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5458295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5458357Z return f(x) 2022-12-01T10:30:20.5458617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5458739Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5459002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5459154Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5459404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5459495Z return self.from_real_tensor( 2022-12-01T10:30:20.5459766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5459892Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5460183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5460299Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5460562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5460697Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5460906Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5460924Z 2022-12-01T10:30:20.5461014Z ====================================================================== 2022-12-01T10:30:20.5461275Z ERROR [0.009s]: test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5461428Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5461528Z Traceback (most recent call last): 2022-12-01T10:30:20.5461826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5461941Z raise rte 2022-12-01T10:30:20.5462232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5462335Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5462612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5462700Z return test(*args, **kwargs) 2022-12-01T10:30:20.5462879Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5462983Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5463272Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5463403Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5463668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5463774Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5464086Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5464181Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5464479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5464569Z return op(*args, **kwargs) 2022-12-01T10:30:20.5464879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5465003Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5465301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5465425Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5465693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5465833Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5466091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5466201Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5466439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5466567Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5466854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5466982Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5467258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5467336Z return f(x) 2022-12-01T10:30:20.5467588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5467717Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5468021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5468174Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5468422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5468518Z return self.from_real_tensor( 2022-12-01T10:30:20.5468785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5468911Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5469165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5469280Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5469540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5469674Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5469891Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5469899Z 2022-12-01T10:30:20.5469996Z ====================================================================== 2022-12-01T10:30:20.5470214Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5470366Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5470557Z Traceback (most recent call last): 2022-12-01T10:30:20.5470860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5470933Z raise rte 2022-12-01T10:30:20.5471218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5471319Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5471595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5471690Z return test(*args, **kwargs) 2022-12-01T10:30:20.5471871Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5471978Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5472262Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5472390Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5472655Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5472757Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5473015Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5473113Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5473503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5473595Z return op(*args, **kwargs) 2022-12-01T10:30:20.5473909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5474036Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5474330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5474453Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5474720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5474858Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5475109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5475223Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5475463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5475593Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5475840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5475968Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5476204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5476275Z return f(x) 2022-12-01T10:30:20.5476524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5476653Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5476916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5477067Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5477317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5477460Z return self.from_real_tensor( 2022-12-01T10:30:20.5477730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5477902Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5478157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5478274Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5478533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5478666Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5478882Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5478889Z 2022-12-01T10:30:20.5478988Z ====================================================================== 2022-12-01T10:30:20.5479250Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5479404Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5479500Z Traceback (most recent call last): 2022-12-01T10:30:20.5479794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5479907Z raise rte 2022-12-01T10:30:20.5480252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5480352Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5480636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5480727Z return test(*args, **kwargs) 2022-12-01T10:30:20.5480906Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5481010Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5481297Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5481424Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5481689Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5481796Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5482055Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5482151Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5482455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5482548Z return op(*args, **kwargs) 2022-12-01T10:30:20.5482817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5482939Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5483232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5483356Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5483627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5483764Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5484010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5484168Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5484452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5484583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5484825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5485024Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5485308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5485383Z return f(x) 2022-12-01T10:30:20.5485633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5485760Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5486060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5486214Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5486466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5486557Z return self.from_real_tensor( 2022-12-01T10:30:20.5486823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5487001Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5487255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5487368Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5487626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5487759Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5487973Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5487980Z 2022-12-01T10:30:20.5488079Z ====================================================================== 2022-12-01T10:30:20.5488309Z ERROR [0.018s]: test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5488463Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5488560Z Traceback (most recent call last): 2022-12-01T10:30:20.5488851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5488923Z raise rte 2022-12-01T10:30:20.5489211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5489309Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5489584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5489672Z return test(*args, **kwargs) 2022-12-01T10:30:20.5489849Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5489953Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5490242Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5490368Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5490635Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5490785Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5491097Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5491196Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5491538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5491628Z return op(*args, **kwargs) 2022-12-01T10:30:20.5491905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5492066Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5492360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5492482Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5492750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5492887Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5493136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5493247Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5493488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5493669Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5493915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5494045Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5494280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5494348Z return f(x) 2022-12-01T10:30:20.5494596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5494726Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5494983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5495135Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5495384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5495477Z return self.from_real_tensor( 2022-12-01T10:30:20.5495743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5495871Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5496119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5496236Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5496492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5496624Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5496840Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5496849Z 2022-12-01T10:30:20.5496946Z ====================================================================== 2022-12-01T10:30:20.5497166Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5497405Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5497506Z Traceback (most recent call last): 2022-12-01T10:30:20.5497800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5497874Z raise rte 2022-12-01T10:30:20.5498207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5498307Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5498581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5498668Z return test(*args, **kwargs) 2022-12-01T10:30:20.5498846Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5498947Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5499234Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5499359Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5499670Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5499781Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5500041Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5500135Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5500483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5500571Z return op(*args, **kwargs) 2022-12-01T10:30:20.5500843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5500964Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5501257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5501382Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5501647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5501780Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5502031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5502142Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5502378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5502509Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5502753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5502884Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5503115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5503185Z return f(x) 2022-12-01T10:30:20.5503476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5503609Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5503908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5504061Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5504362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5504457Z return self.from_real_tensor( 2022-12-01T10:30:20.5504771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5504902Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5505150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5505265Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5505520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5505652Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5505868Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5505879Z 2022-12-01T10:30:20.5505976Z ====================================================================== 2022-12-01T10:30:20.5506212Z ERROR [0.010s]: test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5506361Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5506459Z Traceback (most recent call last): 2022-12-01T10:30:20.5506747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5506868Z raise rte 2022-12-01T10:30:20.5507160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5507260Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5507539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5507626Z return test(*args, **kwargs) 2022-12-01T10:30:20.5507803Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5507905Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5508192Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5508319Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5508585Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5508689Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5508952Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5509048Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5509391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5509480Z return op(*args, **kwargs) 2022-12-01T10:30:20.5509748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5509907Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5510206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5510331Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5510597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5510733Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5511031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5511142Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5511381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5511509Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5511757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5511890Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5512121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5512191Z return f(x) 2022-12-01T10:30:20.5512439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5512571Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5512823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5512976Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5513225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5513321Z return self.from_real_tensor( 2022-12-01T10:30:20.5513636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5513766Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5514019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5514140Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5514404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5514538Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5514756Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5514763Z 2022-12-01T10:30:20.5514861Z ====================================================================== 2022-12-01T10:30:20.5515084Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5515316Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5515418Z Traceback (most recent call last): 2022-12-01T10:30:20.5515713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5515786Z raise rte 2022-12-01T10:30:20.5516078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5516178Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5516500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5516588Z return test(*args, **kwargs) 2022-12-01T10:30:20.5516769Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5516875Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5517163Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5517291Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5517611Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5517717Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5517981Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5518078Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5518374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5518461Z return op(*args, **kwargs) 2022-12-01T10:30:20.5518736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5518857Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5519149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5519279Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5519547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5519683Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5519932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5520044Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5520326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5520460Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5520704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5520836Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5521071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5521140Z return f(x) 2022-12-01T10:30:20.5521389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5521521Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5521825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5521980Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5522274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5522372Z return self.from_real_tensor( 2022-12-01T10:30:20.5522687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5522816Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5523065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5523183Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5523441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5523574Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5523792Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5523800Z 2022-12-01T10:30:20.5523899Z ====================================================================== 2022-12-01T10:30:20.5524125Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5524331Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5524430Z Traceback (most recent call last): 2022-12-01T10:30:20.5524723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5524795Z raise rte 2022-12-01T10:30:20.5525161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5525265Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5525542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5525632Z return test(*args, **kwargs) 2022-12-01T10:30:20.5525810Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5525918Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5526209Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5526336Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5526605Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5526711Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5527020Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5527118Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5527419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5527511Z return op(*args, **kwargs) 2022-12-01T10:30:20.5527829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5527954Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5528287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5528455Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5528728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5528871Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5529120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5529229Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5529474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5529606Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5529852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5529980Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5530213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5530283Z return f(x) 2022-12-01T10:30:20.5530535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5530667Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5530925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5531543Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5531797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5531893Z return self.from_real_tensor( 2022-12-01T10:30:20.5532161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5532287Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5532538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5532655Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5532913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5533049Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5533269Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5533277Z 2022-12-01T10:30:20.5533376Z ====================================================================== 2022-12-01T10:30:20.5533652Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5533806Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5533895Z Traceback (most recent call last): 2022-12-01T10:30:20.5534297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5534366Z raise rte 2022-12-01T10:30:20.5534666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5534767Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5535041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5535131Z return test(*args, **kwargs) 2022-12-01T10:30:20.5535350Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5535449Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5535746Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5535868Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5536141Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5536237Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5536508Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5536598Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5536902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5536987Z return op(*args, **kwargs) 2022-12-01T10:30:20.5537257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5537378Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5537672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5537799Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5538069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5538262Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5538515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5538628Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5538866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5538995Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5539241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5539368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5539640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5539714Z return f(x) 2022-12-01T10:30:20.5539965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5540095Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5540395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5540554Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5540804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5540944Z return self.from_real_tensor( 2022-12-01T10:30:20.5541258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5541387Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5541637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5541755Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5542014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5542147Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5542362Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5542369Z 2022-12-01T10:30:20.5542469Z ====================================================================== 2022-12-01T10:30:20.5542689Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5542837Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5542932Z Traceback (most recent call last): 2022-12-01T10:30:20.5543225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5543300Z raise rte 2022-12-01T10:30:20.5543589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5543691Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5543973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5544062Z return test(*args, **kwargs) 2022-12-01T10:30:20.5544243Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5544347Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5544637Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5544814Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5545083Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5545190Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5545454Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5545551Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5545896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5545983Z return op(*args, **kwargs) 2022-12-01T10:30:20.5546294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5546415Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5546711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5546831Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5547141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5547282Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5547530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5547691Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5547932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5548060Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5548307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5548438Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5548670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5548740Z return f(x) 2022-12-01T10:30:20.5548987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5549120Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5549374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5549526Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5549783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5549871Z return self.from_real_tensor( 2022-12-01T10:30:20.5550146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5550263Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5550517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5550623Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5550889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5551018Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5551225Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5551241Z 2022-12-01T10:30:20.5551375Z ====================================================================== 2022-12-01T10:30:20.5551644Z ERROR [0.016s]: test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5551800Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5551897Z Traceback (most recent call last): 2022-12-01T10:30:20.5552231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5552305Z raise rte 2022-12-01T10:30:20.5552596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5552694Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5552971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5553060Z return test(*args, **kwargs) 2022-12-01T10:30:20.5553237Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5553340Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5553626Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5553793Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5554064Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5554169Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5554481Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5554578Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5554875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5554964Z return op(*args, **kwargs) 2022-12-01T10:30:20.5555235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5555355Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5555646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5555771Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5556040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5556178Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5556426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5556536Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5556774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5556904Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5557146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5557276Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5557509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5557619Z return f(x) 2022-12-01T10:30:20.5557870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5558000Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5558348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5558502Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5558754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5558846Z return self.from_real_tensor( 2022-12-01T10:30:20.5559111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5559238Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5559527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5559647Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5559906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5560040Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5560252Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5560259Z 2022-12-01T10:30:20.5560356Z ====================================================================== 2022-12-01T10:30:20.5560560Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5560709Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5561238Z Traceback (most recent call last): 2022-12-01T10:30:20.5561551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5561621Z raise rte 2022-12-01T10:30:20.5561908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5562009Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5562287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5562377Z return test(*args, **kwargs) 2022-12-01T10:30:20.5562555Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5562663Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5562953Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5563081Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5563348Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5563454Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5563809Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5563909Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5564214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5564343Z return op(*args, **kwargs) 2022-12-01T10:30:20.5564615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5564738Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5565110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5565237Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5565570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5565704Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5565953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5566061Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5566301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5566430Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5566675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5566804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5567036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5567111Z return f(x) 2022-12-01T10:30:20.5567360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5567488Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5567749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5567900Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5568189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5568285Z return self.from_real_tensor( 2022-12-01T10:30:20.5568554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5568687Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5569022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5569139Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5569397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5569527Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5569787Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5569796Z 2022-12-01T10:30:20.5569897Z ====================================================================== 2022-12-01T10:30:20.5570102Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5570289Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5570390Z Traceback (most recent call last): 2022-12-01T10:30:20.5570687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5570760Z raise rte 2022-12-01T10:30:20.5571049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5571147Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5571425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5571517Z return test(*args, **kwargs) 2022-12-01T10:30:20.5571694Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5571797Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5572084Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5572260Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5572526Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5572629Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5572890Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5572985Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5573285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5573370Z return op(*args, **kwargs) 2022-12-01T10:30:20.5573637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5573760Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5574051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5574175Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5574445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5574586Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5574886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5575000Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5575242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5575373Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5575658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5575790Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5576022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5576094Z return f(x) 2022-12-01T10:30:20.5576426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5576561Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5576822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5576975Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5577226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5577323Z return self.from_real_tensor( 2022-12-01T10:30:20.5577588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5577715Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5577967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5578083Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5578341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5578473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5578690Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5578748Z 2022-12-01T10:30:20.5578845Z ====================================================================== 2022-12-01T10:30:20.5579052Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5579202Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5579298Z Traceback (most recent call last): 2022-12-01T10:30:20.5579591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5579660Z raise rte 2022-12-01T10:30:20.5579950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5580047Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5580325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5580417Z return test(*args, **kwargs) 2022-12-01T10:30:20.5580593Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5580696Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5580979Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5581107Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5581372Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5581516Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5581822Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5581921Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5582266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5582355Z return op(*args, **kwargs) 2022-12-01T10:30:20.5582624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5582742Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5583077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5583204Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5583469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5583603Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5583850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5583961Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5584200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5584330Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5584572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5584703Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5584936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5585004Z return f(x) 2022-12-01T10:30:20.5585253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5585432Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5585689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5585837Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5586087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5586181Z return self.from_real_tensor( 2022-12-01T10:30:20.5586451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5586578Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5586830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5586945Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5587204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5587335Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5587555Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5587596Z 2022-12-01T10:30:20.5587702Z ====================================================================== 2022-12-01T10:30:20.5587910Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5588102Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5588242Z Traceback (most recent call last): 2022-12-01T10:30:20.5588539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5588612Z raise rte 2022-12-01T10:30:20.5588901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5588998Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5589273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5589361Z return test(*args, **kwargs) 2022-12-01T10:30:20.5589541Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5589646Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5589979Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5590104Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5590370Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5590477Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5590740Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5590835Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5591134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5591221Z return op(*args, **kwargs) 2022-12-01T10:30:20.5591493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5591612Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5591904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5592077Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5592344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5592480Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5592728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5592838Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5593076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5593208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5593450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5593623Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5593865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5593933Z return f(x) 2022-12-01T10:30:20.5594222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5594354Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5594612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5594762Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5595060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5595157Z return self.from_real_tensor( 2022-12-01T10:30:20.5595424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5595555Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5595846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5595963Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5596221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5596355Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5596574Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5596580Z 2022-12-01T10:30:20.5596680Z ====================================================================== 2022-12-01T10:30:20.5596880Z ERROR [0.024s]: test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5597033Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5597130Z Traceback (most recent call last): 2022-12-01T10:30:20.5597419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5597493Z raise rte 2022-12-01T10:30:20.5597780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5597879Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5598159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5598246Z return test(*args, **kwargs) 2022-12-01T10:30:20.5598423Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5598527Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5598866Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5598993Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5599258Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5599363Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5599668Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5599770Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5600073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5600164Z return op(*args, **kwargs) 2022-12-01T10:30:20.5600475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5600598Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5600889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5601054Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5601325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5601459Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5601753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5601865Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5602104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5602236Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5602482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5602611Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5602872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5602978Z return f(x) 2022-12-01T10:30:20.5603361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5606744Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5607411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5607598Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5608004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5608148Z return self.from_real_tensor( 2022-12-01T10:30:20.5608557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5608737Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5609114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5609292Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5609611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5609746Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5609971Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5610130Z 2022-12-01T10:30:20.5610234Z ====================================================================== 2022-12-01T10:30:20.5610439Z ERROR [0.005s]: test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5610593Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5610693Z Traceback (most recent call last): 2022-12-01T10:30:20.5610989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5611064Z raise rte 2022-12-01T10:30:20.5611359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5611460Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5611747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5611838Z return test(*args, **kwargs) 2022-12-01T10:30:20.5612085Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5612192Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5612485Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5612611Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5612996Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5613109Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5613375Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5613478Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5613777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5613868Z return op(*args, **kwargs) 2022-12-01T10:30:20.5614145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5614266Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5614559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5614687Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5615000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5615155Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5615408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5615520Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5615771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5615902Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5616147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5616278Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5616513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5616582Z return f(x) 2022-12-01T10:30:20.5616831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5617016Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5617277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5617428Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5617678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5617773Z return self.from_real_tensor( 2022-12-01T10:30:20.5618047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5618228Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5618483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5618603Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5618914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5619054Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5619274Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5619281Z 2022-12-01T10:30:20.5619379Z ====================================================================== 2022-12-01T10:30:20.5619579Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5619835Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5619939Z Traceback (most recent call last): 2022-12-01T10:30:20.5620230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5620296Z raise rte 2022-12-01T10:30:20.5620595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5620693Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5620969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5621059Z return test(*args, **kwargs) 2022-12-01T10:30:20.5621241Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5621341Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5621635Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5621763Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5622035Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5622140Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5622405Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5622502Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5622803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5622892Z return op(*args, **kwargs) 2022-12-01T10:30:20.5623166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5623288Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5623582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5623759Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5624026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5624162Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5624465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5624576Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5624820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5624998Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5625252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5625386Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5625674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5625750Z return f(x) 2022-12-01T10:30:20.5626003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5626137Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5626400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5626606Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5626862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5626957Z return self.from_real_tensor( 2022-12-01T10:30:20.5627231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5627361Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5627611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5627727Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5627983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5628113Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5628334Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5628341Z 2022-12-01T10:30:20.5628442Z ====================================================================== 2022-12-01T10:30:20.5628654Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5628796Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5628895Z Traceback (most recent call last): 2022-12-01T10:30:20.5629185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5629256Z raise rte 2022-12-01T10:30:20.5629544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5629643Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5629926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5630015Z return test(*args, **kwargs) 2022-12-01T10:30:20.5630193Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5630399Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5630698Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5630826Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5631145Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5631310Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5631578Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5631679Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5631973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5632062Z return op(*args, **kwargs) 2022-12-01T10:30:20.5632332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5632451Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5632750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5632876Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5633140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5633324Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5633576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5633690Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5633928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5634064Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5634308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5634435Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5634669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5634741Z return f(x) 2022-12-01T10:30:20.5634994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5635125Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5635386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5635540Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5635798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5635885Z return self.from_real_tensor( 2022-12-01T10:30:20.5636165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5636282Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5636597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5636717Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5636977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5637160Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5637424Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5637438Z 2022-12-01T10:30:20.5637529Z ====================================================================== 2022-12-01T10:30:20.5637737Z ERROR [0.024s]: test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5637885Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5637982Z Traceback (most recent call last): 2022-12-01T10:30:20.5638276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5638350Z raise rte 2022-12-01T10:30:20.5638640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5638739Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5639019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5639107Z return test(*args, **kwargs) 2022-12-01T10:30:20.5639285Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5639390Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5639681Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5639808Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5640117Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5640223Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5640489Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5640588Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5640886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5640973Z return op(*args, **kwargs) 2022-12-01T10:30:20.5641248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5641368Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5641662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5641786Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5642112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5642253Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5642559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5642670Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5642912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5643096Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5643342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5643475Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5643710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5643778Z return f(x) 2022-12-01T10:30:20.5644026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5644677Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5644941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5645177Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5645431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5645525Z return self.from_real_tensor( 2022-12-01T10:30:20.5645797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5645926Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5646179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5646299Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5646559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5646690Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5646909Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5646917Z 2022-12-01T10:30:20.5647017Z ====================================================================== 2022-12-01T10:30:20.5647278Z ERROR [0.036s]: test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5647436Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5647533Z Traceback (most recent call last): 2022-12-01T10:30:20.5647828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5647902Z raise rte 2022-12-01T10:30:20.5648190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5648290Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5648629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5648721Z return test(*args, **kwargs) 2022-12-01T10:30:20.5648904Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5649059Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5649352Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5649478Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5649806Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5649910Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5650174Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5650268Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5650569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5650658Z return op(*args, **kwargs) 2022-12-01T10:30:20.5650927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5651046Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5651340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5651522Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5651787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5651922Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5652174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5652283Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5652525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5652656Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5652900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5653031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5653261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5653330Z return f(x) 2022-12-01T10:30:20.5653580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5653709Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5653971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5654161Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5654462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5654557Z return self.from_real_tensor( 2022-12-01T10:30:20.5654830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5655001Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5655263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5659808Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5660122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5660262Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5660545Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5660554Z 2022-12-01T10:30:20.5660656Z ====================================================================== 2022-12-01T10:30:20.5660871Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5661078Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5661178Z Traceback (most recent call last): 2022-12-01T10:30:20.5661486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5661560Z raise rte 2022-12-01T10:30:20.5661854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5661958Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5662242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5662332Z return test(*args, **kwargs) 2022-12-01T10:30:20.5662617Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5662721Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5663015Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5663141Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5663409Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5663515Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5663783Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5663879Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5664177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5664268Z return op(*args, **kwargs) 2022-12-01T10:30:20.5664538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5664661Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5664956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5665082Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5665402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5665541Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5665852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5665966Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5666213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5666395Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5666640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5666771Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5667055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5667127Z return f(x) 2022-12-01T10:30:20.5667381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5667509Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5667773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5667927Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5668172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5668265Z return self.from_real_tensor( 2022-12-01T10:30:20.5668533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5668657Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5668909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5669023Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5669284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5669471Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5669688Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5669695Z 2022-12-01T10:30:20.5669792Z ====================================================================== 2022-12-01T10:30:20.5670003Z ERROR [0.010s]: test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5670150Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5670250Z Traceback (most recent call last): 2022-12-01T10:30:20.5670545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5670618Z raise rte 2022-12-01T10:30:20.5670908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5671010Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5671287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5671377Z return test(*args, **kwargs) 2022-12-01T10:30:20.5671615Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5671720Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5672012Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5672184Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5672513Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5672619Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5672886Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5673023Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5673339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5673426Z return op(*args, **kwargs) 2022-12-01T10:30:20.5673693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5673812Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5674106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5674230Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5674498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5674635Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5674883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5674995Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5675238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5675366Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5675613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5675745Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5675975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5676095Z return f(x) 2022-12-01T10:30:20.5676342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5676473Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5676733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5676886Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5677135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5677232Z return self.from_real_tensor( 2022-12-01T10:30:20.5677500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5677626Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5677874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5677988Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5678244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5678428Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5678649Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5678657Z 2022-12-01T10:30:20.5679271Z ====================================================================== 2022-12-01T10:30:20.5679493Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5679644Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5679800Z Traceback (most recent call last): 2022-12-01T10:30:20.5680104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5680179Z raise rte 2022-12-01T10:30:20.5680472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5680572Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5680849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5680937Z return test(*args, **kwargs) 2022-12-01T10:30:20.5681117Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5681218Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5681507Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5681635Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5681901Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5682004Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5682268Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5682361Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5682659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5682744Z return op(*args, **kwargs) 2022-12-01T10:30:20.5683012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5683132Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5683484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5683607Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5683875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5684009Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5684255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5684423Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5684664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5684794Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5685185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5685317Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5685551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5685624Z return f(x) 2022-12-01T10:30:20.5685872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5686002Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5686314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5686468Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5686722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5686818Z return self.from_real_tensor( 2022-12-01T10:30:20.5687090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5687274Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5687534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5687651Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5687911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5688041Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5688262Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5688269Z 2022-12-01T10:30:20.5688373Z ====================================================================== 2022-12-01T10:30:20.5688576Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5688727Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5688825Z Traceback (most recent call last): 2022-12-01T10:30:20.5689117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5689188Z raise rte 2022-12-01T10:30:20.5689479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5689577Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5689855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5689994Z return test(*args, **kwargs) 2022-12-01T10:30:20.5690179Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5690283Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5690625Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5690754Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5691075Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5691179Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5691442Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5691540Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5691840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5691929Z return op(*args, **kwargs) 2022-12-01T10:30:20.5692201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5692321Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5692617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5692740Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5693052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5693189Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5693434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5693545Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5693786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5693973Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5694221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5694348Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5694579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5694652Z return f(x) 2022-12-01T10:30:20.5694901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5695030Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5695292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5695442Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5695692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5695790Z return self.from_real_tensor( 2022-12-01T10:30:20.5696059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5696189Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5696493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5696612Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5696873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5697111Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5697332Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5697339Z 2022-12-01T10:30:20.5697439Z ====================================================================== 2022-12-01T10:30:20.5697642Z ERROR [0.014s]: test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5697796Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5697897Z Traceback (most recent call last): 2022-12-01T10:30:20.5698189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5698261Z raise rte 2022-12-01T10:30:20.5698550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5698653Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5698934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5699023Z return test(*args, **kwargs) 2022-12-01T10:30:20.5699203Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5699308Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5699645Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5699773Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5700046Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5700155Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5700421Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5700524Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5700884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5700974Z return op(*args, **kwargs) 2022-12-01T10:30:20.5701246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5701370Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5701665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5701791Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5702060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5702197Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5702500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5702614Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5702860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5703042Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5703296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5703425Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5703657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5703778Z return f(x) 2022-12-01T10:30:20.5704032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5704162Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5704421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5704576Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5704828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5704920Z return self.from_real_tensor( 2022-12-01T10:30:20.5705183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5705311Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5705566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5705680Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5705938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5706070Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5706288Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5706295Z 2022-12-01T10:30:20.5706439Z ====================================================================== 2022-12-01T10:30:20.5706714Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5706870Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5706963Z Traceback (most recent call last): 2022-12-01T10:30:20.5707265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5707328Z raise rte 2022-12-01T10:30:20.5707630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5707731Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5708009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5708099Z return test(*args, **kwargs) 2022-12-01T10:30:20.5708280Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5708427Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5708731Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5708861Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5709181Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5709290Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5709560Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5709659Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5709964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5710055Z return op(*args, **kwargs) 2022-12-01T10:30:20.5710324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5710498Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5710793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5710919Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5711191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5711325Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5711579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5711693Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5711935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5712066Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5712313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5712502Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5712741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5712811Z return f(x) 2022-12-01T10:30:20.5713062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5713192Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5713500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5713655Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5713904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5714001Z return self.from_real_tensor( 2022-12-01T10:30:20.5714271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5714452Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5714705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5714822Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5715139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5715277Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5715495Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5715504Z 2022-12-01T10:30:20.5715603Z ====================================================================== 2022-12-01T10:30:20.5715810Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5715954Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5716053Z Traceback (most recent call last): 2022-12-01T10:30:20.5716344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5716417Z raise rte 2022-12-01T10:30:20.5716710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5716810Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5717089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5717225Z return test(*args, **kwargs) 2022-12-01T10:30:20.5717408Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5717515Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5717806Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5717935Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5718201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5718308Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5718630Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5718729Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5719028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5719121Z return op(*args, **kwargs) 2022-12-01T10:30:20.5719392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5719515Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5719809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5719934Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5720254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5720448Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5720702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5720816Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5721113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5721248Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5721498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5721626Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5721862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5721936Z return f(x) 2022-12-01T10:30:20.5722187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5722319Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5722585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5722737Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5722996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5723082Z return self.from_real_tensor( 2022-12-01T10:30:20.5723357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5723478Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5723739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5723846Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5724160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5724292Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5724502Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5724516Z 2022-12-01T10:30:20.5724605Z ====================================================================== 2022-12-01T10:30:20.5724806Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5725029Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5725137Z Traceback (most recent call last): 2022-12-01T10:30:20.5725436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5725510Z raise rte 2022-12-01T10:30:20.5725801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5725898Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5726177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5726313Z return test(*args, **kwargs) 2022-12-01T10:30:20.5726503Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5726607Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5726949Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5727079Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5727449Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5727558Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5727819Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5727914Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5728212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5728300Z return op(*args, **kwargs) 2022-12-01T10:30:20.5728574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5728695Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5728988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5729114Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5729385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5729520Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5729767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5729877Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5730118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5730250Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5730491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5730621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5730901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5730970Z return f(x) 2022-12-01T10:30:20.5731225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5731357Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5731616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5731768Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5732021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5732115Z return self.from_real_tensor( 2022-12-01T10:30:20.5732384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5732513Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5732824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5732940Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5733252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5733388Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5733604Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5733658Z 2022-12-01T10:30:20.5733759Z ====================================================================== 2022-12-01T10:30:20.5733959Z ERROR [0.010s]: test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5734111Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5734208Z Traceback (most recent call last): 2022-12-01T10:30:20.5734500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5734572Z raise rte 2022-12-01T10:30:20.5734860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5734957Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5735238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5735325Z return test(*args, **kwargs) 2022-12-01T10:30:20.5735505Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5735610Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5735958Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5736087Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5736353Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5736457Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5736716Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5736813Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5737114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5737204Z return op(*args, **kwargs) 2022-12-01T10:30:20.5737474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5737645Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5737942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5738066Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5738331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5738467Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5738717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5738826Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5739068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5739198Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5739439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5739565Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5739798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5739868Z return f(x) 2022-12-01T10:30:20.5740115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5740284Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5740544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5740698Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5740951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5741044Z return self.from_real_tensor( 2022-12-01T10:30:20.5741315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5741442Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5741690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5741806Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5742064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5742195Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5742409Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5742418Z 2022-12-01T10:30:20.5742515Z ====================================================================== 2022-12-01T10:30:20.5742714Z ERROR [0.000s]: test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5742864Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5742960Z Traceback (most recent call last): 2022-12-01T10:30:20.5743250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5743321Z raise rte 2022-12-01T10:30:20.5743670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5743772Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5744053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5744281Z return test(*args, **kwargs) 2022-12-01T10:30:20.5744478Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5744582Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5744869Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5744995Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5745264Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5745367Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5745631Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5745727Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5746032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5746121Z return op(*args, **kwargs) 2022-12-01T10:30:20.5746395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5746516Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5746812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5746982Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5747251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5747386Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5747638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5747747Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5747987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5748118Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5748361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5748488Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5748721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5748793Z return f(x) 2022-12-01T10:30:20.5749042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5749175Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5749433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5749585Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5749832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5749928Z return self.from_real_tensor( 2022-12-01T10:30:20.5750196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5750321Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5750567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5750680Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5750982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5751111Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5751326Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5751333Z 2022-12-01T10:30:20.5751429Z ====================================================================== 2022-12-01T10:30:20.5751633Z ERROR [0.005s]: test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5751784Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5751881Z Traceback (most recent call last): 2022-12-01T10:30:20.5752170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5752242Z raise rte 2022-12-01T10:30:20.5752530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5752682Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5752963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5753053Z return test(*args, **kwargs) 2022-12-01T10:30:20.5753229Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5753333Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5753672Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5753801Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5754071Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5754179Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5754441Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5754536Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5754833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5754920Z return op(*args, **kwargs) 2022-12-01T10:30:20.5755192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5755313Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5755602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5755728Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5755994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5756129Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5756377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5756486Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5756722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5756857Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5757098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5757226Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5757939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5758008Z return f(x) 2022-12-01T10:30:20.5758261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5758390Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5758648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5758800Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5759054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5759149Z return self.from_real_tensor( 2022-12-01T10:30:20.5759416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5759547Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5759857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5759973Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5760229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5760417Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5760694Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5760702Z 2022-12-01T10:30:20.5760802Z ====================================================================== 2022-12-01T10:30:20.5761074Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5761230Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5761328Z Traceback (most recent call last): 2022-12-01T10:30:20.5761624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5761698Z raise rte 2022-12-01T10:30:20.5761983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5762082Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5762360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5762447Z return test(*args, **kwargs) 2022-12-01T10:30:20.5762626Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5762731Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5763019Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5763144Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5763411Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5763514Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5763774Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5763869Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5764166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5764250Z return op(*args, **kwargs) 2022-12-01T10:30:20.5764571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5764691Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5765064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5765193Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5765461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5765596Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5765845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5765956Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5766193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5766326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5766569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5766700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5766931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5767000Z return f(x) 2022-12-01T10:30:20.5767298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5767427Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5767687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5767839Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5768088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5768181Z return self.from_real_tensor( 2022-12-01T10:30:20.5768447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5768570Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5768820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5768937Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5769194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5769324Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5769542Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5769549Z 2022-12-01T10:30:20.5769646Z ====================================================================== 2022-12-01T10:30:20.5769919Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5770070Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5770165Z Traceback (most recent call last): 2022-12-01T10:30:20.5770457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5770526Z raise rte 2022-12-01T10:30:20.5770813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5770910Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5771238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5771327Z return test(*args, **kwargs) 2022-12-01T10:30:20.5771504Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5771608Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5771898Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5772025Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5772291Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5772393Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5772652Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5772748Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5773041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5773128Z return op(*args, **kwargs) 2022-12-01T10:30:20.5773397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5773518Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5773855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5773980Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5774246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5774382Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5774629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5774740Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5774978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5775108Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5775350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5775477Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5775708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5775777Z return f(x) 2022-12-01T10:30:20.5776022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5776153Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5776411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5776562Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5776813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5776908Z return self.from_real_tensor( 2022-12-01T10:30:20.5777177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5777302Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5777553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5777714Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5777973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5778106Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5778322Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5778329Z 2022-12-01T10:30:20.5778431Z ====================================================================== 2022-12-01T10:30:20.5778642Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5778791Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5778890Z Traceback (most recent call last): 2022-12-01T10:30:20.5779183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5779258Z raise rte 2022-12-01T10:30:20.5779545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5779644Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5779974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5780066Z return test(*args, **kwargs) 2022-12-01T10:30:20.5780291Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5780397Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5780685Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5780812Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5781080Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5781183Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5781444Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5781538Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5781833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5781918Z return op(*args, **kwargs) 2022-12-01T10:30:20.5782190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5782310Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5782602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5782728Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5782995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5783129Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5783378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5783487Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5783727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5783856Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5784095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5784272Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5784508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5784579Z return f(x) 2022-12-01T10:30:20.5784827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5784956Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5785215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5785372Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5785623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5785717Z return self.from_real_tensor( 2022-12-01T10:30:20.5785989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5786114Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5786366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5786481Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5786743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5787409Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5787643Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5787650Z 2022-12-01T10:30:20.5787751Z ====================================================================== 2022-12-01T10:30:20.5787969Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5788122Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5788221Z Traceback (most recent call last): 2022-12-01T10:30:20.5788521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5788585Z raise rte 2022-12-01T10:30:20.5788886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5788988Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5789267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5789360Z return test(*args, **kwargs) 2022-12-01T10:30:20.5789543Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5789645Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5789932Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5790059Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5790329Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5790438Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5790765Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5790866Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5791165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5791354Z return op(*args, **kwargs) 2022-12-01T10:30:20.5791641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5791766Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5792061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5792187Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5792459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5792600Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5792910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5793026Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5793272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5793402Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5793646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5793777Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5794008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5794078Z return f(x) 2022-12-01T10:30:20.5794379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5794514Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5794772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5794926Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5795174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5795267Z return self.from_real_tensor( 2022-12-01T10:30:20.5795535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5795661Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5795912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5796027Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5796281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5796414Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5796631Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5796639Z 2022-12-01T10:30:20.5796736Z ====================================================================== 2022-12-01T10:30:20.5796941Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5797085Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5797181Z Traceback (most recent call last): 2022-12-01T10:30:20.5797474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5797549Z raise rte 2022-12-01T10:30:20.5797837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5797981Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5798262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5798354Z return test(*args, **kwargs) 2022-12-01T10:30:20.5798533Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5798642Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5798929Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5799060Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5799385Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5799491Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5799752Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5799850Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5800148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5800233Z return op(*args, **kwargs) 2022-12-01T10:30:20.5800503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5800623Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5800971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5801100Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5801365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5801505Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5801756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5801866Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5802109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5802236Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5802481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5802611Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5802846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5802918Z return f(x) 2022-12-01T10:30:20.5803170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5803302Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5803563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5803715Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5803978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5804066Z return self.from_real_tensor( 2022-12-01T10:30:20.5804339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5804457Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5804716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5804877Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5805226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5805360Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5805570Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5805587Z 2022-12-01T10:30:20.5805677Z ====================================================================== 2022-12-01T10:30:20.5805883Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5806038Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5806135Z Traceback (most recent call last): 2022-12-01T10:30:20.5806428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5806556Z raise rte 2022-12-01T10:30:20.5806849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5806948Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5807222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5807313Z return test(*args, **kwargs) 2022-12-01T10:30:20.5807543Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5807648Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5807936Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5808063Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5808330Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5808431Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5808694Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5808791Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5809092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5809182Z return op(*args, **kwargs) 2022-12-01T10:30:20.5809451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5809571Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5809865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5809987Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5810254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5810393Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5810639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5810750Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5810991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5811120Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5811366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5811541Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5811776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5811845Z return f(x) 2022-12-01T10:30:20.5812092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5812222Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5812482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5812689Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5812943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5813041Z return self.from_real_tensor( 2022-12-01T10:30:20.5813308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5813433Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5813684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5813800Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5814059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5814240Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5814459Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5814467Z 2022-12-01T10:30:20.5814562Z ====================================================================== 2022-12-01T10:30:20.5814764Z ERROR [0.015s]: test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5814915Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5815015Z Traceback (most recent call last): 2022-12-01T10:30:20.5815309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5815378Z raise rte 2022-12-01T10:30:20.5815670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5815768Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5816046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5816135Z return test(*args, **kwargs) 2022-12-01T10:30:20.5816314Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5816418Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5816709Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5816835Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5817100Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5817204Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5817467Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5817562Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5817861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5817996Z return op(*args, **kwargs) 2022-12-01T10:30:20.5818267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5818389Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5818683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5818808Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5819076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5819210Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5819457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5819571Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5819811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5819941Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5820182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5820309Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5820540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5820654Z return f(x) 2022-12-01T10:30:20.5820906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5821033Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5821290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5821442Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5821689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5821783Z return self.from_real_tensor( 2022-12-01T10:30:20.5822051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5822176Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5822429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5822543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5822803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5822933Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5823145Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5823152Z 2022-12-01T10:30:20.5823249Z ====================================================================== 2022-12-01T10:30:20.5823447Z ERROR [0.045s]: test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5823600Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5823697Z Traceback (most recent call last): 2022-12-01T10:30:20.5823992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5824063Z raise rte 2022-12-01T10:30:20.5824348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5824491Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5824768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5824854Z return test(*args, **kwargs) 2022-12-01T10:30:20.5825032Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5825135Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5825423Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5825549Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5825817Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5825921Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5826185Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5826279Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5826573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5826662Z return op(*args, **kwargs) 2022-12-01T10:30:20.5826931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5827053Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5827383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5827510Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5827777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5827915Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5828164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5828276Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5828516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5828648Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5828890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5829019Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5829250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5829323Z return f(x) 2022-12-01T10:30:20.5829574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5829706Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5829961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5830113Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5830356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5830452Z return self.from_real_tensor( 2022-12-01T10:30:20.5830717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5830843Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5831143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5831254Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5831509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5831639Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5831852Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5831860Z 2022-12-01T10:30:20.5831958Z ====================================================================== 2022-12-01T10:30:20.5832156Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5832305Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5832404Z Traceback (most recent call last): 2022-12-01T10:30:20.5832700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5832769Z raise rte 2022-12-01T10:30:20.5833060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5833157Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5833429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5833558Z return test(*args, **kwargs) 2022-12-01T10:30:20.5833737Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5833841Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5834127Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5834255Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5834521Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5834624Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5834882Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5834978Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5835274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5835363Z return op(*args, **kwargs) 2022-12-01T10:30:20.5835631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5835756Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5836047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5836173Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5836440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5836578Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5836825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5836941Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5837183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5837314Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5837604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5837734Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5837963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5838032Z return f(x) 2022-12-01T10:30:20.5838283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5838413Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5838675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5838824Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5839072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5839168Z return self.from_real_tensor( 2022-12-01T10:30:20.5839429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5839553Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5839801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5839917Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5840216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5840349Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5840561Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5840570Z 2022-12-01T10:30:20.5840669Z ====================================================================== 2022-12-01T10:30:20.5840868Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5841021Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5841120Z Traceback (most recent call last): 2022-12-01T10:30:20.5841411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5841481Z raise rte 2022-12-01T10:30:20.5841773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5841869Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5842147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5842240Z return test(*args, **kwargs) 2022-12-01T10:30:20.5842419Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5842521Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5842814Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5842942Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5843207Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5843311Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5843574Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5843668Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5843968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5844098Z return op(*args, **kwargs) 2022-12-01T10:30:20.5844369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5844489Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5844782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5844904Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5845259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5845396Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5845645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5845759Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5845999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5846128Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5846374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5846502Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5846874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5846947Z return f(x) 2022-12-01T10:30:20.5847199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5847328Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5847590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5847794Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5848044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5848139Z return self.from_real_tensor( 2022-12-01T10:30:20.5848405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5848531Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5848783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5848898Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5849157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5849288Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5849503Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5849510Z 2022-12-01T10:30:20.5849606Z ====================================================================== 2022-12-01T10:30:20.5849806Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5849956Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5850052Z Traceback (most recent call last): 2022-12-01T10:30:20.5850345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5850415Z raise rte 2022-12-01T10:30:20.5850702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5850846Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5851124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5851212Z return test(*args, **kwargs) 2022-12-01T10:30:20.5851391Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5851493Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5851781Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5851905Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5852171Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5852275Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5852538Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5852632Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5852926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5853011Z return op(*args, **kwargs) 2022-12-01T10:30:20.5853276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5853442Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5853735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5853858Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5854123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5854257Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5854508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5854619Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5854854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5854984Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5855228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5855356Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5855587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5855659Z return f(x) 2022-12-01T10:30:20.5855907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5856034Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5856293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5856443Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5856692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5856785Z return self.from_real_tensor( 2022-12-01T10:30:20.5857053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5857230Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5857481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5857597Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5857854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5857983Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5858197Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5858204Z 2022-12-01T10:30:20.5858305Z ====================================================================== 2022-12-01T10:30:20.5858504Z ERROR [0.023s]: test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5858656Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5858757Z Traceback (most recent call last): 2022-12-01T10:30:20.5859048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5859119Z raise rte 2022-12-01T10:30:20.5859405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5859504Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5859826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5859915Z return test(*args, **kwargs) 2022-12-01T10:30:20.5860093Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5860196Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5860481Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5860613Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5860877Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5860980Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5861238Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5861332Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5861631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5861719Z return op(*args, **kwargs) 2022-12-01T10:30:20.5861989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5862112Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5862406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5862531Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5862794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5862929Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5863178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5863287Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5863522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5864135Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5864380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5864510Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5864739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5864808Z return f(x) 2022-12-01T10:30:20.5865056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5865181Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5865440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5865592Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5865839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5865937Z return self.from_real_tensor( 2022-12-01T10:30:20.5866209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5866337Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5866591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5866709Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5867016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5867147Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5867362Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5867372Z 2022-12-01T10:30:20.5867470Z ====================================================================== 2022-12-01T10:30:20.5867667Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5867819Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5867908Z Traceback (most recent call last): 2022-12-01T10:30:20.5868215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5868278Z raise rte 2022-12-01T10:30:20.5868579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5868678Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5868954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5869047Z return test(*args, **kwargs) 2022-12-01T10:30:20.5869225Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5869320Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5869614Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5869734Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5870008Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5870106Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5870375Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5870465Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5870824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5870912Z return op(*args, **kwargs) 2022-12-01T10:30:20.5871184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5871304Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5871593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5871718Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5871983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5872118Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5872366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5872481Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5872720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5872849Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5873090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5873218Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5873488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5873559Z return f(x) 2022-12-01T10:30:20.5873807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5873937Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5874195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5874343Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5874590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5874684Z return self.from_real_tensor( 2022-12-01T10:30:20.5874951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5875079Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5875328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5875443Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5875707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5875839Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5876060Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5876068Z 2022-12-01T10:30:20.5876168Z ====================================================================== 2022-12-01T10:30:20.5876368Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5876523Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5876622Z Traceback (most recent call last): 2022-12-01T10:30:20.5876919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5877029Z raise rte 2022-12-01T10:30:20.5877331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5877433Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5877711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5877805Z return test(*args, **kwargs) 2022-12-01T10:30:20.5877984Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5878084Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5878376Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5878505Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5878776Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5878885Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5879147Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5879241Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5879543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5879628Z return op(*args, **kwargs) 2022-12-01T10:30:20.5879944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5880068Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5880362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5880493Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5880764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5880905Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5881159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5881270Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5881510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5881642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5881885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5882015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5882253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5882324Z return f(x) 2022-12-01T10:30:20.5882573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5882702Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5882960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5883107Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5883358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5883452Z return self.from_real_tensor( 2022-12-01T10:30:20.5883719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5883894Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5884155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5884264Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5884533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5884657Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5884877Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5884891Z 2022-12-01T10:30:20.5885080Z ====================================================================== 2022-12-01T10:30:20.5885291Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5885444Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5885542Z Traceback (most recent call last): 2022-12-01T10:30:20.5885834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5885906Z raise rte 2022-12-01T10:30:20.5886192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5886292Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5886615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5886706Z return test(*args, **kwargs) 2022-12-01T10:30:20.5886883Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5886989Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5887281Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5887409Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5887676Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5887783Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5888047Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5888142Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5888443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5888529Z return op(*args, **kwargs) 2022-12-01T10:30:20.5888799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5888921Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5889215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5889339Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5889608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5889744Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5889997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5890108Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5890345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5890526Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5890770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5890899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5891130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5891198Z return f(x) 2022-12-01T10:30:20.5891448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5891581Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5891837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5891989Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5892237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5892331Z return self.from_real_tensor( 2022-12-01T10:30:20.5892599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5892724Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5892974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5893087Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5893782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5893924Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5894143Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5894153Z 2022-12-01T10:30:20.5894252Z ====================================================================== 2022-12-01T10:30:20.5894455Z ERROR [0.006s]: test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5894609Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5894706Z Traceback (most recent call last): 2022-12-01T10:30:20.5894997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5895071Z raise rte 2022-12-01T10:30:20.5895360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5895456Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5895737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5895824Z return test(*args, **kwargs) 2022-12-01T10:30:20.5896002Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5896106Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5896389Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5896512Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5896780Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5896886Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5897148Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5897294Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5897594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5897682Z return op(*args, **kwargs) 2022-12-01T10:30:20.5897956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5898078Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5898371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5898499Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5898765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5898902Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5899155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5899266Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5899503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5899636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5899878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5900005Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5900275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5900345Z return f(x) 2022-12-01T10:30:20.5900595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5900728Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5900988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5901138Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5901383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5901476Z return self.from_real_tensor( 2022-12-01T10:30:20.5901743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5901866Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5902115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5902232Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5902490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5902623Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5902839Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5902846Z 2022-12-01T10:30:20.5902942Z ====================================================================== 2022-12-01T10:30:20.5903148Z ERROR [0.022s]: test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5903299Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5903396Z Traceback (most recent call last): 2022-12-01T10:30:20.5903686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5903799Z raise rte 2022-12-01T10:30:20.5904084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5904184Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5904463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5904553Z return test(*args, **kwargs) 2022-12-01T10:30:20.5904730Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5904836Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5905123Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5905252Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5905523Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5905628Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5905892Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5905990Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5906288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5906374Z return op(*args, **kwargs) 2022-12-01T10:30:20.5906693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5906816Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5907108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5907233Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5907501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5907636Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5907884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5907993Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5908234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5908365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5908608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5908739Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5908969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5909039Z return f(x) 2022-12-01T10:30:20.5909289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5909417Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5909675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5909828Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5910073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5910167Z return self.from_real_tensor( 2022-12-01T10:30:20.5910432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5910600Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5910850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5910966Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5911222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5911353Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5911569Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5911576Z 2022-12-01T10:30:20.5911671Z ====================================================================== 2022-12-01T10:30:20.5911870Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5912022Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5912117Z Traceback (most recent call last): 2022-12-01T10:30:20.5912407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5912479Z raise rte 2022-12-01T10:30:20.5912768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5912865Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5913184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5913274Z return test(*args, **kwargs) 2022-12-01T10:30:20.5913453Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5913558Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5913843Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5913965Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5914232Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5914335Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5914594Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5914693Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5914986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5915072Z return op(*args, **kwargs) 2022-12-01T10:30:20.5915344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5915465Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5915758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5915881Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5916149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5916285Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5916533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5916642Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5916882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5917059Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5917300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5917428Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5917660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5917727Z return f(x) 2022-12-01T10:30:20.5917976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5918103Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5918354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5918507Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5918754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5918845Z return self.from_real_tensor( 2022-12-01T10:30:20.5919113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5919238Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5919483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5919639Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5919899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5920034Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5920250Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5920257Z 2022-12-01T10:30:20.5920354Z ====================================================================== 2022-12-01T10:30:20.5920560Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5920707Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5920802Z Traceback (most recent call last): 2022-12-01T10:30:20.5921099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5921171Z raise rte 2022-12-01T10:30:20.5921457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5921558Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5921829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5921917Z return test(*args, **kwargs) 2022-12-01T10:30:20.5922093Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5922195Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5922478Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5922602Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5922870Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5922972Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5923230Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5923367Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5923666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5923752Z return op(*args, **kwargs) 2022-12-01T10:30:20.5924018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5924136Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5924431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5924554Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5924817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5924954Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5925307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5925415Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5925652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5925782Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5926025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5926203Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5926435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5926505Z return f(x) 2022-12-01T10:30:20.5926753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5926884Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5927143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5927291Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5927537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5927628Z return self.from_real_tensor( 2022-12-01T10:30:20.5927897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5928024Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5928270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5928386Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5928643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5928772Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5928988Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5928995Z 2022-12-01T10:30:20.5929092Z ====================================================================== 2022-12-01T10:30:20.5929294Z ERROR [0.003s]: test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5929443Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5929538Z Traceback (most recent call last): 2022-12-01T10:30:20.5929826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5929938Z raise rte 2022-12-01T10:30:20.5930224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5930319Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5930596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5930684Z return test(*args, **kwargs) 2022-12-01T10:30:20.5930863Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5930966Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5931249Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5931373Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5931642Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5931742Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5932002Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5932096Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5932396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5932524Z return op(*args, **kwargs) 2022-12-01T10:30:20.5932795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5932912Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5933201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5933328Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5933597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5933732Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5933980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5934087Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5934327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5934455Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5934700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5934831Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5935059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5935129Z return f(x) 2022-12-01T10:30:20.5935375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5935504Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5935760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5935911Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5936157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5936249Z return self.from_real_tensor( 2022-12-01T10:30:20.5936556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5936682Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5936931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5937044Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5937301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5937432Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5937645Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5937652Z 2022-12-01T10:30:20.5937747Z ====================================================================== 2022-12-01T10:30:20.5937949Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5938099Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5938193Z Traceback (most recent call last): 2022-12-01T10:30:20.5938479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5938550Z raise rte 2022-12-01T10:30:20.5938835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5938969Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5939251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5939339Z return test(*args, **kwargs) 2022-12-01T10:30:20.5939518Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5939622Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5939905Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5940032Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5940296Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5940398Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5940661Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5940755Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5941053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5941143Z return op(*args, **kwargs) 2022-12-01T10:30:20.5941412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5941532Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5941822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5941945Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5942211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5942351Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5942597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5942705Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5942992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5943120Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5943362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5943487Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5943717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5943785Z return f(x) 2022-12-01T10:30:20.5944031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5944158Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5944414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5944565Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5944813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5944908Z return self.from_real_tensor( 2022-12-01T10:30:20.5945177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5945305Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5945596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5945713Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5945973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5946104Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5946319Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5946326Z 2022-12-01T10:30:20.5946424Z ====================================================================== 2022-12-01T10:30:20.5946627Z ERROR [0.004s]: test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5946777Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5946866Z Traceback (most recent call last): 2022-12-01T10:30:20.5947167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5947232Z raise rte 2022-12-01T10:30:20.5947531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5947632Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5947911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5948081Z return test(*args, **kwargs) 2022-12-01T10:30:20.5948267Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5948362Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5948659Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5948830Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5949107Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5949202Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5949469Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5949615Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5949924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5950011Z return op(*args, **kwargs) 2022-12-01T10:30:20.5950279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5950397Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5950690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5950813Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5951079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5951219Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5951469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5951578Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5951819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5951947Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5952234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5952362Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5952594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5952664Z return f(x) 2022-12-01T10:30:20.5952910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5953040Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5953302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5953454Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5953705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5953801Z return self.from_real_tensor( 2022-12-01T10:30:20.5954069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5954196Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5954442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5954560Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5954815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5954947Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5955161Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5955167Z 2022-12-01T10:30:20.5955263Z ====================================================================== 2022-12-01T10:30:20.5955458Z ERROR [0.029s]: test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5955610Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5955706Z Traceback (most recent call last): 2022-12-01T10:30:20.5956040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5956110Z raise rte 2022-12-01T10:30:20.5956397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5956494Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5956773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5956861Z return test(*args, **kwargs) 2022-12-01T10:30:20.5957043Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5957148Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5957435Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5957564Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5957833Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5957937Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5958201Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5958297Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5958640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5958731Z return op(*args, **kwargs) 2022-12-01T10:30:20.5959001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5959124Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5959418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5959543Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5959813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5959948Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5960195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5960307Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5960547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5960677Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5960922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5961050Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5961281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5965637Z return f(x) 2022-12-01T10:30:20.5965933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5966072Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5966349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5966504Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5966760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5966955Z return self.from_real_tensor( 2022-12-01T10:30:20.5967232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5967362Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5967617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5967735Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5968001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5968139Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5968359Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5968366Z 2022-12-01T10:30:20.5968468Z ====================================================================== 2022-12-01T10:30:20.5968674Z ERROR [0.012s]: test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) 2022-12-01T10:30:20.5968828Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5968926Z Traceback (most recent call last): 2022-12-01T10:30:20.5969219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:30:20.5969292Z raise rte 2022-12-01T10:30:20.5969629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:30:20.5969732Z result = test(self, **param_kwargs) 2022-12-01T10:30:20.5970009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:30:20.5970100Z return test(*args, **kwargs) 2022-12-01T10:30:20.5970283Z File "C:\Jenkins\Miniconda3\lib\unittest\mock.py", line 1336, in patched 2022-12-01T10:30:20.5970389Z return func(*newargs, **newkeywargs) 2022-12-01T10:30:20.5970678Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1121, in test_aot_autograd_symbolic_exhaustive 2022-12-01T10:30:20.5970802Z _test_aot_autograd_helper(self, device, dtype, op) 2022-12-01T10:30:20.5971072Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1083, in _test_aot_autograd_helper 2022-12-01T10:30:20.5971177Z call_forwards_backwards(compiled_f) 2022-12-01T10:30:20.5971442Z File "C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py", line 1063, in call_forwards_backwards 2022-12-01T10:30:20.5971539Z out = wrapper_set_seed(f, args) 2022-12-01T10:30:20.5971843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py", line 7970, in wrapper_set_seed 2022-12-01T10:30:20.5971931Z return op(*args, **kwargs) 2022-12-01T10:30:20.5972200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 656, in returned_function 2022-12-01T10:30:20.5972321Z compiled_fn = create_aot_dispatcher_function( 2022-12-01T10:30:20.5972612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 493, in create_aot_dispatcher_function 2022-12-01T10:30:20.5972735Z fake_flat_tensor_args = process_inputs(flat_args) 2022-12-01T10:30:20.5973000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 489, in process_inputs 2022-12-01T10:30:20.5973133Z return pytree.tree_map_only(Tensor, convert, flat_args) 2022-12-01T10:30:20.5973382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 256, in tree_map_only 2022-12-01T10:30:20.5973978Z return tree_map(map_only(ty)(fn), pytree) 2022-12-01T10:30:20.5974220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:30:20.5974351Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5974593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:30:20.5974720Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:30:20.5974950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 241, in inner 2022-12-01T10:30:20.5975023Z return f(x) 2022-12-01T10:30:20.5975275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py", line 487, in convert 2022-12-01T10:30:20.5975404Z return fake_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:30:20.5975664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:30:20.5975817Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:30:20.5976073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:30:20.5976167Z return self.from_real_tensor( 2022-12-01T10:30:20.5976433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:30:20.5976557Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:30:20.5976859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:30:20.5976976Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:30:20.5977236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:30:20.5977368Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:30:20.5977585Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:30:20.5977593Z 2022-12-01T10:30:20.5977744Z ---------------------------------------------------------------------- 2022-12-01T10:30:20.5977823Z Ran 1716 tests in 345.969s 2022-12-01T10:30:20.5977830Z 2022-12-01T10:30:20.5977951Z FAILED (errors=158, skipped=245, expected failures=813) 2022-12-01T10:30:20.5977958Z 2022-12-01T10:30:20.5978042Z Generating XML reports... 2022-12-01T10:30:20.5978299Z Generated XML report: test-reports\python-unittest\functorch\test_aotdispatch\TEST-TestAOTAutograd-20221201102432.xml 2022-12-01T10:30:20.5978572Z Generated XML report: test-reports\python-unittest\functorch\test_aotdispatch\TEST-TestAOTModuleSimplified-20221201102432.xml 2022-12-01T10:30:20.5978850Z Generated XML report: test-reports\python-unittest\functorch\test_aotdispatch\TEST-TestEagerFusionOpInfoCPU-20221201102432.xml 2022-12-01T10:30:20.5979106Z Generated XML report: test-reports\python-unittest\functorch\test_aotdispatch\TEST-TestPartitioning-20221201102432.xml 2022-12-01T10:30:20.5979357Z Generated XML report: test-reports\python-unittest\functorch\test_aotdispatch\TEST-TestPythonKeyCPU-20221201102432.xml 2022-12-01T10:30:20.5979363Z 2022-12-01T10:30:20.5979650Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_aotdispatch_na6luvxe) 2022-12-01T10:30:20.5979657Z 2022-12-01T10:30:20.5979754Z functorch/test_aotdispatch failed! 2022-12-01T10:30:20.5979854Z Traceback (most recent call last): 2022-12-01T10:30:20.5980060Z File "C:\actions-runner\_work\pytorch\pytorch\test\run_test.py", line 1240, in 2022-12-01T10:30:20.5980126Z main() 2022-12-01T10:30:20.5980323Z File "C:\actions-runner\_work\pytorch\pytorch\test\run_test.py", line 1204, in main 2022-12-01T10:30:20.5980520Z raise RuntimeError("\n".join(failure_messages)) 2022-12-01T10:30:20.5980643Z RuntimeError: functorch/test_aotdispatch failed! 2022-12-01T10:30:20.5980743Z Ignoring disabled issues: [] 2022-12-01T10:30:20.5980852Z Prioritized test from test file changes. 2022-12-01T10:30:20.5980942Z reordering tests for PR: 2022-12-01T10:30:20.5981007Z prioritized: [] 2022-12-01T10:30:20.5981395Z the rest: ['functorch/test_aotdispatch', 'functorch/test_control_flow', 'functorch/test_dims', 'functorch/test_eager_transforms', 'functorch/test_functionalize', 'functorch/test_memory_efficient_fusion', 'functorch/test_minifier', 'functorch/test_ops', 'functorch/test_vmap'] 2022-12-01T10:30:20.5981412Z 2022-12-01T10:30:20.5981742Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-12-01T10:30:20.5982117Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-12-01T10:30:20.5982162Z 2022-12-01T10:30:20.5982301Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-12-01T10:30:20.5982307Z 2022-12-01T10:30:20.5982470Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 goto fail 2022-12-01T10:30:20.5982477Z 2022-12-01T10:30:20.5982606Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 1 2022-12-01T10:30:20.5985988Z ##[error]Process completed with exit code 1. 2022-12-01T10:30:20.6125427Z Prepare all required actions 2022-12-01T10:30:20.6125871Z Getting action download info 2022-12-01T10:30:20.8596773Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:30:21.2570157Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:30:21.2570394Z with: 2022-12-01T10:30:21.2570864Z github-token: *** 2022-12-01T10:30:21.2571030Z env: 2022-12-01T10:30:21.2571206Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:21.2571484Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:21.2571735Z ##[endgroup] 2022-12-01T10:30:21.2728255Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:30:21.2728496Z with: 2022-12-01T10:30:21.2728657Z shell: bash 2022-12-01T10:30:21.2728837Z timeout_minutes: 10 2022-12-01T10:30:21.2729022Z max_attempts: 5 2022-12-01T10:30:21.2729207Z retry_wait_seconds: 30 2022-12-01T10:30:21.2729646Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T10:30:21.2730050Z polling_interval_seconds: 1 2022-12-01T10:30:21.2730319Z warning_on_retry: true 2022-12-01T10:30:21.2730519Z continue_on_error: false 2022-12-01T10:30:21.2730704Z env: 2022-12-01T10:30:21.2730930Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:21.2731186Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:21.2731584Z GITHUB_TOKEN: *** 2022-12-01T10:30:21.2731765Z ##[endgroup] 2022-12-01T10:30:21.3544926Z 2022-12-01T10:30:21.3551453Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:30:21.3786252Z + python3 -m pip install requests==2.26.0 2022-12-01T10:30:22.0338282Z Collecting requests==2.26.0 2022-12-01T10:30:22.0440020Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-12-01T10:30:22.1080004Z Collecting urllib3<1.27,>=1.21.1 2022-12-01T10:30:22.1151925Z Using cached urllib3-1.26.13-py2.py3-none-any.whl (140 kB) 2022-12-01T10:30:22.1861675Z Collecting certifi>=2017.4.17 2022-12-01T10:30:22.1929094Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-12-01T10:30:22.2517340Z Collecting charset-normalizer~=2.0.0 2022-12-01T10:30:22.2602732Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-12-01T10:30:22.2896552Z Collecting idna<4,>=2.5 2022-12-01T10:30:22.2960735Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-12-01T10:30:22.4053000Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-12-01T10:30:23.4016736Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.13 2022-12-01T10:30:23.5046934Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-06510cf84b79cdfd6 2022-12-01T10:30:26.7099629Z + GHA_WORKFLOW_JOB_ID=9818689481 2022-12-01T10:30:26.7103300Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:30:26.7104398Z + echo '::set-output name=job-id::9818689481' 2022-12-01T10:30:27.3746294Z Command completed after 1 attempt(s). 2022-12-01T10:30:27.3746527Z 2022-12-01T10:30:27.3748082Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:30:27.4011195Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:30:27.4011523Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:30:27.4040875Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:30:27.4041156Z env: 2022-12-01T10:30:27.4041343Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:27.4041619Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:27.4041887Z MONITOR_SCRIPT_PID: 1831 2022-12-01T10:30:27.4042080Z ##[endgroup] 2022-12-01T10:30:27.4454043Z Prepare all required actions 2022-12-01T10:30:27.4454439Z Getting action download info 2022-12-01T10:30:27.6092987Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:30:28.4247868Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:30:28.7374964Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:30:28.7375197Z with: 2022-12-01T10:30:28.7375431Z file-suffix: test-functorch-1-1-windows.4xlarge_9818689481 2022-12-01T10:30:28.7375670Z env: 2022-12-01T10:30:28.7375847Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:28.7376119Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:28.7376366Z ##[endgroup] 2022-12-01T10:30:28.7522309Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T10:30:28.7522687Z # -ir => recursive include all files in pattern 2022-12-01T10:30:28.7523032Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-12-01T10:30:28.7547337Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:30:28.7547627Z env: 2022-12-01T10:30:28.7547817Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:28.7548077Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:28.7548402Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_9818689481 2022-12-01T10:30:28.7548650Z ##[endgroup] 2022-12-01T10:30:29.1479456Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:30:29.2375754Z Finished 2022-12-01T10:30:29.4790509Z 2022-12-01T10:30:29.4790987Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:30:29.4791238Z 2022-12-01T10:30:29.4791336Z Scanning the drive: 2022-12-01T10:30:29.4791544Z 5 files, 376736 bytes (368 KiB) 2022-12-01T10:30:29.4791851Z 2022-12-01T10:30:29.4792071Z Creating archive: test-jsons-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:29.4792297Z 2022-12-01T10:30:29.4792423Z Add new data to archive: 5 files, 376736 bytes (368 KiB) 2022-12-01T10:30:29.4792582Z 2022-12-01T10:30:29.4792586Z 2022-12-01T10:30:29.4792660Z Files read from disk: 5 2022-12-01T10:30:29.4792876Z Archive size: 40769 bytes (40 KiB) 2022-12-01T10:30:29.4793080Z Everything is Ok 2022-12-01T10:30:29.5142784Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T10:30:29.5143159Z # -ir => recursive include all files in pattern 2022-12-01T10:30:29.5143459Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' 2022-12-01T10:30:29.5167420Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:30:29.5167717Z env: 2022-12-01T10:30:29.5167903Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:29.5168163Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:29.5168515Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_9818689481 2022-12-01T10:30:29.5168765Z ##[endgroup] 2022-12-01T10:30:29.8957543Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:30:29.9872897Z Finished 2022-12-01T10:30:30.1490389Z 2022-12-01T10:30:30.1490978Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:30:30.1491200Z 2022-12-01T10:30:30.1491304Z Scanning the drive: 2022-12-01T10:30:30.1491578Z 27 files, 1240177 bytes (1212 KiB) 2022-12-01T10:30:30.1491710Z 2022-12-01T10:30:30.1491929Z Creating archive: test-reports-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:30.1492166Z 2022-12-01T10:30:30.1492296Z Add new data to archive: 27 files, 1240177 bytes (1212 KiB) 2022-12-01T10:30:30.1492451Z 2022-12-01T10:30:30.1492457Z 2022-12-01T10:30:30.1492545Z Files read from disk: 27 2022-12-01T10:30:30.1492745Z Archive size: 53723 bytes (53 KiB) 2022-12-01T10:30:30.1494067Z Everything is Ok 2022-12-01T10:30:30.1851818Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T10:30:30.1852127Z # -ir => recursive include all files in pattern 2022-12-01T10:30:30.1852416Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-12-01T10:30:30.1878261Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:30:30.1878546Z env: 2022-12-01T10:30:30.1878736Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:30.1878995Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:30.1879324Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_9818689481 2022-12-01T10:30:30.1879572Z ##[endgroup] 2022-12-01T10:30:30.5671507Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:30:30.6568464Z Finished 2022-12-01T10:30:30.7507440Z 2022-12-01T10:30:30.7507989Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:30:30.7508232Z 2022-12-01T10:30:30.7508319Z Scanning the drive: 2022-12-01T10:30:30.7508529Z 1 file, 410192 bytes (401 KiB) 2022-12-01T10:30:30.7508666Z 2022-12-01T10:30:30.7508871Z Creating archive: usage-log-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:30.7509097Z 2022-12-01T10:30:30.7509218Z Add new data to archive: 1 file, 410192 bytes (401 KiB) 2022-12-01T10:30:30.7509369Z 2022-12-01T10:30:30.7509374Z 2022-12-01T10:30:30.7509459Z Files read from disk: 1 2022-12-01T10:30:30.7509733Z Archive size: 19120 bytes (19 KiB) 2022-12-01T10:30:30.7509930Z Everything is Ok 2022-12-01T10:30:30.7895245Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:30:30.7895476Z with: 2022-12-01T10:30:30.7895755Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:30:30.7895987Z retention-days: 14 2022-12-01T10:30:30.7896234Z if-no-files-found: warn 2022-12-01T10:30:30.7896455Z path: test-jsons-*.zip 2022-12-01T10:30:30.7896747Z name: artifact 2022-12-01T10:30:30.7896929Z s3-bucket: gha-artifacts 2022-12-01T10:30:30.7897130Z region: us-east-1 2022-12-01T10:30:30.7897303Z env: 2022-12-01T10:30:30.7897481Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:30.7897747Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:30.7897977Z ##[endgroup] 2022-12-01T10:30:31.7115917Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:30:31.7116273Z With the provided path, there will be 1 file uploaded 2022-12-01T10:30:31.7116570Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:30:31.7131793Z Starting upload of test-jsons-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:31.9230140Z Finished upload of test-jsons-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:31.9525322Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:30:31.9525553Z with: 2022-12-01T10:30:31.9525766Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:30:31.9526016Z retention-days: 14 2022-12-01T10:30:31.9526223Z if-no-files-found: error 2022-12-01T10:30:31.9526438Z path: test-reports-*.zip 2022-12-01T10:30:31.9526619Z name: artifact 2022-12-01T10:30:31.9526807Z s3-bucket: gha-artifacts 2022-12-01T10:30:31.9527004Z region: us-east-1 2022-12-01T10:30:31.9527173Z env: 2022-12-01T10:30:31.9527346Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:31.9527727Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:31.9527977Z ##[endgroup] 2022-12-01T10:30:32.3709881Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:30:32.3710227Z With the provided path, there will be 1 file uploaded 2022-12-01T10:30:32.3710529Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:30:32.3724487Z Starting upload of test-reports-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:32.4938364Z Finished upload of test-reports-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:32.5222580Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:30:32.5222831Z with: 2022-12-01T10:30:32.5223050Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:30:32.5223336Z retention-days: 14 2022-12-01T10:30:32.5223546Z if-no-files-found: ignore 2022-12-01T10:30:32.5223752Z path: usage-log-*.zip 2022-12-01T10:30:32.5223924Z name: artifact 2022-12-01T10:30:32.5224114Z s3-bucket: gha-artifacts 2022-12-01T10:30:32.5224312Z region: us-east-1 2022-12-01T10:30:32.5224483Z env: 2022-12-01T10:30:32.5224646Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:32.5224914Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:32.5225159Z ##[endgroup] 2022-12-01T10:30:32.9584604Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:30:32.9584937Z With the provided path, there will be 1 file uploaded 2022-12-01T10:30:32.9585224Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:30:32.9599479Z Starting upload of usage-log-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:33.0820940Z Finished upload of usage-log-test-functorch-1-1-windows.4xlarge_9818689481.zip 2022-12-01T10:30:33.1105098Z ##[group]Run set -x 2022-12-01T10:30:33.1105368Z set -x 2022-12-01T10:30:33.1105605Z python3 -m pip install -r requirements.txt 2022-12-01T10:30:33.1105877Z python3 -m pip install boto3==1.19.12 2022-12-01T10:30:33.1106195Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:30:33.1134859Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:30:33.1135142Z env: 2022-12-01T10:30:33.1135330Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:30:33.1135607Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:30:33.1135863Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:30:33.1136054Z BRANCH: 2022-12-01T10:30:33.1136337Z TEST_CONFIG: functorch 2022-12-01T10:30:33.1136528Z SHARD_NUMBER: 1 2022-12-01T10:30:33.1136743Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-12-01T10:30:33.1136947Z PR_NUMBER: 89997 2022-12-01T10:30:33.1137187Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:30:33.1137406Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:30:33.1137652Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:30:33.1137847Z TAG: 2022-12-01T10:30:33.1138020Z WORKFLOW_ID: 3591403534 2022-12-01T10:30:33.1138372Z GITHUB_TOKEN: *** 2022-12-01T10:30:33.1138570Z GHA_WORKFLOW_JOB_ID: 9818689481 2022-12-01T10:30:33.1138772Z ##[endgroup] 2022-12-01T10:30:33.1370132Z + python3 -m pip install -r requirements.txt 2022-12-01T10:30:33.7545348Z Collecting astunparse 2022-12-01T10:30:33.7764434Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-12-01T10:30:33.8135620Z Collecting expecttest 2022-12-01T10:30:33.8173494Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-12-01T10:30:33.8434029Z Collecting future 2022-12-01T10:30:33.8471998Z Downloading future-0.18.2.tar.gz (829 kB) 2022-12-01T10:30:33.9102847Z ------------------------------------- 829.2/829.2 kB 13.0 MB/s eta 0:00:00 2022-12-01T10:30:34.2628940Z Preparing metadata (setup.py): started 2022-12-01T10:30:34.8514752Z Preparing metadata (setup.py): finished with status 'done' 2022-12-01T10:30:35.3308968Z Collecting hypothesis 2022-12-01T10:30:35.3364998Z Downloading hypothesis-6.58.2-py3-none-any.whl (396 kB) 2022-12-01T10:30:35.3893255Z -------------------------------------- 396.8/396.8 kB 8.2 MB/s eta 0:00:00 2022-12-01T10:30:35.6049656Z Collecting numpy 2022-12-01T10:30:35.6095754Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-12-01T10:30:35.8808899Z --------------------------------------- 14.6/14.6 MB 43.7 MB/s eta 0:00:00 2022-12-01T10:30:35.9414322Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:30:35.9843854Z Collecting pyyaml 2022-12-01T10:30:35.9982925Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-12-01T10:30:36.0093386Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:30:36.0106052Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-12-01T10:30:36.0291862Z Collecting six 2022-12-01T10:30:36.0330457Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-12-01T10:30:36.0672156Z Collecting types-dataclasses 2022-12-01T10:30:36.0708060Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-12-01T10:30:36.1031796Z Collecting typing_extensions 2022-12-01T10:30:36.1068410Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-12-01T10:30:36.1470160Z Collecting sympy 2022-12-01T10:30:36.1729821Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-12-01T10:30:36.2967540Z Collecting wheel<1.0,>=0.23.0 2022-12-01T10:30:36.3039204Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-12-01T10:30:36.3639390Z Collecting attrs>=19.2.0 2022-12-01T10:30:36.3678260Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-12-01T10:30:36.3999725Z ---------------------------------------- 58.8/58.8 kB 3.0 MB/s eta 0:00:00 2022-12-01T10:30:36.4244794Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-12-01T10:30:36.4281605Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-12-01T10:30:36.4695591Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T10:30:36.4708416Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T10:30:36.4733944Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T10:30:36.4757358Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T10:30:36.5028239Z Collecting mpmath>=0.19 2022-12-01T10:30:36.5122156Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-12-01T10:30:36.8611208Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, future, expecttest, attrs, hypothesis, astunparse 2022-12-01T10:31:07.5431957Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-12-01T10:31:07.5439557Z Running setup.py install for future: started 2022-12-01T10:31:10.9851082Z Running setup.py install for future: finished with status 'done' 2022-12-01T10:31:12.3985332Z Successfully installed astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 future-0.18.2 hypothesis-6.58.2 mpmath-1.2.1 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-12-01T10:31:12.6307504Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:31:13.5650722Z Collecting boto3==1.19.12 2022-12-01T10:31:13.6356768Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-12-01T10:31:13.6656662Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-12-01T10:31:14.0431297Z Collecting botocore<1.23.0,>=1.22.12 2022-12-01T10:31:14.0589207Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-12-01T10:31:14.1877257Z ---------------------------------------- 8.1/8.1 MB 64.7 MB/s eta 0:00:00 2022-12-01T10:31:14.2409806Z Collecting jmespath<1.0.0,>=0.7.1 2022-12-01T10:31:14.2561075Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-12-01T10:31:14.2860748Z Collecting s3transfer<0.6.0,>=0.5.0 2022-12-01T10:31:14.3009202Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-12-01T10:31:14.3087336Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2022-12-01T10:31:14.3414917Z Collecting python-dateutil<3.0.0,>=2.1 2022-12-01T10:31:14.3563234Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-12-01T10:31:14.3668781Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-12-01T10:31:14.3810867Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T10:31:14.5307018Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T10:31:14.7458454Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-12-01T10:31:17.5323393Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-12-01T10:31:17.6707669Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:31:25.8609380Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:31:25.8609622Z 2022-12-01T10:31:25.8609768Z ----- Historic stats comparison result ------ 2022-12-01T10:31:25.8609940Z 2022-12-01T10:31:25.8612735Z job: win-vs2019-cpu-py3 2022-12-01T10:31:25.8613027Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:31:25.8613483Z 2022-12-01T10:31:25.8613691Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:31:25.8614939Z 2022-12-01T10:31:25.8615411Z : (master) 2022-12-01T10:31:25.8615619Z | 2022-12-01T10:31:25.8615866Z | * c13d400bff (HEAD) total time 368.25s 2022-12-01T10:31:25.8616106Z | | 2022-12-01T10:31:25.8616291Z | : (59 commits) 2022-12-01T10:31:25.8616481Z |/ 2022-12-01T10:31:25.8617635Z * 67eb2d5952 (base) 6 reports, total time 4839.19s � 749.48s 2022-12-01T10:31:25.8618030Z * 1c5ca724f4 3 reports, total time 4928.32s � 901.82s 2022-12-01T10:31:25.8618340Z * 9d6109c4b0 3 reports, total time 4406.87s � 778.93s 2022-12-01T10:31:25.8618630Z * 736adc0808 3 reports, total time 4462.52s � 749.64s 2022-12-01T10:31:25.8618969Z * a348975e00 3 reports, total time 4433.30s � 673.74s 2022-12-01T10:31:25.8619267Z * db13049b88 3 reports, total time 4447.68s � 621.73s 2022-12-01T10:31:25.8619618Z * d07b85393a 3 reports, total time 4412.17s � 684.56s 2022-12-01T10:31:25.8619904Z * ac25c210e5 3 reports, total time 4404.80s � 389.50s 2022-12-01T10:31:25.8620198Z * 2355b6256b 3 reports, total time 4503.29s � 482.50s 2022-12-01T10:31:25.8620486Z * 4f95f7ae9b 3 reports, total time 4447.42s � 445.72s 2022-12-01T10:31:25.8620708Z | 2022-12-01T10:31:25.8620877Z : 2022-12-01T10:31:25.8620960Z 2022-12-01T10:31:25.8621101Z Removed (across 699 suites) 0 tests, totaling 0.00s 2022-12-01T10:31:25.8621398Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:31:25.8621692Z Added (across 26 suites) 1604 tests, totaling + 368.25s 2022-12-01T10:31:25.9555225Z Prepare all required actions 2022-12-01T10:31:25.9594967Z ##[group]Run ./.github/actions/teardown-win 2022-12-01T10:31:25.9595196Z with: 2022-12-01T10:31:25.9595345Z env: 2022-12-01T10:31:25.9595553Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:31:25.9595841Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:31:25.9596100Z ##[endgroup] 2022-12-01T10:31:25.9728514Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-12-01T10:31:25.9728811Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-12-01T10:31:25.9753028Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:31:25.9753321Z env: 2022-12-01T10:31:25.9753499Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:31:25.9753785Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:31:25.9754046Z ##[endgroup] 2022-12-01T10:31:26.3682565Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:31:26.4565557Z Finished 2022-12-01T10:31:26.8538503Z Holding runner until all ssh sessions have logged out 2022-12-01T10:31:26.8888429Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-12-01T10:31:26.8888760Z .github\scripts\kill_active_ssh_sessions.ps1 2022-12-01T10:31:26.8913069Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:31:26.8913367Z env: 2022-12-01T10:31:26.8913563Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:31:26.8913899Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:31:26.8914165Z ##[endgroup] 2022-12-01T10:31:27.2795749Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:31:27.3691410Z Finished 2022-12-01T10:31:27.4377075Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-12-01T10:31:27.4377426Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-12-01T10:31:27.4377691Z rm -rf ./* 2022-12-01T10:31:27.4406377Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:31:27.4406675Z env: 2022-12-01T10:31:27.4406978Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:31:27.4407246Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:31:27.4407504Z EXTRA_DELETE_DIR: 2022-12-01T10:31:27.4407706Z ##[endgroup] 2022-12-01T10:31:45.8351931Z Post job cleanup. 2022-12-01T10:31:45.8556665Z Post job cleanup. 2022-12-01T10:31:45.8749952Z Post job cleanup. 2022-12-01T10:31:48.7289000Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-12-01T10:31:48.7500770Z git version 2.38.1.windows.1 2022-12-01T10:31:48.7559943Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\c8ef69b7-82aa-4d71-9883-1a4ed00f4bcf\.gitconfig' 2022-12-01T10:31:48.7623753Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c8ef69b7-82aa-4d71-9883-1a4ed00f4bcf' before making global git config changes 2022-12-01T10:31:48.7624614Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:31:48.7633527Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:31:48.7897666Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:31:48.8138035Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-12-01T10:31:49.3124707Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:31:49.3321002Z http.https://github.com/.extraheader 2022-12-01T10:31:49.3367958Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:31:49.3627051Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-12-01T10:31:49.8079869Z Cleaning up orphan processes