2022-12-01T10:15:50.4478867Z Requested labels: windows.4xlarge 2022-12-01T10:15:50.4478943Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/pull/89997/merge 2022-12-01T10:15:50.4478969Z Waiting for a runner to pick up this job... 2022-12-01T10:15:50.6638850Z Job is about to start running on the runner: i-0d3617770804b26ee (organization) 2022-12-01T10:15:55.6585879Z Current runner version: '2.299.1' 2022-12-01T10:15:55.6593353Z Runner name: 'i-0d3617770804b26ee' 2022-12-01T10:15:55.6593721Z Runner group name: 'Default' 2022-12-01T10:15:55.6594358Z Machine name: 'EC2AMAZ-A10PA24' 2022-12-01T10:15:55.6596256Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:15:55.6596729Z Actions: read 2022-12-01T10:15:55.6596920Z Checks: read 2022-12-01T10:15:55.6597122Z Contents: read 2022-12-01T10:15:55.6597336Z Deployments: read 2022-12-01T10:15:55.6597542Z Discussions: read 2022-12-01T10:15:55.6597753Z Issues: read 2022-12-01T10:15:55.6597962Z Metadata: read 2022-12-01T10:15:55.6598156Z Packages: read 2022-12-01T10:15:55.6598355Z Pages: read 2022-12-01T10:15:55.6598564Z PullRequests: read 2022-12-01T10:15:55.6598789Z RepositoryProjects: read 2022-12-01T10:15:55.6599034Z SecurityEvents: read 2022-12-01T10:15:55.6599256Z Statuses: read 2022-12-01T10:15:55.6599442Z ##[endgroup] 2022-12-01T10:15:55.6602887Z Secret source: None 2022-12-01T10:15:55.6603499Z Prepare workflow directory 2022-12-01T10:15:55.7623226Z Prepare all required actions 2022-12-01T10:15:55.7786114Z Getting action download info 2022-12-01T10:15:55.9793086Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:16:59.8832098Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:17:02.3908760Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:17:03.2534436Z Getting action download info 2022-12-01T10:17:03.5957792Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:17:04.7393898Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-12-01T10:17:04.7395649Z ##[group] Inputs 2022-12-01T10:17:04.7395922Z build-environment: win-vs2019-cpu-py3 2022-12-01T10:17:04.7396192Z cuda-version: cpu 2022-12-01T10:17:04.7396662Z 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:17:04.7397057Z sync-tag: 2022-12-01T10:17:04.7397231Z ##[endgroup] 2022-12-01T10:17:04.7397695Z Complete job name: win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) 2022-12-01T10:17:04.9060434Z ##[group]Run git config --global core.symlinks true 2022-12-01T10:17:04.9060885Z git config --global core.symlinks true 2022-12-01T10:17:04.9093977Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:17:04.9094263Z env: 2022-12-01T10:17:04.9094444Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:04.9094633Z ##[endgroup] 2022-12-01T10:17:05.5903875Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:17:05.5904228Z with: 2022-12-01T10:17:05.5904391Z no-sudo: true 2022-12-01T10:17:05.5904591Z submodules: recursive 2022-12-01T10:17:05.5904784Z fetch-depth: 0 2022-12-01T10:17:05.5904941Z env: 2022-12-01T10:17:05.5905120Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:05.5905313Z ##[endgroup] 2022-12-01T10:17:05.6202329Z ##[group]Run retry () { 2022-12-01T10:17:05.6202575Z retry () { 2022-12-01T10:17:05.6202807Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:17:05.6203025Z } 2022-12-01T10:17:05.6203246Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:17:05.6203519Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:17:05.6203739Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:17:05.6203949Z else 2022-12-01T10:17:05.6204236Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:17:05.6204422Z fi 2022-12-01T10:17:05.6204608Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:17:05.6232782Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:17:05.6233984Z env: 2022-12-01T10:17:05.6234222Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:05.6234413Z NO_SUDO: true 2022-12-01T10:17:05.6234571Z ##[endgroup] 2022-12-01T10:17:05.6508004Z C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:05.8623450Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:17:05.8623695Z with: 2022-12-01T10:17:05.8623901Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:17:05.8624101Z fetch-depth: 0 2022-12-01T10:17:05.8624286Z submodules: recursive 2022-12-01T10:17:05.8624476Z quiet-checkout: true 2022-12-01T10:17:05.8624670Z repository: pytorch/pytorch 2022-12-01T10:17:05.8625096Z token: *** 2022-12-01T10:17:05.8625359Z ssh-strict: true 2022-12-01T10:17:05.8625617Z persist-credentials: true 2022-12-01T10:17:05.8625797Z clean: true 2022-12-01T10:17:05.8625960Z lfs: false 2022-12-01T10:17:05.8626141Z set-safe-directory: true 2022-12-01T10:17:05.8626315Z env: 2022-12-01T10:17:05.8626484Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:05.8626667Z ##[endgroup] 2022-12-01T10:17:10.9380800Z Syncing repository: pytorch/pytorch 2022-12-01T10:17:10.9382205Z ##[group]Getting Git version info 2022-12-01T10:17:10.9382518Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:17:10.9439474Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-12-01T10:17:10.9654448Z git version 2.38.1.windows.1 2022-12-01T10:17:10.9693907Z ##[endgroup] 2022-12-01T10:17:10.9709129Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\6ca3ebe4-3620-43ee-b062-fe94be1980c5\.gitconfig' 2022-12-01T10:17:10.9766402Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6ca3ebe4-3620-43ee-b062-fe94be1980c5' before making global git config changes 2022-12-01T10:17:10.9766876Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:17:10.9774908Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:11.0009580Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:17:11.0018827Z ##[group]Initializing the repository 2022-12-01T10:17:11.0026169Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:11.0437587Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:17:11.0479843Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:17:11.0731173Z ##[endgroup] 2022-12-01T10:17:11.0731585Z ##[group]Disabling automatic garbage collection 2022-12-01T10:17:11.0738661Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-12-01T10:17:11.0963124Z ##[endgroup] 2022-12-01T10:17:11.0963597Z ##[group]Setting up auth 2022-12-01T10:17:11.0973855Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:17:11.1206288Z [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:11.8370706Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:17:11.8608440Z [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:12.2912586Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-12-01T10:17:12.3238579Z ##[endgroup] 2022-12-01T10:17:12.3238985Z ##[group]Fetching the repository 2022-12-01T10:17:12.3249493Z [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:26.4754990Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:18:26.5003144Z [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:30.1582270Z ##[endgroup] 2022-12-01T10:18:30.1582734Z ##[group]Determining the checkout info 2022-12-01T10:18:30.1583803Z ##[endgroup] 2022-12-01T10:18:30.1584142Z ##[group]Checking out the ref 2022-12-01T10:18:30.1593253Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:18:47.2546606Z ##[endgroup] 2022-12-01T10:18:47.2547847Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:18:47.2556810Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-12-01T10:18:47.2881865Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:18:47.3123339Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:18:47.3367957Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:18:47.3625462Z ##[endgroup] 2022-12-01T10:18:47.3625868Z ##[group]Fetching submodules 2022-12-01T10:18:47.3632847Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-12-01T10:18:47.8011292Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:18:48.3960890Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:18:48.3961447Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:18:48.3961943Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:18:48.3963605Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:18:48.3964820Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:18:48.3965421Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:18:48.3966482Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:18:48.3966987Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:18:48.3967519Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:18:48.3967963Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:18:48.3968527Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:18:48.3969148Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:18:48.3969619Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:18:48.3970066Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:18:48.3970771Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:18:48.3971409Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:18:48.3971847Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:18:48.3972329Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:18:48.3972830Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:18:48.3973306Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:18:48.3973998Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:18:48.3974468Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:18:48.3974930Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:18:48.3975367Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:18:48.3975810Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:18:48.3976259Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:18:48.3976747Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:18:48.3977188Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:18:48.3977696Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:18:48.3978177Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:18:48.3978638Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:18:48.3979123Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:18:48.3979641Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:18:48.3980138Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:18:48.4247868Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:18:48.4248427Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:18:48.4248934Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:18:48.4249388Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:18:48.4249789Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:18:48.4250292Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:18:48.4250749Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:18:48.9131854Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:18:49.2633085Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:18:49.6754008Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:18:50.1399864Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:18:50.5496659Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:18:53.2496297Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:19:00.2833485Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:19:01.0966915Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:19:01.9037131Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:19:04.4080445Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:19:06.8776298Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:19:09.0250156Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:19:15.9926420Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:19:17.0794587Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:19:18.4543572Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:19:19.7186668Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:19:20.0975475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:19:20.8476534Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:19:21.4847916Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:19:22.9308257Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:19:23.5787894Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:19:24.2599022Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:19:24.6861289Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:19:28.6157979Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:19:29.3063037Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:19:29.8983192Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:19:36.8263263Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:19:38.8638102Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:19:39.4027445Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:19:39.7603667Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:19:46.5775181Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:19:46.9799903Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:19:47.3722810Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:19:48.4975698Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:19:48.8556131Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:19:49.3378192Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:19:49.9120359Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:19:50.7439967Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:19:53.6886318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:19:54.6806557Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:19:57.5896411Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:19:57.7816632Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:19:57.9078717Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:19:58.0325893Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:19:58.3745106Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:19:58.7912760Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:19:59.2295593Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:20:12.7667268Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:20:13.0151097Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:20:14.1418362Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:20:14.5226994Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:20:18.7383480Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:20:25.4308261Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:20:28.3524905Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:20:29.5121131Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:20:29.5326424Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:20:29.5326965Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:20:29.5327482Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:20:29.5328038Z 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:30.9656674Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:20:31.8707546Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:20:33.4577170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:20:34.1937807Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:20:34.5920226Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:20:35.5593036Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:20:36.1043626Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:20:36.2231049Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:20:37.6223433Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:20:38.2548543Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:20:38.3358513Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:20:38.6874800Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:20:38.9957479Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:20:39.6927289Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:20:39.8125625Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:20:39.8255075Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:20:50.1300171Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:20:52.3476351Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:20:52.3612117Z 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:21:00.3852913Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:21:04.6969661Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:21:04.8321662Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:21:05.0011032Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:21:05.5375151Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:21:05.5529891Z 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:05.5530527Z 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:07.5663387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:21:09.1847052Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:21:09.3917741Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:21:09.6366555Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:21:09.7980576Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:21:09.8803098Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:21:11.1781130Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:21:14.7756929Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:21:14.7931301Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:14.7931906Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:15.4716623Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:21:16.7623345Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:21:16.9966181Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:21:17.3406379Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:21:17.5017322Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:21:17.5152428Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:19.8602462Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:21:21.1605918Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:21:21.1788235Z 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:21.1788826Z 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:21.8389749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:21:22.9852680Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:21:23.2004574Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:21:23.5975518Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:21:23.6122985Z 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:23.9997616Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:21:24.0778888Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:21:24.1591284Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:21:28.7355854Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:21:28.7519072Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:28.7519643Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:29.4286973Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:21:31.0073395Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:21:31.1650768Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:21:31.8546822Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:21:31.9366545Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:21:32.0572814Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:21:32.4840965Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:21:32.5807397Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:21:32.9844174Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:21:33.0930658Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:21:34.0144734Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:21:36.7866467Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:21:37.2875344Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:21:37.3090592Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:37.3091150Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:37.3091644Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:37.3092152Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:38.8304421Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:21:39.2971176Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:21:40.8001836Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:21:41.9703519Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:21:42.4410346Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:21:42.6193915Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:21:43.3980962Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:21:43.6987453Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:21:43.7117659Z 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:44.0758005Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:21:44.1406203Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:21:44.8459228Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:21:44.8686274Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-12-01T10:21:45.2724607Z Entering 'android/libs/fbjni' 2022-12-01T10:21:45.3173966Z Entering 'third_party/FP16' 2022-12-01T10:21:45.3622111Z Entering 'third_party/FXdiv' 2022-12-01T10:21:45.4103376Z Entering 'third_party/NNPACK' 2022-12-01T10:21:45.4555788Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:45.5000855Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:45.5457317Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:45.5909359Z Entering 'third_party/benchmark' 2022-12-01T10:21:45.6365100Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:45.6810310Z Entering 'third_party/cub' 2022-12-01T10:21:45.7259741Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:45.7736162Z Entering 'third_party/cutlass' 2022-12-01T10:21:45.8186012Z Entering 'third_party/eigen' 2022-12-01T10:21:45.8643123Z Entering 'third_party/fbgemm' 2022-12-01T10:21:45.9109375Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:45.9568104Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:46.0469210Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:46.0925890Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:46.1407918Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:46.1883363Z Entering 'third_party/fmt' 2022-12-01T10:21:46.2327530Z Entering 'third_party/foxi' 2022-12-01T10:21:46.2773352Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:46.3233316Z Entering 'third_party/gloo' 2022-12-01T10:21:46.3671563Z Entering 'third_party/googletest' 2022-12-01T10:21:46.4111787Z Entering 'third_party/ideep' 2022-12-01T10:21:46.4542554Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:46.4984544Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:46.5483190Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:46.5927907Z Entering 'third_party/ittapi' 2022-12-01T10:21:46.6365530Z Entering 'third_party/kineto' 2022-12-01T10:21:46.6800586Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:46.7241433Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:46.7705777Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:46.8149726Z Entering 'third_party/neon2sse' 2022-12-01T10:21:46.8597700Z Entering 'third_party/nlohmann' 2022-12-01T10:21:46.9054554Z Entering 'third_party/onnx' 2022-12-01T10:21:46.9505308Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:46.9985295Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:47.0452518Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:47.0885450Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:47.1336909Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:47.1795447Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:47.2250809Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:47.2781951Z Entering 'third_party/pocketfft' 2022-12-01T10:21:47.3230381Z Entering 'third_party/protobuf' 2022-12-01T10:21:47.3672153Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:47.4157306Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:47.4611550Z Entering 'third_party/psimd' 2022-12-01T10:21:47.5093233Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:47.5544578Z Entering 'third_party/pybind11' 2022-12-01T10:21:47.6007923Z Entering 'third_party/python-enum' 2022-12-01T10:21:47.6461063Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:47.6905556Z Entering 'third_party/python-six' 2022-12-01T10:21:47.7343902Z Entering 'third_party/sleef' 2022-12-01T10:21:47.7800324Z Entering 'third_party/tbb' 2022-12-01T10:21:47.8250602Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:47.8694529Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:47.9158653Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:47.9610656Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:48.0074345Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:48.0518998Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:48.1023221Z Entering 'third_party/zstd' 2022-12-01T10:21:48.1552081Z ##[endgroup] 2022-12-01T10:21:48.1553142Z ##[group]Persisting credentials for submodules 2022-12-01T10:21:48.1562771Z [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:48.5641943Z Entering 'android/libs/fbjni' 2022-12-01T10:21:48.6166425Z Entering 'third_party/FP16' 2022-12-01T10:21:48.6686600Z Entering 'third_party/FXdiv' 2022-12-01T10:21:48.7227341Z Entering 'third_party/NNPACK' 2022-12-01T10:21:48.7759776Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:48.8293762Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:48.8844381Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:48.9375254Z Entering 'third_party/benchmark' 2022-12-01T10:21:48.9908284Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:49.0479170Z Entering 'third_party/cub' 2022-12-01T10:21:49.1004219Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:49.1544954Z Entering 'third_party/cutlass' 2022-12-01T10:21:49.2086450Z Entering 'third_party/eigen' 2022-12-01T10:21:49.2802630Z Entering 'third_party/fbgemm' 2022-12-01T10:21:49.3657931Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:49.4207135Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:49.4732874Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:49.5313219Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:49.5869276Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:49.6403342Z Entering 'third_party/fmt' 2022-12-01T10:21:49.6926193Z Entering 'third_party/foxi' 2022-12-01T10:21:49.7475216Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:49.7991254Z Entering 'third_party/gloo' 2022-12-01T10:21:49.8504105Z Entering 'third_party/googletest' 2022-12-01T10:21:49.9029203Z Entering 'third_party/ideep' 2022-12-01T10:21:49.9540982Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:50.0059003Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:50.0619603Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:50.1221097Z Entering 'third_party/ittapi' 2022-12-01T10:21:50.1767156Z Entering 'third_party/kineto' 2022-12-01T10:21:50.2285699Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:50.2814182Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:50.3355846Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:50.3873492Z Entering 'third_party/neon2sse' 2022-12-01T10:21:50.4389007Z Entering 'third_party/nlohmann' 2022-12-01T10:21:50.4922491Z Entering 'third_party/onnx' 2022-12-01T10:21:50.5449948Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:50.6009180Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:50.6593877Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:50.7126371Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:50.7665857Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:50.8196602Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:50.8709336Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:50.9328375Z Entering 'third_party/pocketfft' 2022-12-01T10:21:50.9852752Z Entering 'third_party/protobuf' 2022-12-01T10:21:51.0404882Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:51.0937673Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:51.1501092Z Entering 'third_party/psimd' 2022-12-01T10:21:51.2028645Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:51.2548674Z Entering 'third_party/pybind11' 2022-12-01T10:21:51.3068095Z Entering 'third_party/python-enum' 2022-12-01T10:21:51.3599879Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:51.4109217Z Entering 'third_party/python-six' 2022-12-01T10:21:51.4654666Z Entering 'third_party/sleef' 2022-12-01T10:21:51.5169042Z Entering 'third_party/tbb' 2022-12-01T10:21:51.5701514Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:51.6215425Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:51.6773086Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:51.7309221Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:51.7839736Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:51.8341550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:51.8950056Z Entering 'third_party/zstd' 2022-12-01T10:21:51.9575239Z [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:52.3945419Z Entering 'android/libs/fbjni' 2022-12-01T10:21:52.4541370Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:21:52.4706953Z Entering 'third_party/FP16' 2022-12-01T10:21:52.5296173Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:21:52.5453891Z Entering 'third_party/FXdiv' 2022-12-01T10:21:52.6058782Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:21:52.6209882Z Entering 'third_party/NNPACK' 2022-12-01T10:21:52.6793656Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:21:52.6944158Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:52.7518995Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:21:52.7695746Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:52.8285078Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:21:52.8444413Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:52.9017412Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:21:52.9185855Z Entering 'third_party/benchmark' 2022-12-01T10:21:52.9777998Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:52.9934897Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:53.0524714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:21:53.0687747Z Entering 'third_party/cub' 2022-12-01T10:21:53.1280737Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:21:53.1435763Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:53.2044763Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:21:53.2201986Z Entering 'third_party/cutlass' 2022-12-01T10:21:53.2822515Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:21:53.2990132Z Entering 'third_party/eigen' 2022-12-01T10:21:53.3576043Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:21:53.3770612Z Entering 'third_party/fbgemm' 2022-12-01T10:21:53.4350728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:21:53.4492215Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:53.5108233Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:21:53.5269191Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:53.5860871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:21:53.6013652Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:53.6608671Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:53.6776164Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:53.7361775Z 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:53.7530914Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:53.8099656Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:21:53.8254584Z Entering 'third_party/fmt' 2022-12-01T10:21:53.8835767Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:21:53.8985503Z Entering 'third_party/foxi' 2022-12-01T10:21:53.9552838Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:21:53.9715637Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:54.0302301Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:21:54.0453174Z Entering 'third_party/gloo' 2022-12-01T10:21:54.1051060Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:21:54.1198798Z Entering 'third_party/googletest' 2022-12-01T10:21:54.1788456Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:54.1941306Z Entering 'third_party/ideep' 2022-12-01T10:21:54.2525365Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:21:54.2670871Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:54.3254287Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:21:54.3396618Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:54.3998252Z 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:54.4189441Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:54.4763808Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:21:54.4915209Z Entering 'third_party/ittapi' 2022-12-01T10:21:54.5491180Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:21:54.5674926Z Entering 'third_party/kineto' 2022-12-01T10:21:54.6247849Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:21:54.6387814Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:54.6993712Z 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:54.7144482Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:54.7735249Z 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:54.7907085Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:54.8489458Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:21:54.8656200Z Entering 'third_party/neon2sse' 2022-12-01T10:21:54.9231537Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:21:54.9385040Z Entering 'third_party/nlohmann' 2022-12-01T10:21:54.9991617Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:21:55.0145284Z Entering 'third_party/onnx' 2022-12-01T10:21:55.0732434Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:21:55.0887446Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:55.1459773Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:55.1614045Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:55.2197117Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:55.2368472Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:55.2960494Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:21:55.3101046Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:55.3695798Z 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:55.3844114Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:55.4430064Z 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:55.4589934Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:55.5162985Z 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:55.5332085Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:55.5962215Z 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:55.6176458Z Entering 'third_party/pocketfft' 2022-12-01T10:21:55.6785406Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:21:55.6935923Z Entering 'third_party/protobuf' 2022-12-01T10:21:55.7528766Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:21:55.7691375Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:55.8270745Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:55.8425239Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:55.9001028Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:55.9176496Z Entering 'third_party/psimd' 2022-12-01T10:21:55.9749770Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:21:55.9899909Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:56.0483880Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:21:56.0635251Z Entering 'third_party/pybind11' 2022-12-01T10:21:56.1225900Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:56.1386837Z Entering 'third_party/python-enum' 2022-12-01T10:21:56.2005614Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:21:56.2166549Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:56.2744713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:21:56.2900330Z Entering 'third_party/python-six' 2022-12-01T10:21:56.3487286Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:21:56.3657747Z Entering 'third_party/sleef' 2022-12-01T10:21:56.4240155Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:21:56.4391144Z Entering 'third_party/tbb' 2022-12-01T10:21:56.4978281Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:21:56.5134394Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:56.6075065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:21:56.6213035Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:56.6802376Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:56.6967018Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:56.7555040Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:21:56.7711184Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:56.8324021Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:21:56.8476068Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:56.9054320Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:21:56.9193655Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:56.9768780Z 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:56.9974372Z Entering 'third_party/zstd' 2022-12-01T10:21:57.0545379Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:21:57.3588415Z [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:57.7668489Z Entering 'android/libs/fbjni' 2022-12-01T10:21:57.8123538Z Entering 'third_party/FP16' 2022-12-01T10:21:57.8586011Z Entering 'third_party/FXdiv' 2022-12-01T10:21:57.9026325Z Entering 'third_party/NNPACK' 2022-12-01T10:21:57.9458419Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:57.9979035Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:58.0893199Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:58.1373861Z Entering 'third_party/benchmark' 2022-12-01T10:21:58.1840938Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:58.2282574Z Entering 'third_party/cub' 2022-12-01T10:21:58.2733124Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:58.3179964Z Entering 'third_party/cutlass' 2022-12-01T10:21:58.3639766Z Entering 'third_party/eigen' 2022-12-01T10:21:58.4105315Z Entering 'third_party/fbgemm' 2022-12-01T10:21:58.4541367Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:58.4988854Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:58.5438765Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:58.5907032Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:58.6364819Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:58.6813006Z Entering 'third_party/fmt' 2022-12-01T10:21:58.7253904Z Entering 'third_party/foxi' 2022-12-01T10:21:58.7729222Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:58.8175029Z Entering 'third_party/gloo' 2022-12-01T10:21:58.8649617Z Entering 'third_party/googletest' 2022-12-01T10:21:58.9105057Z Entering 'third_party/ideep' 2022-12-01T10:21:58.9538716Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:58.9987749Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:59.0480842Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:59.0923477Z Entering 'third_party/ittapi' 2022-12-01T10:21:59.1372887Z Entering 'third_party/kineto' 2022-12-01T10:21:59.1792985Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:59.2248486Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:59.2733795Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:59.3167346Z Entering 'third_party/neon2sse' 2022-12-01T10:21:59.3618856Z Entering 'third_party/nlohmann' 2022-12-01T10:21:59.4065941Z Entering 'third_party/onnx' 2022-12-01T10:21:59.4515265Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:59.5011412Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:59.5473457Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:59.5928479Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:59.6411200Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:59.6866315Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:59.7343544Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:59.7861429Z Entering 'third_party/pocketfft' 2022-12-01T10:21:59.8339445Z Entering 'third_party/protobuf' 2022-12-01T10:21:59.8833653Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:59.9282139Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:59.9741386Z Entering 'third_party/psimd' 2022-12-01T10:22:00.0244092Z Entering 'third_party/pthreadpool' 2022-12-01T10:22:00.0692132Z Entering 'third_party/pybind11' 2022-12-01T10:22:00.1141254Z Entering 'third_party/python-enum' 2022-12-01T10:22:00.1594309Z Entering 'third_party/python-peachpy' 2022-12-01T10:22:00.2037560Z Entering 'third_party/python-six' 2022-12-01T10:22:00.2510966Z Entering 'third_party/sleef' 2022-12-01T10:22:00.2951809Z Entering 'third_party/tbb' 2022-12-01T10:22:00.3395933Z Entering 'third_party/tensorpipe' 2022-12-01T10:22:00.3846382Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:22:00.4297080Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:22:00.4756625Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:22:00.5194262Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:22:00.5628548Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:22:00.6129115Z Entering 'third_party/zstd' 2022-12-01T10:22:00.6654853Z [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:22:01.0677131Z Entering 'android/libs/fbjni' 2022-12-01T10:22:01.1131518Z Entering 'third_party/FP16' 2022-12-01T10:22:01.1579899Z Entering 'third_party/FXdiv' 2022-12-01T10:22:01.2020555Z Entering 'third_party/NNPACK' 2022-12-01T10:22:01.2463761Z Entering 'third_party/QNNPACK' 2022-12-01T10:22:01.2926969Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:22:01.3394603Z Entering 'third_party/XNNPACK' 2022-12-01T10:22:01.3864676Z Entering 'third_party/benchmark' 2022-12-01T10:22:01.4311396Z Entering 'third_party/cpuinfo' 2022-12-01T10:22:01.4748669Z Entering 'third_party/cub' 2022-12-01T10:22:01.5192559Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:22:01.5647590Z Entering 'third_party/cutlass' 2022-12-01T10:22:01.6093421Z Entering 'third_party/eigen' 2022-12-01T10:22:01.6537187Z Entering 'third_party/fbgemm' 2022-12-01T10:22:01.7020528Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:22:01.7473155Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:22:01.7912769Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:22:01.8365855Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:22:01.8834048Z Entering 'third_party/flatbuffers' 2022-12-01T10:22:01.9299213Z Entering 'third_party/fmt' 2022-12-01T10:22:01.9749793Z Entering 'third_party/foxi' 2022-12-01T10:22:02.0203403Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:22:02.0663395Z Entering 'third_party/gloo' 2022-12-01T10:22:02.1096383Z Entering 'third_party/googletest' 2022-12-01T10:22:02.1539359Z Entering 'third_party/ideep' 2022-12-01T10:22:02.1960068Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:22:02.2400650Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:22:02.2928276Z Entering 'third_party/ios-cmake' 2022-12-01T10:22:02.3374581Z Entering 'third_party/ittapi' 2022-12-01T10:22:02.3812451Z Entering 'third_party/kineto' 2022-12-01T10:22:02.4265462Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:22:02.4726679Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:22:02.5194943Z Entering 'third_party/nccl/nccl' 2022-12-01T10:22:02.5637426Z Entering 'third_party/neon2sse' 2022-12-01T10:22:02.6078645Z Entering 'third_party/nlohmann' 2022-12-01T10:22:02.6550223Z Entering 'third_party/onnx' 2022-12-01T10:22:02.6989317Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:22:02.7436990Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:22:02.7898178Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:22:02.8336936Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:22:02.8810009Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:22:02.9278721Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:22:02.9724079Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:22:03.0255291Z Entering 'third_party/pocketfft' 2022-12-01T10:22:03.0695789Z Entering 'third_party/protobuf' 2022-12-01T10:22:03.1156993Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:22:03.1630790Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:22:03.2123933Z Entering 'third_party/psimd' 2022-12-01T10:22:03.2567536Z Entering 'third_party/pthreadpool' 2022-12-01T10:22:03.3013743Z Entering 'third_party/pybind11' 2022-12-01T10:22:03.3456528Z Entering 'third_party/python-enum' 2022-12-01T10:22:03.3900155Z Entering 'third_party/python-peachpy' 2022-12-01T10:22:03.4349708Z Entering 'third_party/python-six' 2022-12-01T10:22:03.4792600Z Entering 'third_party/sleef' 2022-12-01T10:22:03.5249915Z Entering 'third_party/tbb' 2022-12-01T10:22:03.5697646Z Entering 'third_party/tensorpipe' 2022-12-01T10:22:03.6125407Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:22:03.6575971Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:22:03.7037015Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:22:03.7512529Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:22:03.7952453Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:22:03.8442264Z Entering 'third_party/zstd' 2022-12-01T10:22:03.8981567Z ##[endgroup] 2022-12-01T10:22:03.9244289Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-12-01T10:22:03.9457304Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:22:03.9986806Z Prepare all required actions 2022-12-01T10:22:03.9987274Z Getting action download info 2022-12-01T10:22:04.3308338Z Download action repository 'actions/setup-python@v2' (SHA:75f3110429a8c05be0e1bf360334e4cced2b63fa) 2022-12-01T10:22:05.1362506Z ##[group]Run ./.github/actions/setup-win 2022-12-01T10:22:05.1362707Z with: 2022-12-01T10:22:05.1362881Z cuda-version: cpu 2022-12-01T10:22:05.1363052Z env: 2022-12-01T10:22:05.1363219Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:05.1363407Z ##[endgroup] 2022-12-01T10:22:05.1501054Z ##[group]Run set -euo pipefail 2022-12-01T10:22:05.1501299Z set -euo pipefail 2022-12-01T10:22:05.1501502Z function get_ec2_metadata() { 2022-12-01T10:22:05.1501757Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:22:05.1502134Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:22:05.1502444Z  category=$1 2022-12-01T10:22:05.1502735Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:22:05.1502954Z } 2022-12-01T10:22:05.1503157Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:22:05.1503421Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:22:05.1503698Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:22:05.1503956Z echo "system info $(uname -a)" 2022-12-01T10:22:05.1531628Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:22:05.1531890Z env: 2022-12-01T10:22:05.1532068Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:05.1532258Z ##[endgroup] 2022-12-01T10:22:05.2034932Z ami-id: ami-0bac16a0d43e93376 2022-12-01T10:22:05.2233964Z instance-id: i-0d3617770804b26ee 2022-12-01T10:22:05.2415105Z instance-type: c5d.4xlarge 2022-12-01T10:22:05.2647683Z 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:05.2798887Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-12-01T10:22:05.2799447Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-12-01T10:22:05.2830770Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:05.2831060Z env: 2022-12-01T10:22:05.2831247Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:05.2831424Z ##[endgroup] 2022-12-01T10:22:05.6733401Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:05.7858195Z Finished 2022-12-01T10:22:05.8346272Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-12-01T10:22:05.8346678Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-12-01T10:22:05.8369685Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:05.8370016Z env: 2022-12-01T10:22:05.8370186Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:05.8370376Z ##[endgroup] 2022-12-01T10:22:06.2423950Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:06.3368590Z Finished 2022-12-01T10:22:06.9796824Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-12-01T10:22:06.9797116Z .\.circleci\scripts\vs_install.ps1 2022-12-01T10:22:06.9820070Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:06.9820362Z env: 2022-12-01T10:22:06.9820548Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:06.9820732Z VS_VERSION: 16.8.6 2022-12-01T10:22:06.9820925Z INSTALL_WINDOWS_SDK: 1 2022-12-01T10:22:06.9821111Z ##[endgroup] 2022-12-01T10:22:07.3511009Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:07.4425695Z Finished 2022-12-01T10:22:07.7474368Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-12-01T10:22:07.7815029Z ##[group]Run actions/setup-python@v2 2022-12-01T10:22:07.7815239Z with: 2022-12-01T10:22:07.7815401Z python-version: 3.x 2022-12-01T10:22:07.7815589Z cache: pip 2022-12-01T10:22:07.7816079Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-12-01T10:22:07.7816603Z token: *** 2022-12-01T10:22:07.7816762Z env: 2022-12-01T10:22:07.7816991Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:07.7817161Z ##[endgroup] 2022-12-01T10:22:08.7144186Z Version 3.x was not found in the local cache 2022-12-01T10:22:08.9808700Z Version 3.x is available for downloading 2022-12-01T10:22:08.9809754Z 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:09.2085057Z Extract downloaded archive 2022-12-01T10:22:09.2179526Z [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\b5095259-b41c-475e-ab7e-db8125707864', 'C:\actions-runner\_work\_temp\f436561b-56b5-499f-a9d2-ccf98bb21023')" 2022-12-01T10:22:09.9519058Z Execute installation script 2022-12-01T10:22:10.4669521Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:10.5605384Z Finished 2022-12-01T10:22:10.6021817Z Check if Python hostedtoolcache folder exist... 2022-12-01T10:22:10.6022042Z 2022-12-01T10:22:10.6035718Z Create Python toolcache folder 2022-12-01T10:22:10.6036360Z 2022-12-01T10:22:10.6064584Z Check if current Python version is installed... 2022-12-01T10:22:10.6065376Z 2022-12-01T10:22:10.6089324Z No Python3.11.* found 2022-12-01T10:22:10.6090165Z 2022-12-01T10:22:10.6094820Z Remove registry entries for Python 3.11(x64)... 2022-12-01T10:22:10.6095614Z 2022-12-01T10:22:11.4402107Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-12-01T10:22:11.4402342Z 2022-12-01T10:22:11.4425572Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:22:11.4590340Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-12-01T10:22:11.4590552Z 2022-12-01T10:22:44.1581854Z Create python3 symlink 2022-12-01T10:22:44.1582732Z 2022-12-01T10:22:44.2072313Z 2022-12-01T10:22:44.2073264Z 2022-12-01T10:22:44.2074162Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:22:44.2074378Z 2022-12-01T10:22:44.2074537Z 2022-12-01T10:22:44.2078915Z Mode LastWriteTime Length Name 2022-12-01T10:22:44.2081478Z ---- ------------- ------ ---- 2022-12-01T10:22:44.2085340Z -a---l 12/1/2022 10:22 AM 0 python3.exe 2022-12-01T10:22:44.2091129Z Install and upgrade Pip 2022-12-01T10:22:44.2091907Z 2022-12-01T10:22:46.1054917Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpv_hyyjah 2022-12-01T10:22:46.1078613Z 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:46.1093042Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-12-01T10:22:46.1093325Z 2022-12-01T10:22:46.8054985Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-12-01T10:22:46.9327933Z Collecting pip 2022-12-01T10:22:46.9623679Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-12-01T10:22:47.0856813Z 2022-12-01T10:22:47.0858059Z ---------------------------------------- 2.1/2.1 MB 16.3 MB/s eta 0:00:00 2022-12-01T10:22:47.1514696Z Installing collected packages: pip 2022-12-01T10:22:47.1515008Z Attempting uninstall: pip 2022-12-01T10:22:47.1544884Z Found existing installation: pip 22.3 2022-12-01T10:22:47.5671730Z Uninstalling pip-22.3: 2022-12-01T10:22:47.5900636Z Successfully uninstalled pip-22.3 2022-12-01T10:22:52.8586013Z Successfully installed pip-22.3.1 2022-12-01T10:22:53.0281670Z Create complete file 2022-12-01T10:22:53.0281930Z 2022-12-01T10:22:53.0293957Z 2022-12-01T10:22:53.0294577Z 2022-12-01T10:22:53.0527089Z Successfully setup CPython (3.11.0) 2022-12-01T10:23:07.3855389Z Received 11805403 of 11805403 (100.0%), 93.8 MBs/sec 2022-12-01T10:23:07.3857885Z Cache Size: ~11 MB (11805403 B) 2022-12-01T10:23:07.3878230Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/036b9c16-1000-4b7b-91fa-4d8928b45607/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:07.5116290Z Cache restored successfully 2022-12-01T10:23:07.5143749Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-ad81c6587e689540b865df67fb055fc77adb9526d4d645eef033bcf28fc679ee 2022-12-01T10:23:07.5889729Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:23:07.5890117Z with: 2022-12-01T10:23:07.5891376Z github-secret: *** 2022-12-01T10:23:07.5891851Z activate-with-label: false 2022-12-01T10:23:07.5892105Z label: with-ssh 2022-12-01T10:23:07.5892313Z remove-existing-keys: true 2022-12-01T10:23:07.5892504Z env: 2022-12-01T10:23:07.5892682Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:07.5892945Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:07.5893198Z ##[endgroup] 2022-12-01T10:23:08.1328073Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:23:08.2135350Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2022-12-01T10:23:08.2173800Z Login using: ssh runneruser@ec2-107-21-199-169.compute-1.amazonaws.com 2022-12-01T10:23:08.2397137Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:23:08.2397637Z python3 -m pip install psutil==5.9.1 2022-12-01T10:23:08.2397895Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:23:08.2398358Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:23:08.2399036Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:23:08.2429366Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:23:08.2429728Z env: 2022-12-01T10:23:08.2430073Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:08.2430746Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:08.2431207Z ##[endgroup] 2022-12-01T10:23:08.9751743Z Collecting psutil==5.9.1 2022-12-01T10:23:08.9969219Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-12-01T10:23:09.0202216Z ------------------------------------- 479.1/479.1 kB 15.1 MB/s eta 0:00:00 2022-12-01T10:23:09.2367282Z Installing build dependencies: started 2022-12-01T10:23:12.4900258Z Installing build dependencies: finished with status 'done' 2022-12-01T10:23:12.4916095Z Getting requirements to build wheel: started 2022-12-01T10:23:13.3190955Z Getting requirements to build wheel: finished with status 'done' 2022-12-01T10:23:13.3280709Z Preparing metadata (pyproject.toml): started 2022-12-01T10:23:13.9164395Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-12-01T10:23:13.9431274Z Building wheels for collected packages: psutil 2022-12-01T10:23:13.9452273Z Building wheel for psutil (pyproject.toml): started 2022-12-01T10:23:25.6448683Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-12-01T10:23:25.6587153Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=4a00886091d0ff3da74d13d90f271ec92e02e7aea1e6588a2a231383c7601e2d 2022-12-01T10:23:25.6588890Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-12-01T10:23:25.6651552Z Successfully built psutil 2022-12-01T10:23:25.7135126Z Installing collected packages: psutil 2022-12-01T10:23:26.2288059Z Successfully installed psutil-5.9.1 2022-12-01T10:23:27.0459446Z Collecting pynvml==11.4.1 2022-12-01T10:23:27.0694785Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-12-01T10:23:27.0799716Z ---------------------------------------- 47.0/47.0 kB 2.4 MB/s eta 0:00:00 2022-12-01T10:23:27.1414222Z Installing collected packages: pynvml 2022-12-01T10:23:27.2953752Z Successfully installed pynvml-11.4.1 2022-12-01T10:23:27.3880964Z ##[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:27.4260637Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:23:27.4260958Z with: 2022-12-01T10:23:27.4261176Z name: win-vs2019-cpu-py3 2022-12-01T10:23:27.4261402Z path: C:\3591403534\build-results 2022-12-01T10:23:27.4261626Z s3-bucket: gha-artifacts 2022-12-01T10:23:27.4261823Z region: us-east-1 2022-12-01T10:23:27.4262006Z env: 2022-12-01T10:23:27.4262197Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:27.4262480Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:27.4262741Z ##[endgroup] 2022-12-01T10:23:28.5645736Z Found 3 objects with prefix pytorch/pytorch/3591403534/win-vs2019-cpu-py3/ 2022-12-01T10:23:28.5651229Z Starting download (1/3): C:\3591403534\build-results\.ninja_log 2022-12-01T10:23:29.0389906Z Finished download (1/3): C:\3591403534\build-results\.ninja_log 2022-12-01T10:23:29.0391097Z Starting download (2/3): C:\3591403534\build-results\.pytorch-test-times.json 2022-12-01T10:23:29.0660739Z Finished download (2/3): C:\3591403534\build-results\.pytorch-test-times.json 2022-12-01T10:23:29.0664882Z Starting download (3/3): C:\3591403534\build-results\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:31.6449422Z Finished download (3/3): C:\3591403534\build-results\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:31.6449744Z 2022-12-01T10:23:31.6452563Z ##[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.6453556Z Artifact download has finished successfully 2022-12-01T10:23:31.6723245Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-12-01T10:23:31.6723616Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-12-01T10:23:31.6747384Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:23:31.6747833Z env: 2022-12-01T10:23:31.6752080Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:31.6752893Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:31.6753492Z ##[endgroup] 2022-12-01T10:23:32.0981462Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:23:32.1865407Z Finished 2022-12-01T10:23:32.7312013Z Folder PATH listing 2022-12-01T10:23:32.7312332Z Volume serial number is 0241-89EB 2022-12-01T10:23:32.7312553Z C:\3591403534\BUILD-RESULTS 2022-12-01T10:23:32.8413852Z .ninja_log 2022-12-01T10:23:32.8414195Z .pytorch-test-times.json 2022-12-01T10:23:32.8414578Z win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:32.8416099Z 2022-12-01T10:23:32.8416369Z No subfolders exist 2022-12-01T10:23:32.8416490Z 2022-12-01T10:23:32.8830739Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:23:32.8831229Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:23:32.8831484Z  2022-12-01T10:23:32.8831729Z # sanitize the input commit message and PR body here: 2022-12-01T10:23:32.8831970Z # 2022-12-01T10:23:32.8832251Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:23:32.8832666Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:23:32.8833015Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:23:32.8833266Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:23:32.8833447Z  2022-12-01T10:23:32.8833727Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:23:32.8834074Z # wreak havoc internally 2022-12-01T10:23:32.8834335Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:23:32.8834595Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:23:32.8834774Z  2022-12-01T10:23:32.8834980Z .jenkins/pytorch/win-test.sh 2022-12-01T10:23:32.8864057Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:23:32.8864327Z env: 2022-12-01T10:23:32.8864523Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:32.8864818Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:32.8865077Z USE_CUDA: 0 2022-12-01T10:23:32.8865273Z INSTALL_WINDOWS_SDK: 1 2022-12-01T10:23:32.8865464Z PYTHON_VERSION: 3.8 2022-12-01T10:23:32.8865680Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:23:32.8865912Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:23:32.8866136Z VC_PRODUCT: BuildTools 2022-12-01T10:23:32.8866330Z VC_VERSION: 2022-12-01T10:23:32.8866499Z VS_VERSION: 16.8.6 2022-12-01T10:23:32.8866687Z VC_YEAR: 2019 2022-12-01T10:23:32.8866888Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:23:32.8867098Z PR_NUMBER: 89997 2022-12-01T10:23:32.8867328Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:32.8867637Z CUDA_VERSION: cpu 2022-12-01T10:23:32.8867884Z PYTORCH_FINAL_PACKAGE_DIR: /c/3591403534/build-results/ 2022-12-01T10:23:32.8868152Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-12-01T10:23:32.8868458Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-12-01T10:23:32.8868725Z SHARD_NUMBER: 2 2022-12-01T10:23:32.8868919Z NUM_TEST_SHARDS: 2 2022-12-01T10:23:32.8869099Z TEST_CONFIG: default 2022-12-01T10:23:32.8869845Z 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:32.8870572Z TORCH_CUDA_ARCH_LIST: 7.0 2022-12-01T10:23:32.8870773Z ##[endgroup] 2022-12-01T10:23:33.5585440Z +++ dirname .jenkins/pytorch/win-test.sh 2022-12-01T10:23:33.6127106Z ++ cd .jenkins/pytorch 2022-12-01T10:23:33.6132932Z ++ pwd 2022-12-01T10:23:33.6138269Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-12-01T10:23:33.6138649Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-12-01T10:23:33.6215986Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-12-01T10:23:33.6301866Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-12-01T10:23:33.6307584Z +++ declare -f -t trap_add 2022-12-01T10:23:33.6311881Z ++ set -ex 2022-12-01T10:23:33.6313254Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-12-01T10:23:33.6313514Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:23:33.6313721Z ++ [[ default == *xla* ]] 2022-12-01T10:23:33.6313942Z ++ [[ win-vs2019-cpu-py3 == *centos* ]] 2022-12-01T10:23:33.6314202Z ++ [[ win-vs2019-cpu-py3 == *linux-bionic* ]] 2022-12-01T10:23:33.6314467Z ++ [[ win-vs2019-cpu-py3 == *linux-focal* ]] 2022-12-01T10:23:33.6384857Z ++ git rev-parse HEAD 2022-12-01T10:23:33.6640544Z + IMAGE_COMMIT_ID=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:33.6640836Z + export IMAGE_COMMIT_ID 2022-12-01T10:23:33.6641165Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:33.6641626Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:33.6641925Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-12-01T10:23:33.6642253Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:33.6642580Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:33.6713338Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:33.7114319Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-12-01T10:23:33.7114717Z + export TMP_DIR_WIN 2022-12-01T10:23:33.7114987Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:33.7115301Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:33.7187163Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:33.7306783Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:23:33.7307083Z + export PROJECT_DIR_WIN 2022-12-01T10:23:33.7307356Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:33.7307663Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:33.7377564Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:33.7495514Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-12-01T10:23:33.7495835Z + export TEST_DIR_WIN 2022-12-01T10:23:33.7496102Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3591403534/build-results/ 2022-12-01T10:23:33.7496398Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3591403534/build-results/ 2022-12-01T10:23:33.7567049Z ++ cygpath -w /c/3591403534/build-results/ 2022-12-01T10:23:33.7685120Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3591403534\build-results\' 2022-12-01T10:23:33.7685430Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-12-01T10:23:33.7685733Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-12-01T10:23:33.7979370Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-12-01T10:23:33.7979787Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-12-01T10:23:33.8202436Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-12-01T10:23:33.8548495Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-12-01T10:23:33.8551047Z + '[' -n '' ']' 2022-12-01T10:23:33.8551443Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-12-01T10:23:33.8551870Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-12-01T10:23:33.8552209Z + [[ win-vs2019-cpu-py3 == *cuda11* ]] 2022-12-01T10:23:33.8552468Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-12-01T10:23:33.8552718Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-12-01T10:23:33.8553353Z + run_tests 2022-12-01T10:23:33.8553961Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-12-01T10:23:33.8554392Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-12-01T10:23:33.8555645Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-12-01T10:23:34.1310880Z 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:34.1311350Z 2022-12-01T10:23:34.1349442Z + echo true 2022-12-01T10:23:34.1349656Z true 2022-12-01T10:23:34.1349841Z + break 2022-12-01T10:23:34.1350053Z + [[ default == *functorch* ]] 2022-12-01T10:23:34.1350258Z + [[ 2 -eq 1 ]] 2022-12-01T10:23:34.1350582Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-12-01T10:23:34.1565316Z 2022-12-01T10:23:34.1565931Z 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:34.1579419Z 2022-12-01T10:23:34.1579927Z 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:34.1580432Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-12-01T10:23:34.1580728Z exit /b 0 2022-12-01T10:23:34.1580904Z ) 2022-12-01T10:23:34.1582447Z 2022-12-01T10:23:34.1583750Z 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:34.1586191Z 2022-12-01T10:23:34.1586579Z 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:34.1589833Z 2022-12-01T10:23:34.1590342Z 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:34.1604297Z 2022-12-01T10:23:34.1604725Z 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:34.1610325Z 2022-12-01T10:23:34.1610640Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-12-01T10:23:34.1613899Z 2022-12-01T10:23:34.1614213Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-12-01T10:23:34.1614796Z 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:34.1615254Z if errorlevel 1 exit /b 2022-12-01T10:23:34.1615484Z if not errorlevel 0 exit /b 2022-12-01T10:23:34.1615951Z 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:34.1616387Z if errorlevel 1 exit /b 2022-12-01T10:23:34.1616617Z if not errorlevel 0 exit /b 2022-12-01T10:23:34.1616889Z ) 2022-12-01T10:23:34.1616995Z 2022-12-01T10:23:34.1617217Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-12-01T10:23:37.1767811Z 2022-12-01T10:23:37.1768358Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-12-01T10:23:37.1768965Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-12-01T10:23:37.1769281Z if errorlevel 1 exit /b 2022-12-01T10:23:37.1769534Z if not errorlevel 0 exit /b 2022-12-01T10:23:37.1769804Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-12-01T10:23:37.1770061Z if errorlevel 1 exit /b 2022-12-01T10:23:37.1770291Z if not errorlevel 0 exit /b 2022-12-01T10:23:37.1770473Z ) 2022-12-01T10:23:37.1772806Z 2022-12-01T10:23:37.1773384Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:23:37.1774214Z 2022-12-01T10:23:37.1774546Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-12-01T10:23:37.1776518Z 2022-12-01T10:23:37.1776949Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:23:37.1777343Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-12-01T10:23:37.1777646Z if errorlevel 1 exit /b 2022-12-01T10:23:37.1777875Z if not errorlevel 0 exit /b 2022-12-01T10:23:37.1778080Z ) 2022-12-01T10:23:44.1378847Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:23:45.4153138Z Solving environment: ...working... done 2022-12-01T10:23:45.5957874Z 2022-12-01T10:23:45.5958289Z # All requested packages already installed. 2022-12-01T10:23:45.5958493Z 2022-12-01T10:23:45.6476713Z Retrieving notices: ...working... done 2022-12-01T10:23:46.5129584Z 2022-12-01T10:23:46.5130324Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-12-01T10:23:46.5134375Z 2022-12-01T10:23:46.5135159Z (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:46.6379163Z ********************************************************************** 2022-12-01T10:23:46.6379534Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-12-01T10:23:46.6379826Z ** Copyright (c) 2020 Microsoft Corporation 2022-12-01T10:23:46.6380068Z ********************************************************************** 2022-12-01T10:23:47.1837270Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-12-01T10:23:47.1881243Z 2022-12-01T10:23:47.1881719Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-12-01T10:23:47.1886881Z 2022-12-01T10:23:47.1887507Z (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:48.5187435Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-12-01T10:23:48.5193320Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-12-01T10:23:48.5211250Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-12-01T10:23:48.5218838Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-12-01T10:23:48.5228222Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-12-01T10:23:48.5235618Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-12-01T10:23:48.5241696Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-12-01T10:23:48.5249376Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-12-01T10:23:48.5258917Z 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:48.5266934Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-12-01T10:23:48.5272953Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-12-01T10:23:48.5281516Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-12-01T10:23:48.5287889Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-12-01T10:23:48.5295044Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-12-01T10:23:48.5304564Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-12-01T10:23:48.5312260Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-12-01T10:23:48.5777934Z 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:48.5787858Z 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:48.5957298Z 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:48.9225573Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-12-01T10:23:48.9720488Z 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:48.9728250Z 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:48.9735811Z 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:48.9745380Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-12-01T10:23:48.9752792Z 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:48.9762231Z 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:48.9770210Z 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:48.9783162Z 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:48.9790509Z 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.0347525Z 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.0561882Z 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.0571161Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-12-01T10:23:49.0577216Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-12-01T10:23:49.0589731Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-12-01T10:23:49.0600681Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-12-01T10:23:49.0767984Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-12-01T10:23:49.0780769Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-12-01T10:23:49.0984170Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-12-01T10:23:49.1912448Z 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.2097499Z 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.2412444Z 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.2425606Z 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.2849532Z 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.3005926Z 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.3015060Z 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.3022651Z 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.3856045Z 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.4129822Z 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.4219651Z 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:49.9097364Z 2022-12-01T10:23:49.9098164Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:23:49.9098433Z 2022-12-01T10:23:49.9098898Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-12-01T10:23:49.9100008Z 2022-12-01T10:23:49.9100279Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-12-01T10:23:49.9103185Z 2022-12-01T10:23:49.9103480Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-12-01T10:23:49.9106332Z 2022-12-01T10:23:49.9106681Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-12-01T10:23:49.9110493Z 2022-12-01T10:23:49.9110836Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:23:49.9111215Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-12-01T10:23:49.9111720Z 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:49.9112321Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z -aos 2022-12-01T10:23:49.9112686Z popd 2022-12-01T10:23:49.9113052Z ) 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:49.9673239Z 1 file(s) copied. 2022-12-01T10:23:50.1172249Z 2022-12-01T10:23:50.1172691Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:23:50.1172901Z 2022-12-01T10:23:50.1173021Z Scanning the drive for archives: 2022-12-01T10:23:50.1173259Z 1 file, 96900226 bytes (93 MiB) 2022-12-01T10:23:50.1173388Z 2022-12-01T10:23:50.1173701Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:24:06.2325610Z -- 2022-12-01T10:24:06.2326403Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:24:06.2326797Z Type = 7z 2022-12-01T10:24:06.2327022Z Physical Size = 96900226 2022-12-01T10:24:06.2327238Z Headers Size = 155561 2022-12-01T10:24:06.2327442Z Method = LZMA2:24 BCJ 2022-12-01T10:24:06.2327617Z Solid = + 2022-12-01T10:24:06.2327792Z Blocks = 2 2022-12-01T10:24:06.2327904Z 2022-12-01T10:24:06.2331625Z Everything is Ok 2022-12-01T10:24:06.2331825Z 2022-12-01T10:24:06.2331907Z Folders: 725 2022-12-01T10:24:06.2332101Z Files: 12888 2022-12-01T10:24:06.2332292Z Size: 903853423 2022-12-01T10:24:06.2332502Z Compressed: 96900226 2022-12-01T10:24:06.2922223Z 2022-12-01T10:24:06.2922809Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:24:06.2923324Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:06.2923941Z 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:06.2924588Z 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:06.2925153Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-12-01T10:24:06.2925476Z ) 2022-12-01T10:24:07.8098981Z Completed 2.3 KiB/2.3 KiB (40.3 KiB/s) with 1 file(s) remaining 2022-12-01T10:24:07.8099482Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-12-01T10:24:07.8993073Z 2022-12-01T10:24:07.8993931Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-12-01T10:24:07.8994284Z echo "setup pytorch env failed" 2022-12-01T10:24:07.8994497Z echo 0 2022-12-01T10:24:07.8994692Z exit /b 2022-12-01T10:24:07.8994877Z ) 2022-12-01T10:24:07.8994978Z 2022-12-01T10:24:07.8995139Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-12-01T10:24:07.9000289Z 2022-12-01T10:24:07.9000650Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-12-01T10:24:07.9004067Z 2022-12-01T10:24:07.9004527Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "2" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-12-01T10:24:07.9004872Z echo Some smoke tests 2022-12-01T10:24:07.9005212Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-12-01T10:24:07.9005664Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-12-01T10:24:07.9006016Z if ERRORLEVEL 1 goto fail 2022-12-01T10:24:07.9006350Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-12-01T10:24:07.9006650Z if ERRORLEVEL 1 goto fail 2022-12-01T10:24:07.9006843Z ) ) 2022-12-01T10:24:07.9006934Z 2022-12-01T10:24:07.9007136Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-12-01T10:24:07.9007455Z Copying over test times file 2022-12-01T10:24:07.9008352Z 2022-12-01T10:24:07.9008751Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3591403534\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-12-01T10:24:07.9019344Z 1 file(s) copied. 2022-12-01T10:24:07.9020945Z 2022-12-01T10:24:07.9021210Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-12-01T10:24:07.9021945Z Run nn tests 2022-12-01T10:24:07.9023149Z 2022-12-01T10:24:07.9023588Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "2" "2" --verbose 2022-12-01T10:24:15.3462862Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:15.9518703Z Selected tests: 2022-12-01T10:24:15.9519034Z test_ops 2022-12-01T10:24:15.9519313Z test_ops_jit 2022-12-01T10:24:15.9519666Z test_nn 2022-12-01T10:24:15.9519849Z test_sparse_csr 2022-12-01T10:24:15.9520024Z test_dispatch 2022-12-01T10:24:15.9520263Z test_tensor_creation_ops 2022-12-01T10:24:15.9520472Z nn/test_pooling 2022-12-01T10:24:15.9520689Z test_multiprocessing_spawn 2022-12-01T10:24:15.9520914Z test_cpp_api_parity 2022-12-01T10:24:15.9521111Z test_multiprocessing 2022-12-01T10:24:15.9521361Z test_cpp_extensions_open_device_registration 2022-12-01T10:24:15.9521583Z test_fx 2022-12-01T10:24:15.9521761Z test_indexing 2022-12-01T10:24:15.9521950Z test_overrides 2022-12-01T10:24:15.9522142Z test_jit_cuda_fuser 2022-12-01T10:24:15.9522430Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:24:15.9522708Z test_show_pickle 2022-12-01T10:24:15.9522930Z distributions/test_constraints 2022-12-01T10:24:15.9523153Z lazy/test_extract_compiled_graph 2022-12-01T10:24:15.9523353Z test_comparison_utils 2022-12-01T10:24:15.9523549Z test_cuda_primary_ctx 2022-12-01T10:24:15.9523735Z test_cuda_trace 2022-12-01T10:24:15.9523917Z test_fx_backends 2022-12-01T10:24:15.9524095Z test_jiterator 2022-12-01T10:24:15.9524250Z doctests 2022-12-01T10:24:15.9524418Z test_proxy_tensor 2022-12-01T10:24:15.9524609Z test_fx_experimental 2022-12-01T10:24:15.9524811Z profiler/test_profiler 2022-12-01T10:24:15.9525002Z test_jit_autocast 2022-12-01T10:24:15.9525173Z lazy/test_ts_opinfo 2022-12-01T10:24:15.9525363Z test_spectral_ops 2022-12-01T10:24:15.9525537Z test_testing 2022-12-01T10:24:15.9525709Z nn/test_embedding 2022-12-01T10:24:15.9525900Z test_functionalization 2022-12-01T10:24:15.9526085Z test_type_promotion 2022-12-01T10:24:15.9526269Z test_openmp 2022-12-01T10:24:15.9526441Z test_mkl_verbose 2022-12-01T10:24:15.9526619Z test_import_stats 2022-12-01T10:24:15.9526805Z test_mkldnn_verbose 2022-12-01T10:24:15.9526972Z test_module_init 2022-12-01T10:24:15.9527167Z test_maskedtensor 2022-12-01T10:24:15.9527344Z test_datapipe 2022-12-01T10:24:15.9527512Z test_vmap 2022-12-01T10:24:15.9527876Z lazy/test_step_closures 2022-12-01T10:24:15.9528052Z test_shape_ops 2022-12-01T10:24:15.9528240Z test_bundled_inputs 2022-12-01T10:24:15.9528435Z test_python_dispatch 2022-12-01T10:24:15.9528632Z test_native_functions 2022-12-01T10:24:15.9528816Z test_package 2022-12-01T10:24:15.9528984Z test_namedtensor 2022-12-01T10:24:15.9529199Z benchmark_utils/test_benchmark_utils 2022-12-01T10:24:15.9529412Z test_function_schema 2022-12-01T10:24:15.9529594Z test_fx_passes 2022-12-01T10:24:15.9529771Z test_autocast 2022-12-01T10:24:15.9529942Z test_dynamic_shapes 2022-12-01T10:24:15.9530138Z test_functional_optim 2022-12-01T10:24:15.9530337Z test_tensorexpr_pybind 2022-12-01T10:24:15.9530520Z test_itt 2022-12-01T10:24:15.9530685Z test_monitor 2022-12-01T10:24:15.9530854Z test_public_bindings 2022-12-01T10:24:15.9531039Z test_native_mha 2022-12-01T10:24:15.9531221Z test_jit_llga_fuser 2022-12-01T10:24:15.9531404Z test_tensorboard 2022-12-01T10:24:15.9531591Z test_nvfuser_frontend 2022-12-01T10:24:15.9531801Z test_numba_integration 2022-12-01T10:24:15.9531978Z lazy/test_reuse_ir 2022-12-01T10:24:15.9532152Z test_complex 2022-12-01T10:24:15.9532320Z test_license 2022-12-01T10:24:15.9532486Z test_vulkan 2022-12-01T10:24:15.9532673Z backends/xeon/test_launch 2022-12-01T10:24:15.9532854Z test_type_hints 2022-12-01T10:24:15.9533061Z test_functional_autograd_benchmark 2022-12-01T10:24:16.2098090Z parallel (file granularity) tests: 2022-12-01T10:24:16.2098488Z distributions/test_constraints 2022-12-01T10:24:16.2098819Z lazy/test_extract_compiled_graph 2022-12-01T10:24:16.2099168Z test_comparison_utils 2022-12-01T10:24:16.2099406Z test_jiterator 2022-12-01T10:24:16.2099579Z test_proxy_tensor 2022-12-01T10:24:16.2099942Z test_fx_experimental 2022-12-01T10:24:16.2100154Z profiler/test_profiler 2022-12-01T10:24:16.2100352Z test_jit_autocast 2022-12-01T10:24:16.2100539Z lazy/test_ts_opinfo 2022-12-01T10:24:16.2100715Z test_spectral_ops 2022-12-01T10:24:16.2100906Z test_testing 2022-12-01T10:24:16.2101086Z nn/test_embedding 2022-12-01T10:24:16.2101276Z test_functionalization 2022-12-01T10:24:16.2101473Z test_type_promotion 2022-12-01T10:24:16.2101645Z test_openmp 2022-12-01T10:24:16.2101820Z test_mkl_verbose 2022-12-01T10:24:16.2102000Z test_import_stats 2022-12-01T10:24:16.2102185Z test_mkldnn_verbose 2022-12-01T10:24:16.2102371Z test_module_init 2022-12-01T10:24:16.2102538Z test_maskedtensor 2022-12-01T10:24:16.2102717Z test_datapipe 2022-12-01T10:24:16.2102889Z test_vmap 2022-12-01T10:24:16.2103072Z lazy/test_step_closures 2022-12-01T10:24:16.2103262Z test_shape_ops 2022-12-01T10:24:16.2103432Z test_bundled_inputs 2022-12-01T10:24:16.2103622Z test_python_dispatch 2022-12-01T10:24:16.2103820Z test_native_functions 2022-12-01T10:24:16.2104002Z test_package 2022-12-01T10:24:16.2104178Z test_namedtensor 2022-12-01T10:24:16.2104378Z benchmark_utils/test_benchmark_utils 2022-12-01T10:24:16.2104592Z test_function_schema 2022-12-01T10:24:16.2104782Z test_fx_passes 2022-12-01T10:24:16.2104964Z test_autocast 2022-12-01T10:24:16.2105144Z test_dynamic_shapes 2022-12-01T10:24:16.2105324Z test_functional_optim 2022-12-01T10:24:16.2105526Z test_tensorexpr_pybind 2022-12-01T10:24:16.2105709Z test_itt 2022-12-01T10:24:16.2105873Z test_monitor 2022-12-01T10:24:16.2106053Z test_public_bindings 2022-12-01T10:24:16.2106223Z test_native_mha 2022-12-01T10:24:16.2106405Z test_jit_llga_fuser 2022-12-01T10:24:16.2106594Z test_tensorboard 2022-12-01T10:24:16.2106783Z test_nvfuser_frontend 2022-12-01T10:24:16.2106978Z test_numba_integration 2022-12-01T10:24:16.2107153Z lazy/test_reuse_ir 2022-12-01T10:24:16.2107328Z test_complex 2022-12-01T10:24:16.2107499Z test_license 2022-12-01T10:24:16.2107669Z test_vulkan 2022-12-01T10:24:16.2107857Z backends/xeon/test_launch 2022-12-01T10:24:16.2108038Z test_type_hints 2022-12-01T10:24:16.2108247Z test_functional_autograd_benchmark 2022-12-01T10:24:16.2108484Z serial (file granularity) tests: 2022-12-01T10:24:16.2108782Z test_ops 2022-12-01T10:24:16.2108954Z test_ops_jit 2022-12-01T10:24:16.2109108Z test_nn 2022-12-01T10:24:16.2109281Z test_sparse_csr 2022-12-01T10:24:16.2109463Z test_dispatch 2022-12-01T10:24:16.2109657Z test_tensor_creation_ops 2022-12-01T10:24:16.2109859Z nn/test_pooling 2022-12-01T10:24:16.2110044Z test_multiprocessing_spawn 2022-12-01T10:24:16.2110250Z test_cpp_api_parity 2022-12-01T10:24:16.2110447Z test_multiprocessing 2022-12-01T10:24:16.2110682Z test_cpp_extensions_open_device_registration 2022-12-01T10:24:16.2110895Z test_fx 2022-12-01T10:24:16.2111047Z test_indexing 2022-12-01T10:24:16.2111220Z test_overrides 2022-12-01T10:24:16.2111401Z test_jit_cuda_fuser 2022-12-01T10:24:16.2111610Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:24:16.2111824Z test_show_pickle 2022-12-01T10:24:16.2112000Z test_cuda_primary_ctx 2022-12-01T10:24:16.2112187Z test_cuda_trace 2022-12-01T10:24:16.2112365Z test_fx_backends 2022-12-01T10:24:16.2112629Z doctests 2022-12-01T10:24:18.1917646Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:18.2063092Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:18.3378578Z Running distributions/test_constraints ... [2022-12-01 10:24:18.332144] 2022-12-01T10:24:18.3384205Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-12-01 10:24:18.332144] 2022-12-01T10:24:18.3386079Z Ignoring disabled issues: [] 2022-12-01T10:24:18.3594448Z Running lazy/test_extract_compiled_graph ... [2022-12-01 10:24:18.359271] 2022-12-01T10:24:18.3600055Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:18.359811] 2022-12-01T10:24:18.3601335Z Ignoring disabled issues: [] 2022-12-01T10:24:19.8199976Z 2022-12-01T10:24:19.8200440Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-12-01T10:24:19.8201606Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_2u_7g20h) 2022-12-01T10:24:19.8201946Z 2022-12-01T10:24:19.8202182Z ##[endgroup] 2022-12-01T10:24:19.8202593Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_2u_7g20h) 2022-12-01T10:24:19.8202923Z 2022-12-01T10:24:21.9346812Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:22.0771681Z Running test_comparison_utils ... [2022-12-01 10:24:22.076252] 2022-12-01T10:24:22.0776635Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:22.077354] 2022-12-01T10:24:22.0778423Z Ignoring disabled issues: [] 2022-12-01T10:24:23.8094163Z 2022-12-01T10:24:23.8094919Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T10:24:23.8095704Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_02b8y_sc) 2022-12-01T10:24:23.8096004Z 2022-12-01T10:24:23.8096240Z ##[endgroup] 2022-12-01T10:24:23.8096615Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_02b8y_sc) 2022-12-01T10:24:23.8096892Z 2022-12-01T10:24:25.8636417Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:26.0184659Z Running test_jiterator ... [2022-12-01 10:24:26.013167] 2022-12-01T10:24:26.0284670Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:26.018803] 2022-12-01T10:24:26.0286234Z Ignoring disabled issues: [] 2022-12-01T10:24:28.8842973Z 2022-12-01T10:24:28.8843644Z Expand the folded group to see the log file of test_jiterator 2022-12-01T10:24:28.8844518Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_314awzal) 2022-12-01T10:24:28.8844911Z CUDA not available, skipping tests 2022-12-01T10:24:28.8845053Z 2022-12-01T10:24:28.8845131Z Running tests... 2022-12-01T10:24:28.8845397Z ---------------------------------------------------------------------- 2022-12-01T10:24:28.8845578Z 2022-12-01T10:24:28.8845747Z ---------------------------------------------------------------------- 2022-12-01T10:24:28.8845987Z Ran 0 tests in 0.000s 2022-12-01T10:24:28.8846109Z 2022-12-01T10:24:28.8846172Z OK 2022-12-01T10:24:28.8846267Z 2022-12-01T10:24:28.8846360Z Generating XML reports... 2022-12-01T10:24:28.8846653Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-12-01T10:24:28.8846855Z 2022-12-01T10:24:28.8847084Z ##[endgroup] 2022-12-01T10:24:28.8847427Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_314awzal) 2022-12-01T10:24:28.8847758Z 2022-12-01T10:24:29.0302504Z 2022-12-01T10:24:29.0303249Z Expand the folded group to see the log file of distributions/test_constraints 2022-12-01T10:24:29.0304110Z ##[group]PRINTING LOG FILE of distributions/test_constraints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_constraints_zhuok8j0) 2022-12-01T10:24:29.0305626Z ============================= test session starts ============================= 2022-12-01T10:24:29.0305992Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-12-01T10:24:29.0306347Z cachedir: .pytest_cache 2022-12-01T10:24:29.0306774Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-12-01T10:24:29.0307408Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-12-01T10:24:29.0307978Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:24:29.0308445Z collecting ... collected 132 items 2022-12-01T10:24:29.0324138Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-12-01T10:24:29.0339108Z 2022-12-01T10:24:29.0339428Z distributions\test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-12-01T10:24:29.0339886Z distributions\test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-12-01T10:24:29.0340317Z distributions\test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-12-01T10:24:29.0340765Z distributions\test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-12-01T10:24:29.0341214Z distributions\test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-12-01T10:24:29.0341646Z distributions\test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-12-01T10:24:29.0342137Z distributions\test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-12-01T10:24:29.0342619Z distributions\test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-12-01T10:24:29.0343055Z distributions\test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-12-01T10:24:29.0343473Z distributions\test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-12-01T10:24:29.0343909Z distributions\test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-12-01T10:24:29.0344353Z distributions\test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-12-01T10:24:29.0344785Z distributions\test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-12-01T10:24:29.0345223Z distributions\test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-12-01T10:24:29.0345665Z distributions\test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-12-01T10:24:29.0346095Z distributions\test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-12-01T10:24:29.0346510Z distributions\test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-12-01T10:24:29.0346940Z distributions\test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-12-01T10:24:29.0347376Z distributions\test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-12-01T10:24:29.0347914Z distributions\test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-12-01T10:24:29.0348345Z distributions\test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-12-01T10:24:29.0348833Z distributions\test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-12-01T10:24:29.0349264Z distributions\test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-12-01T10:24:29.0349675Z distributions\test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-12-01T10:24:29.0350117Z distributions\test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-12-01T10:24:29.0350550Z distributions\test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-12-01T10:24:29.0350984Z distributions\test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-12-01T10:24:29.0351416Z distributions\test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-12-01T10:24:29.0351850Z distributions\test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-12-01T10:24:29.0352295Z distributions\test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-12-01T10:24:29.0352717Z distributions\test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-12-01T10:24:29.0353159Z distributions\test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-12-01T10:24:29.0353659Z distributions\test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-12-01T10:24:29.0354151Z distributions\test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-12-01T10:24:29.0354634Z distributions\test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-12-01T10:24:29.0355071Z distributions\test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-12-01T10:24:29.0355487Z distributions\test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-12-01T10:24:29.0355885Z distributions\test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-12-01T10:24:29.0356290Z distributions\test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-12-01T10:24:29.0356695Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-12-01T10:24:29.0357102Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-12-01T10:24:29.0357502Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-12-01T10:24:29.0357904Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-12-01T10:24:29.0358318Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-12-01T10:24:29.0358718Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-12-01T10:24:29.0359128Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-12-01T10:24:29.0359523Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-12-01T10:24:29.0359966Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-12-01T10:24:29.0360360Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-12-01T10:24:29.0360801Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-12-01T10:24:29.0361188Z distributions\test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-12-01T10:24:29.0361648Z distributions\test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-12-01T10:24:29.0362031Z distributions\test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-12-01T10:24:29.0362416Z distributions\test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-12-01T10:24:29.0362817Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-12-01T10:24:29.0363235Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-12-01T10:24:29.0363649Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-12-01T10:24:29.0364051Z distributions\test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-12-01T10:24:29.0364450Z distributions\test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-12-01T10:24:29.0364855Z distributions\test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-12-01T10:24:29.0365261Z distributions\test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-12-01T10:24:29.0365664Z distributions\test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-12-01T10:24:29.0366111Z distributions\test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-12-01T10:24:29.0366539Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-12-01T10:24:29.0366937Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-12-01T10:24:29.0367373Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-12-01T10:24:29.0367772Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-12-01T10:24:29.0368175Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-12-01T10:24:29.0368586Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-12-01T10:24:29.0368985Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-12-01T10:24:29.0369359Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-12-01T10:24:29.0369744Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-12-01T10:24:29.0370133Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-12-01T10:24:29.0370518Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-12-01T10:24:29.0370912Z distributions\test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-12-01T10:24:29.0371309Z distributions\test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-12-01T10:24:29.0371696Z distributions\test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-12-01T10:24:29.0372123Z distributions\test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-12-01T10:24:29.0372531Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-12-01T10:24:29.0372996Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-12-01T10:24:29.0373410Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-12-01T10:24:29.0373819Z distributions\test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-12-01T10:24:29.0374224Z distributions\test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-12-01T10:24:29.0374630Z distributions\test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-12-01T10:24:29.0375021Z distributions\test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-12-01T10:24:29.0375487Z distributions\test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-12-01T10:24:29.0375890Z distributions\test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-12-01T10:24:29.0376297Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-12-01T10:24:29.0376707Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-12-01T10:24:29.0377108Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-12-01T10:24:29.0377602Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-12-01T10:24:29.0377995Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-12-01T10:24:29.0378459Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-12-01T10:24:29.0378871Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-12-01T10:24:29.0379333Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-12-01T10:24:29.0379734Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-12-01T10:24:29.0380124Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-12-01T10:24:29.0380499Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-12-01T10:24:29.0380896Z distributions\test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-12-01T10:24:29.0381367Z distributions\test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-12-01T10:24:29.0381752Z distributions\test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-12-01T10:24:29.0382128Z distributions\test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-12-01T10:24:29.0382537Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-12-01T10:24:29.0382971Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-12-01T10:24:29.0383390Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-12-01T10:24:29.0383808Z distributions\test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-12-01T10:24:29.0384221Z distributions\test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-12-01T10:24:29.0384738Z distributions\test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-12-01T10:24:29.0385194Z distributions\test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-12-01T10:24:29.0385602Z distributions\test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-12-01T10:24:29.0386003Z distributions\test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-12-01T10:24:29.0386408Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-12-01T10:24:29.0386814Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-12-01T10:24:29.0387214Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-12-01T10:24:29.0387615Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-12-01T10:24:29.0388001Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-12-01T10:24:29.0388408Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-12-01T10:24:29.0388816Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-12-01T10:24:29.0389285Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-12-01T10:24:29.0389679Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-12-01T10:24:29.0390067Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-12-01T10:24:29.0390532Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-12-01T10:24:29.0390951Z distributions\test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-12-01T10:24:29.0391377Z distributions\test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-12-01T10:24:29.0391768Z distributions\test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-12-01T10:24:29.0392160Z distributions\test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-12-01T10:24:29.0392575Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-12-01T10:24:29.0393011Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-12-01T10:24:29.0393447Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-12-01T10:24:29.0393852Z distributions\test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-12-01T10:24:29.0394273Z distributions\test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-12-01T10:24:29.0394696Z distributions\test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-12-01T10:24:29.0395390Z 2022-12-01T10:24:29.0395541Z ======================= 65 passed, 67 skipped in 7.98s ======================== 2022-12-01T10:24:29.0395707Z 2022-12-01T10:24:29.0396075Z ##[endgroup] 2022-12-01T10:24:29.0396578Z FINISHED PRINTING LOG FILE of distributions/test_constraints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_constraints_zhuok8j0) 2022-12-01T10:24:29.0396915Z 2022-12-01T10:24:31.0999049Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:31.1069770Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:31.2496938Z Running test_proxy_tensor ... [2022-12-01 10:24:31.248804] 2022-12-01T10:24:31.2502026Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:31.248804] 2022-12-01T10:24:31.2503878Z Ignoring disabled issues: [] 2022-12-01T10:24:31.2551602Z Running test_fx_experimental ... [2022-12-01 10:24:31.251936] 2022-12-01T10:24:31.2557050Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:31.251936] 2022-12-01T10:24:31.2558610Z Ignoring disabled issues: [] 2022-12-01T10:25:25.9870292Z 2022-12-01T10:25:25.9871276Z Expand the folded group to see the log file of test_fx_experimental 2022-12-01T10:25:25.9872500Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_a55w7yv8) 2022-12-01T10:25:25.9880724Z 2022-12-01T10:25:25.9881043Z Running tests... 2022-12-01T10:25:25.9881449Z ---------------------------------------------------------------------- 2022-12-01T10:25:25.9883923Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-12-01T10:25:25.9886053Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-12-01T10:25:25.9886565Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.046s) 2022-12-01T10:25:25.9887031Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.000s) 2022-12-01T10:25:25.9887740Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:25:25.9888213Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.000s) 2022-12-01T10:25:25.9888688Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.013s) 2022-12-01T10:25:25.9889182Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-12-01T10:25:25.9889681Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.016s) 2022-12-01T10:25:25.9890100Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.015s) 2022-12-01T10:25:25.9890534Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:25:25.9891017Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:25:25.9891550Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:25:25.9892002Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.000s) 2022-12-01T10:25:25.9892512Z test_merge_matmuls (__main__.TestFXExperimental) 2022-12-01T10:25:25.9893056Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.034s) 2022-12-01T10:25:25.9893541Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.035s) 2022-12-01T10:25:25.9894036Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-12-01T10:25:25.9894940Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:204: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-12-01T10:25:25.9896051Z warnings.warn( 2022-12-01T10:25:25.9896356Z ok (0.006s) 2022-12-01T10:25:25.9896755Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:25:25.9897276Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.069s) 2022-12-01T10:25:25.9897901Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-12-01T10:25:25.9899091Z Exhaustively test `Node.normalized_arguments` on all standard ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: 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:25:25.9900086Z return F.conv1d(input, weight, bias, self.stride, 2022-12-01T10:25:25.9900416Z ok (1.848s) 2022-12-01T10:25:25.9900815Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.661s) 2022-12-01T10:25:25.9901368Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-12-01T10:25:25.9901934Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2022-12-01T10:25:25.9902428Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.011s) 2022-12-01T10:25:25.9902929Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:25:25.9903437Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:25:25.9903904Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-12-01T10:25:25.9904236Z [1, 2] 2022-12-01T10:25:25.9904463Z ok (0.006s) 2022-12-01T10:25:25.9904839Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:25:25.9905340Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.232s) 2022-12-01T10:25:25.9906438Z test_split_module_default_arg (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:25:25.9907514Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:25.9907799Z ok (0.010s) 2022-12-01T10:25:25.9908232Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:25:25.9908768Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.014s) 2022-12-01T10:25:25.9909250Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:25:25.9909750Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-12-01T10:25:25.9910276Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.008s) 2022-12-01T10:25:25.9911057Z test_to_folder (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py:474: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-12-01T10:25:25.9911813Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-12-01T10:25:25.9912162Z ok (0.040s) 2022-12-01T10:25:25.9912462Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:25:25.9912805Z test_type_matches (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:25:25.9913154Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-12-01T10:25:25.9913581Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9914147Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:25:25.9914604Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9915065Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.026s) 2022-12-01T10:25:25.9915519Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:25:25.9915981Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-12-01T10:25:25.9916438Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:25:25.9916894Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:25:25.9917674Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:25.9918365Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:25:25.9918632Z expected failure (0.011s) 2022-12-01T10:25:25.9918978Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:25:25.9919398Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:25.9919820Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:25.9920243Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:25.9920660Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.085s) 2022-12-01T10:25:25.9921080Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:25.9921569Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:25:25.9921998Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:25.9922425Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:25.9922849Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:25.9923291Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:25.9923717Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:25.9924136Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-12-01T10:25:25.9924561Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-12-01T10:25:25.9924983Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-12-01T10:25:25.9925395Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:25:25.9926502Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:25:25.9927431Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:25.9928291Z C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1532: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:25:25.9929146Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-12-01T10:25:25.9929962Z .1870:5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:25:25.9930722Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-12-01T10:25:25.9931514Z .1871:5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:25:25.9932262Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-12-01T10:25:25.9932543Z ok (0.029s) 2022-12-01T10:25:25.9932856Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:25.9933269Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-12-01T10:25:25.9933714Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.030s) 2022-12-01T10:25:25.9934158Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:25:25.9934586Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:25.9935010Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-12-01T10:25:25.9935434Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:25:25.9935872Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:25:25.9936313Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:25:25.9936747Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:25.9937167Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:25.9937574Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:25.9938126Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:25.9938557Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:25.9939007Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9939472Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:25:25.9939932Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9940375Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:25.9940823Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-12-01T10:25:25.9941274Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9941737Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:25.9942178Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-12-01T10:25:25.9942611Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9943085Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-12-01T10:25:25.9943571Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-12-01T10:25:25.9944036Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:25:25.9944473Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.091s) 2022-12-01T10:25:25.9944901Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-12-01T10:25:25.9945418Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9945865Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:25.9946286Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.730s) 2022-12-01T10:25:25.9946708Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:25.9947534Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:25.9948246Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:25:25.9948488Z expected failure (0.004s) 2022-12-01T10:25:25.9948820Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:25.9949517Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:25:25.9950060Z L = torch.cholesky(A) 2022-12-01T10:25:25.9950312Z should be replaced with 2022-12-01T10:25:25.9950533Z L = torch.linalg.cholesky(A) 2022-12-01T10:25:25.9950728Z and 2022-12-01T10:25:25.9950909Z U = torch.cholesky(A, upper=True) 2022-12-01T10:25:25.9951125Z should be replaced with 2022-12-01T10:25:25.9951352Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:25:25.9951855Z 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:25:25.9952329Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:25.9952536Z ok (0.056s) 2022-12-01T10:25:25.9952848Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:25.9953300Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:25:25.9953741Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:25.9954161Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:25.9954585Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:25.9955014Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:25.9955442Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:25.9955888Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:25.9956332Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-12-01T10:25:25.9956769Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:25:25.9957189Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:25.9957618Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-12-01T10:25:25.9958100Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.151s) 2022-12-01T10:25:25.9958558Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:25.9959005Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:25.9959420Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:25.9959847Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:25.9960263Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:25.9960689Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-12-01T10:25:25.9961114Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-12-01T10:25:25.9961531Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:25.9961954Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:25.9962379Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:25.9962785Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:25.9963252Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:25:25.9963781Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:25:25.9964237Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:25.9964709Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:25.9965140Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:25.9965571Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:25.9965987Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:25:25.9966429Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:25:25.9966863Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.224s) 2022-12-01T10:25:25.9967288Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:25.9967711Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-12-01T10:25:25.9968147Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:25:25.9968600Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:25:25.9969050Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:25.9969472Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:25.9969913Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:25:25.9970403Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:25.9970825Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-12-01T10:25:25.9971260Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9971717Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-12-01T10:25:25.9972177Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.011s) 2022-12-01T10:25:25.9972602Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:25.9973326Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:25.9973746Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:25.9974164Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:25.9974587Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-12-01T10:25:25.9975007Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:25.9975423Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:25.9975907Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9976359Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:25.9976799Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:25.9977237Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:25.9977676Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:25.9978188Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:25:25.9978614Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:25.9979047Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:25.9979478Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:25.9979889Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:25:25.9980313Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:25.9980733Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:25.9981153Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:25.9981574Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:25.9982006Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:25.9982442Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:25:25.9982858Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:25:25.9983324Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:25:25.9983743Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:25:25.9984167Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:25:25.9984591Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:25:25.9985011Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:25.9985437Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:25:25.9985862Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:25.9986271Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:25.9986693Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:25.9987111Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:25.9987535Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:25.9988060Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:25.9988588Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:25.9989036Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:25:25.9989453Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:25.9989885Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:25.9990318Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:25:25.9990735Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:25.9991147Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:25:25.9991560Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:25.9991976Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:25.9992381Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:25.9992810Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:25.9993232Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:25.9993652Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-12-01T10:25:25.9994100Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.059s) 2022-12-01T10:25:25.9994539Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:25:25.9994983Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:25:25.9995426Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:25.9995891Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.291s) 2022-12-01T10:25:25.9996318Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.817s) 2022-12-01T10:25:25.9996776Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.033s) 2022-12-01T10:25:25.9997223Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:25.9997641Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:25.9998061Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:25.9998474Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:25.9998883Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:25:25.9999310Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:25:25.9999738Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0000168Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:26.0000593Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:25:26.0001345Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:204: UserWarning: Does not support nested parametric types, got typing.List[typing.Optional[torch.Tensor]]. Please file a bug. 2022-12-01T10:25:26.0001912Z warnings.warn( 2022-12-01T10:25:26.0002120Z expected failure (0.010s) 2022-12-01T10:25:26.0002808Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: 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:25:26.0003466Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0003675Z ok (0.132s) 2022-12-01T10:25:26.0003996Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0004432Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0004913Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:25:26.0005359Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:25:26.0005788Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0006196Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0006615Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0007034Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:26.0007458Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:26.0007887Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-12-01T10:25:26.0008364Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0009221Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: 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:25:26.0009944Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0010154Z ok (0.043s) 2022-12-01T10:25:26.0010499Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:25:26.0011020Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:25:26.0011537Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:25:26.0012041Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:25:26.0012540Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.008s) 2022-12-01T10:25:26.0012994Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0013476Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:26.0013909Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0014322Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:26.0014740Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:25:26.0015163Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0015601Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:25:26.0016054Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:25:26.0016500Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:26.0016932Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:26.0017355Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:26.0017797Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-12-01T10:25:26.0018338Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0018775Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0019216Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:26.0019666Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:26.0020126Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0020630Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:25:26.0021049Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:25:26.0021492Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0021941Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0022395Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-12-01T10:25:26.0022835Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.250s) 2022-12-01T10:25:26.0023287Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.176s) 2022-12-01T10:25:26.0023735Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-12-01T10:25:26.0024158Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-12-01T10:25:26.0024606Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:25:26.0025048Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.492s) 2022-12-01T10:25:26.0025492Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.259s) 2022-12-01T10:25:26.0025984Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-12-01T10:25:26.0026429Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.392s) 2022-12-01T10:25:26.0026887Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:25:26.0027344Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0027767Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.413s) 2022-12-01T10:25:26.0028228Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.298s) 2022-12-01T10:25:26.0028685Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.150s) 2022-12-01T10:25:26.0029132Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-12-01T10:25:26.0029663Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-12-01T10:25:26.0030176Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.178s) 2022-12-01T10:25:26.0030613Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:25:26.0031051Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-12-01T10:25:26.0031487Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:25:26.0031929Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.572s) 2022-12-01T10:25:26.0032375Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.792s) 2022-12-01T10:25:26.0033371Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.125s) 2022-12-01T10:25:26.0033822Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0034271Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0034722Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:26.0035167Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.129s) 2022-12-01T10:25:26.0035604Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.624s) 2022-12-01T10:25:26.0036046Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-12-01T10:25:26.0036472Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:26.0036891Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0037305Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0037720Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:26.0038142Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:26.0038648Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:26.0039077Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:26.0039513Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:26.0039951Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:26.0040387Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0040817Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0041252Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:26.0041691Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0042109Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:25:26.0042535Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0042968Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.060s) 2022-12-01T10:25:26.0043398Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:25:26.0043842Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0044283Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0044992Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:26.0045584Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:25:26.0045844Z should be replaced with 2022-12-01T10:25:26.0046099Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:25:26.0046321Z and 2022-12-01T10:25:26.0046552Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:25:26.0046796Z should be replaced with 2022-12-01T10:25:26.0047242Z 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:25:26.0047703Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:25:26.0047945Z ok (0.098s) 2022-12-01T10:25:26.0048506Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:25:26.0049096Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:25:26.0049358Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:25:26.0049571Z should be replaced with 2022-12-01T10:25:26.0049992Z 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:25:26.0050392Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0050602Z ok (0.107s) 2022-12-01T10:25:26.0050917Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-12-01T10:25:26.0051410Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0051870Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:25:26.0052341Z test_normalize_operator_exhaustive_masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0052811Z test_normalize_operator_exhaustive_masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0053271Z test_normalize_operator_exhaustive_masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0053741Z test_normalize_operator_exhaustive_masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:25:26.0054223Z test_normalize_operator_exhaustive_masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0054697Z test_normalize_operator_exhaustive_masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-12-01T10:25:26.0055147Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:26.0055612Z test_normalize_operator_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0056095Z test_normalize_operator_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:25:26.0056582Z test_normalize_operator_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:25:26.0057045Z test_normalize_operator_exhaustive_masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-12-01T10:25:26.0057517Z test_normalize_operator_exhaustive_masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-12-01T10:25:26.0057984Z test_normalize_operator_exhaustive_masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0058560Z test_normalize_operator_exhaustive_masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:25:26.0059090Z test_normalize_operator_exhaustive_masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0059551Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:25:26.0059998Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:26.0060462Z test_normalize_operator_exhaustive_masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0060921Z test_normalize_operator_exhaustive_masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:25:26.0061388Z test_normalize_operator_exhaustive_masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0061855Z test_normalize_operator_exhaustive_masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-12-01T10:25:26.0062316Z test_normalize_operator_exhaustive_masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0062762Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:25:26.0063192Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0063667Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:25:26.0064114Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0064557Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:25:26.0065001Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:26.0065514Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.178s) 2022-12-01T10:25:26.0065943Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:25:26.0066456Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0066963Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:25:26.0067426Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0067868Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0068314Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:25:26.0068751Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:26.0069170Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:26.0069589Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:25:26.0070016Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0070442Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0070863Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:25:26.0071347Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-12-01T10:25:26.0071795Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:26.0072232Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:26.0072688Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:26.0073147Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:25:26.0073582Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:26.0074011Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.104s) 2022-12-01T10:25:26.0074452Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:25:26.0074874Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.245s) 2022-12-01T10:25:26.0075307Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-12-01T10:25:26.0075740Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0076216Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:25:26.0076667Z test_normalize_operator_exhaustive_native_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:25:26.0077121Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-12-01T10:25:26.0077557Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:25:26.0077959Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:26.0078398Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-12-01T10:25:26.0078873Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:25:26.0079345Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-12-01T10:25:26.0079802Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0080256Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0080704Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:26.0081190Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:25:26.0081685Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:26.0082169Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0082653Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:25:26.0083133Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:25:26.0083653Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.111s) 2022-12-01T10:25:26.0084133Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-12-01T10:25:26.0084601Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:26.0085059Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:26.0085513Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:26.0085961Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:25:26.0086428Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-12-01T10:25:26.0086900Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0087396Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-12-01T10:25:26.0087870Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0088758Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:25:26.0089228Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.143s) 2022-12-01T10:25:26.0089700Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0090171Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:25:26.0090653Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:25:26.0091142Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:26.0091629Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:26.0092105Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-12-01T10:25:26.0092567Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0093615Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:26.0094565Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:25:26.0094865Z expected failure (0.007s) 2022-12-01T10:25:26.0095238Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:25:26.0095799Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0096262Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0096745Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0097243Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0097767Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0098419Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0098957Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0099474Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-12-01T10:25:26.0099974Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.135s) 2022-12-01T10:25:26.0100442Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:25:26.0100931Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.135s) 2022-12-01T10:25:26.0101393Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.097s) 2022-12-01T10:25:26.0101863Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:25:26.0102324Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:25:26.0102798Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:25:26.0103266Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:25:26.0103730Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0104206Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0104672Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:25:26.0105147Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:26.0105623Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:26.0106105Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:25:26.0106598Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:25:26.0107092Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:25:26.0107580Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:25:26.0108128Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-12-01T10:25:26.0109018Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:26.0109719Z warnings.warn( 2022-12-01T10:25:26.0109894Z ok (0.063s) 2022-12-01T10:25:26.0110218Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:25:26.0110682Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:25:26.0111151Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:25:26.0111608Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:25:26.0112079Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:26.0112555Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0113064Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-12-01T10:25:26.0113537Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (3.361s) 2022-12-01T10:25:26.0113996Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (5.763s) 2022-12-01T10:25:26.0114447Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.287s) 2022-12-01T10:25:26.0114915Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.623s) 2022-12-01T10:25:26.0115388Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-12-01T10:25:26.0115868Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.288s) 2022-12-01T10:25:26.0116340Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.206s) 2022-12-01T10:25:26.0116802Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.389s) 2022-12-01T10:25:26.0117277Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-12-01T10:25:26.0117734Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0118186Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:25:26.0118659Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:26.0119143Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:26.0119641Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:25:26.0120170Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.201s) 2022-12-01T10:25:26.0120633Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:26.0121090Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:25:26.0121559Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.153s) 2022-12-01T10:25:26.0122027Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0122495Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:25:26.0122977Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0123442Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0123905Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:26.0124375Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:25:26.0124882Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.260s) 2022-12-01T10:25:26.0125345Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-12-01T10:25:26.0125801Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0126259Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0126726Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0127192Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0127639Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0128102Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:26.0128564Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0129029Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0129495Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0129965Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0130427Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0130892Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0131358Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0131819Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:26.0132340Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:25:26.0132858Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0133357Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.760s) 2022-12-01T10:25:26.0134086Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:26.0134793Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:25:26.0135107Z ok (0.019s) 2022-12-01T10:25:26.0135691Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:26.0136386Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:25:26.0136687Z ok (0.037s) 2022-12-01T10:25:26.0137001Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:25:26.0137497Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-12-01T10:25:26.0137923Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0138469Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0138891Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0139331Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0139807Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0140259Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0140673Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:26.0141107Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.476s) 2022-12-01T10:25:26.0141532Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-12-01T10:25:26.0141979Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0142427Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:25:26.0142859Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:26.0143285Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:25:26.0143736Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:25:26.0144232Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:25:26.0144800Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:25:26.0145284Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:25:26.0145769Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:25:26.0146224Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:26.0146649Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:26.0147070Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-12-01T10:25:26.0147478Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-12-01T10:25:26.0148129Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:25:26.0148721Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:25:26.0149050Z Q, R = torch.qr(A, some) 2022-12-01T10:25:26.0149359Z should be replaced with 2022-12-01T10:25:26.0150119Z 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:25:26.0150794Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0151086Z ok (0.126s) 2022-12-01T10:25:26.0151553Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.288s) 2022-12-01T10:25:26.0152242Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:26.0152923Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0153670Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:25:26.0154397Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0155154Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0155877Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:26.0156525Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:26.0157198Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0157817Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:25:26.0158410Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0159026Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-12-01T10:25:26.0159651Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0160291Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0160887Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:25:26.0161626Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:25:26.0162231Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0162825Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0163418Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:26.0164002Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-12-01T10:25:26.0164577Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-12-01T10:25:26.0165149Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:25:26.0165720Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:25:26.0166325Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0166934Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:26.0167615Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0168236Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:25:26.0168902Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:25:26.0169584Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-12-01T10:25:26.0170738Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: 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:25:26.0171728Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0172049Z ok (0.083s) 2022-12-01T10:25:26.0172546Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.093s) 2022-12-01T10:25:26.0173326Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.092s) 2022-12-01T10:25:26.0174044Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.090s) 2022-12-01T10:25:26.0174808Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-12-01T10:25:26.0176483Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:25:26.0177961Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0179370Z C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:25:26.0180817Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0181103Z ok (0.770s) 2022-12-01T10:25:26.0181544Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.330s) 2022-12-01T10:25:26.0182183Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.332s) 2022-12-01T10:25:26.0182845Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:26.0183452Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:25:26.0184077Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:25:26.0184678Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0185342Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0185909Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-12-01T10:25:26.0186479Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0187198Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:25:26.0187774Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0188342Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0189055Z test_normalize_operator_exhaustive_slice_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.004s) 2022-12-01T10:25:26.0189713Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:25:26.0190306Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0190890Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:25:26.0191485Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.309s) 2022-12-01T10:25:26.0192152Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-12-01T10:25:26.0192821Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:25:26.0193430Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0194100Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0194706Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0195308Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:25:26.0195930Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:25:26.0196590Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:25:26.0197409Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:25:26.0198237Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:25:26.0198936Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:25:26.0199543Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:26.0200178Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:25:26.0200832Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:25:26.0201455Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0202029Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0202621Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0203249Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:26.0204054Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:25:26.0204770Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:25:26.0205403Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0206037Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0206663Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:25:26.0207274Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:25:26.0207887Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0208486Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0209150Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-12-01T10:25:26.0209844Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:25:26.0210497Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0211254Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:25:26.0212101Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:25:26.0212944Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:25:26.0213824Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:25:26.0214541Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:25:26.0215168Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:26.0215772Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:25:26.0216357Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:25:26.0216946Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:25:26.0217549Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0218209Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-12-01T10:25:26.0218786Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:25:26.0219357Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:25:26.0219933Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:25:26.0220556Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:25:26.0221134Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0222335Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... 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:25:26.0223422Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:25:26.0223779Z ok (0.037s) 2022-12-01T10:25:26.0224198Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:25:26.0224768Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.112s) 2022-12-01T10:25:26.0225361Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0225960Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.866s) 2022-12-01T10:25:26.0226568Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:25:26.0227501Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:25:26.0228427Z 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:25:26.0228900Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:25:26.0229200Z should be replaced with 2022-12-01T10:25:26.0229538Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:25:26.0229902Z and 2022-12-01T10:25:26.0230178Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:25:26.0230490Z should be replaced with 2022-12-01T10:25:26.0231070Z 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:25:26.0231649Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0231915Z ok (0.050s) 2022-12-01T10:25:26.0232329Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0232920Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:25:26.0233505Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:25:26.0234078Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0234649Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:25:26.0235233Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:25:26.0235811Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:25:26.0236387Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.154s) 2022-12-01T10:25:26.0236975Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:25:26.0237648Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0238248Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:25:26.0238827Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:25:26.0239413Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:25:26.0239984Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:26.0240564Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:25:26.0241520Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1520: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:25:26.0242442Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:25:26.0242887Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:25:26.0243198Z should be replaced with 2022-12-01T10:25:26.0243774Z 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:25:26.0244335Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:25:26.0244605Z ok (0.055s) 2022-12-01T10:25:26.0245023Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:25:26.0245595Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:25:26.0246176Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:25:26.0246758Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0247388Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:26.0247977Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:25:26.0248573Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0249199Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0249842Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-12-01T10:25:26.0250490Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.024s) 2022-12-01T10:25:26.0251102Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:25:26.0251682Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:25:26.0252258Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:25:26.0252835Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0253412Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:25:26.0254023Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:25:26.0254695Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:25:26.0255294Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0255876Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-12-01T10:25:26.0256494Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-12-01T10:25:26.0265706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py", line 267, in __call__ 2022-12-01T10:25:26.0266348Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-12-01T10:25:26.0266966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py", line 1190, in _call_impl 2022-12-01T10:25:26.0267461Z return forward_call(*input, **kwargs) 2022-12-01T10:25:26.0267815Z File ".23572", line 5, in forward 2022-12-01T10:25:26.0268201Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-12-01T10:25:26.0268753Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-12-01T10:25:26.0269052Z 2022-12-01T10:25:26.0269339Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-12-01T10:25:26.0269752Z def forward(self, arg_0, arg_1, arg_2): 2022-12-01T10:25:26.0270118Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-12-01T10:25:26.0270343Z 2022-12-01T10:25:26.0270503Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:25:26.0270774Z return where 2022-12-01T10:25:26.0270928Z 2022-12-01T10:25:26.0271019Z 2022-12-01T10:25:26.0271152Z 2022-12-01T10:25:26.0271277Z expected failure (0.766s) 2022-12-01T10:25:26.0271732Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:25:26.0272315Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:25:26.0273609Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:25:26.0274175Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:25:26.0274721Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-12-01T10:25:26.0274995Z 2022-12-01T10:25:26.0275207Z ---------------------------------------------------------------------- 2022-12-01T10:25:26.0275559Z Ran 642 tests in 48.593s 2022-12-01T10:25:26.0275724Z 2022-12-01T10:25:26.0275875Z OK (skipped=29, expected failures=101) 2022-12-01T10:25:26.0276068Z 2022-12-01T10:25:26.0276195Z Generating XML reports... 2022-12-01T10:25:26.0276721Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221201102436.xml 2022-12-01T10:25:26.0277448Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestNormalizeOperatorsCPU-20221201102436.xml 2022-12-01T10:25:26.0277851Z 2022-12-01T10:25:26.0278332Z ##[endgroup] 2022-12-01T10:25:26.0278844Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_a55w7yv8) 2022-12-01T10:25:26.0279223Z 2022-12-01T10:25:28.1788486Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:28.3198135Z Running profiler/test_profiler ... [2022-12-01 10:25:28.313775] 2022-12-01T10:25:28.3202917Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:28.313775] 2022-12-01T10:25:28.3205182Z Ignoring disabled issues: [] 2022-12-01T10:25:39.0772385Z 2022-12-01T10:25:39.0773175Z Expand the folded group to see the log file of profiler/test_profiler 2022-12-01T10:25:39.0773989Z ##[group]PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_irskps03) 2022-12-01T10:25:39.0778077Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:39.0778504Z 2022-12-01T10:25:39.0778620Z Running tests... 2022-12-01T10:25:39.0779015Z ---------------------------------------------------------------------- 2022-12-01T10:25:39.0779511Z Test results will be stored in test-reports\python-unittest\profiler\test_profiler 2022-12-01T10:25:39.0780013Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.022s) 2022-12-01T10:25:39.0780500Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.015s) 2022-12-01T10:25:39.0781029Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.043s) 2022-12-01T10:25:39.0781480Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.020s) 2022-12-01T10:25:39.0782391Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:25:39.0783305Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:25:39.0783867Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:25:39.0784451Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0785075Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0785697Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0786504Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0786895Z ok (0.055s) 2022-12-01T10:25:39.0787134Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-12-01T10:25:39.0787450Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-12-01T10:25:39.0788046Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0788829Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0789506Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0790109Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0790718Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0791411Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0791805Z ok (0.022s) 2022-12-01T10:25:39.0792113Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-12-01T10:25:39.0792564Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-12-01T10:25:39.0793212Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0793924Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0794583Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0795190Z STAGE:2022-12-01 10:25:30 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0795938Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0796546Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0797158Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0797751Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0798354Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0798964Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0799408Z ok (0.351s) 2022-12-01T10:25:39.0799719Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-12-01T10:25:39.0800313Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0801061Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0801679Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0802330Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0802925Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0803523Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0804172Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0804772Z STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0805160Z ok (0.189s) 2022-12-01T10:25:39.0805480Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-12-01T10:25:39.0806059Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:31 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0806742Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0807117Z ok (1.231s) 2022-12-01T10:25:39.0807678Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0808431Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0809023Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0809621Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0810205Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0810803Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0811399Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0812049Z STAGE:2022-12-01 10:25:32 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0812657Z STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0813237Z STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0813879Z STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0814517Z STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0814894Z ok (0.489s) 2022-12-01T10:25:39.0815381Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0816065Z STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0816438Z ok (0.000s) 2022-12-01T10:25:39.0816983Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0817682Z STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0818052Z ok (0.087s) 2022-12-01T10:25:39.0818647Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:33 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0819318Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:39.0820084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:25:39.0820761Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:25:39.0821487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:25:39.0822173Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:25:39.0822736Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:39.0823429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:25:39.0824069Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:25:39.0824706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:25:39.0825352Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:25:39.0825934Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:39.0826563Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:39.0827251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:25:39.0827651Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:25:39.0828173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:25:39.0828874Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:25:39.0829366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:25:39.0829867Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:25:39.0830296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:25:39.0830724Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:25:39.0831219Z STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0831765Z ok (3.675s) 2022-12-01T10:25:39.0832203Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-12-01T10:25:39.0832797Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-12-01T10:25:39.0834463Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0835573Z STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0836164Z ok (0.025s) 2022-12-01T10:25:39.0836896Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0837898Z STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0838482Z ok (0.016s) 2022-12-01T10:25:39.0838920Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.010s) 2022-12-01T10:25:39.0839518Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-12-01T10:25:39.0839944Z ok (0.002s) 2022-12-01T10:25:39.0840653Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0841639Z STAGE:2022-12-01 10:25:36 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0842206Z ok (0.013s) 2022-12-01T10:25:39.0842887Z test_flops (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0843865Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0844448Z ok (0.063s) 2022-12-01T10:25:39.0844826Z test_high_level_trace (__main__.TestProfiler) 2022-12-01T10:25:39.0845658Z Checks that python side high level events are recorded. ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0846844Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0847766Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0848661Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0849553Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0850449Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0851035Z ok (0.298s) 2022-12-01T10:25:39.0851722Z test_kineto (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0852742Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0853702Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0854690Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0855277Z ok (0.006s) 2022-12-01T10:25:39.0855697Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.002s) 2022-12-01T10:25:39.0856734Z test_kineto_profiler_api (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68846 for platform(s) win. 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.003s) 2022-12-01T10:25:39.0857980Z test_memory_profiler (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0859128Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0860105Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0861014Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0861894Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0862767Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0863689Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0864596Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0865658Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0866291Z ok (0.108s) 2022-12-01T10:25:39.0866981Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0867982Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0868883Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0869429Z ok (0.039s) 2022-12-01T10:25:39.0870389Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177.) 2022-12-01T10:25:39.0871482Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:25:39.0872272Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0873277Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0873861Z ok (0.010s) 2022-12-01T10:25:39.0874230Z test_oom_tracing (__main__.TestProfiler) ... ok (0.000s) 2022-12-01T10:25:39.0874710Z test_profiler_correlation_id (__main__.TestProfiler) 2022-12-01T10:25:39.0875578Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0876653Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0877569Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0878586Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0879502Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0880424Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0881324Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0882231Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0883111Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0884018Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0884740Z ok (0.136s) 2022-12-01T10:25:39.0885300Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.003s) 2022-12-01T10:25:39.0886193Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0887218Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0888107Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0888652Z ok (0.009s) 2022-12-01T10:25:39.0889368Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0890337Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0891293Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0892247Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0893171Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0894046Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0894917Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0895834Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0896707Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0897617Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0898660Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0899544Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:39.0900062Z ok (0.021s) 2022-12-01T10:25:39.0900767Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0901754Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0902338Z ok (0.003s) 2022-12-01T10:25:39.0902670Z test_source (__main__.TestProfiler) 2022-12-01T10:25:39.0903507Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0904698Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0905280Z ok (0.072s) 2022-12-01T10:25:39.0905735Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.003s) 2022-12-01T10:25:39.0906350Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.002s) 2022-12-01T10:25:39.0906869Z test_mem_leak (__main__.TestProfilerCUDA) 2022-12-01T10:25:39.0907404Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.000s) 2022-12-01T10:25:39.0907968Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.003s) 2022-12-01T10:25:39.0908532Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.006s) 2022-12-01T10:25:39.0909384Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0910493Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0911077Z ok (0.039s) 2022-12-01T10:25:39.0911897Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0912931Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0913517Z ok (0.031s) 2022-12-01T10:25:39.0914226Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0915224Z STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0915812Z ok (0.005s) 2022-12-01T10:25:39.0916571Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:37 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0917634Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0918223Z ok (0.145s) 2022-12-01T10:25:39.0918958Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0919978Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0920562Z ok (0.165s) 2022-12-01T10:25:39.0921280Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0922258Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0923335Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0924228Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0924791Z ok (0.161s) 2022-12-01T10:25:39.0925517Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0926505Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0927088Z ok (0.004s) 2022-12-01T10:25:39.0927808Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0928817Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0929435Z ok (0.005s) 2022-12-01T10:25:39.0930290Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0931272Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0931859Z ok (0.017s) 2022-12-01T10:25:39.0932576Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0933576Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0934157Z ok (0.052s) 2022-12-01T10:25:39.0934913Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0935989Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0936610Z ok (0.119s) 2022-12-01T10:25:39.0937356Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0938444Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0939024Z ok (0.065s) 2022-12-01T10:25:39.0939756Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0940808Z [W C:\actions-runner\_work\pytorch\pytorch\c10\core\CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-12-01T10:25:39.0941933Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0942554Z ok (0.014s) 2022-12-01T10:25:39.0943262Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0944263Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0944838Z ok (0.005s) 2022-12-01T10:25:39.0945556Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0946568Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0947159Z ok (0.011s) 2022-12-01T10:25:39.0947881Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:39.0948980Z STAGE:2022-12-01 10:25:38 1656:4256 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:39.0949579Z ok (0.007s) 2022-12-01T10:25:39.0949759Z 2022-12-01T10:25:39.0950101Z ---------------------------------------------------------------------- 2022-12-01T10:25:39.0950529Z Ran 62 tests in 7.922s 2022-12-01T10:25:39.0950709Z 2022-12-01T10:25:39.0950844Z OK (skipped=10) 2022-12-01T10:25:39.0951024Z 2022-12-01T10:25:39.0951186Z Generating XML reports... 2022-12-01T10:25:39.0951792Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestExecutionGraph-20221201102530.xml 2022-12-01T10:25:39.0952626Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestExperimentalUtils-20221201102530.xml 2022-12-01T10:25:39.0953424Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestProfiler-20221201102530.xml 2022-12-01T10:25:39.0954192Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestProfilerITT-20221201102530.xml 2022-12-01T10:25:39.0955049Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestRecordFunction-20221201102530.xml 2022-12-01T10:25:39.0955908Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestTorchTidyProfiler-20221201102530.xml 2022-12-01T10:25:39.0956724Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestProfilerCUDA-20221201102530.xml 2022-12-01T10:25:39.0957145Z 2022-12-01T10:25:39.0957683Z ##[endgroup] 2022-12-01T10:25:39.0958298Z FINISHED PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_irskps03) 2022-12-01T10:25:39.0958752Z 2022-12-01T10:25:41.3647046Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:41.5048050Z Running test_jit_autocast ... [2022-12-01 10:25:41.504429] 2022-12-01T10:25:41.5053039Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:41.505048] 2022-12-01T10:25:41.5055250Z Ignoring disabled issues: [] 2022-12-01T10:26:00.5890443Z 2022-12-01T10:26:00.5893584Z Expand the folded group to see the log file of test_jit_autocast 2022-12-01T10:26:00.5894651Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_t2ws7qa2) 2022-12-01T10:26:00.5895450Z CUDA not available, skipping tests 2022-12-01T10:26:00.5895900Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:26:00.5898632Z 2022-12-01T10:26:00.5899048Z Running tests... 2022-12-01T10:26:00.5899495Z ---------------------------------------------------------------------- 2022-12-01T10:26:00.5900945Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-12-01T10:26:00.5901481Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:26:00.5902064Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-12-01T10:26:00.5902707Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:26:00.5903254Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.002s) 2022-12-01T10:26:00.5903825Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5904442Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5904936Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5905412Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5905956Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5906412Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5907165Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-12-01T10:26:00.5907776Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5908255Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5908734Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5909196Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5909649Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5910124Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5910617Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5911092Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5911587Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5912037Z test_ignore_amp (__main__.TestAutocast) ... ok (0.023s) 2022-12-01T10:26:00.5912525Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5912989Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5913434Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.086s) 2022-12-01T10:26:00.5913879Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:26:00.5914372Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.011s) 2022-12-01T10:26:00.5914875Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5915368Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:26:00.5915897Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5916402Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-12-01T10:26:00.5916882Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5917318Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5917886Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5918330Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5918789Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5919255Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5919695Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5920204Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-12-01T10:26:00.5920717Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5921211Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5921692Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5922295Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-12-01T10:26:00.5922874Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5923314Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:26:00.5923901Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-12-01T10:26:00.5924500Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.783s) 2022-12-01T10:26:00.5925686Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:26:00.5926648Z warnings.warn(msg, FutureWarning) 2022-12-01T10:26:00.5926959Z ok (5.509s) 2022-12-01T10:26:00.5927361Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.346s) 2022-12-01T10:26:00.5927843Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.154s) 2022-12-01T10:26:00.5928386Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:26:00.5928944Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.161s) 2022-12-01T10:26:00.5929448Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.101s) 2022-12-01T10:26:00.5929717Z 2022-12-01T10:26:00.5929948Z ---------------------------------------------------------------------- 2022-12-01T10:26:00.5930331Z Ran 52 tests in 15.234s 2022-12-01T10:26:00.5930508Z 2022-12-01T10:26:00.5930627Z OK (skipped=44) 2022-12-01T10:26:00.5930800Z 2022-12-01T10:26:00.5930918Z Generating XML reports... 2022-12-01T10:26:00.5931440Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221201102544.xml 2022-12-01T10:26:00.5932156Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221201102544.xml 2022-12-01T10:26:00.5932545Z 2022-12-01T10:26:00.5932961Z ##[endgroup] 2022-12-01T10:26:00.5933485Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_t2ws7qa2) 2022-12-01T10:26:00.5933872Z 2022-12-01T10:26:02.8946895Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:26:03.0574164Z Running lazy/test_ts_opinfo ... [2022-12-01 10:26:03.056790] 2022-12-01T10:26:03.0579981Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:03.057413] 2022-12-01T10:26:03.0581640Z Ignoring disabled issues: [] 2022-12-01T10:26:10.5237574Z 2022-12-01T10:26:10.5238276Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-12-01T10:26:10.5239167Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_fw6yzqz5) 2022-12-01T10:26:10.5241846Z 2022-12-01T10:26:10.5241994Z Running tests... 2022-12-01T10:26:10.5242438Z ---------------------------------------------------------------------- 2022-12-01T10:26:10.5242924Z Test results will be stored in test-reports\python-unittest\lazy\test_ts_opinfo 2022-12-01T10:26:10.5243442Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.301s) 2022-12-01T10:26:10.5243930Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5244408Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:10.5244939Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:10.5245522Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:10.5246010Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:10.5246549Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:26:10.5247080Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:10.5247589Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:10.5248086Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:10.5248924Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5249468Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:10.5249964Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:10.5250500Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:10.5251101Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.128s) 2022-12-01T10:26:10.5251604Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5252136Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5252650Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:10.5253191Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:10.5253746Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:10.5254265Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:10.5254845Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:26:10.5255385Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5255871Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:10.5256347Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:10.5256827Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5257323Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5257838Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:10.5258315Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:10.5258862Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:10.5259323Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:10.5259948Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5260422Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5260885Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:10.5261365Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5261845Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:10.5262341Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5262857Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5263424Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5263952Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:10.5264435Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-12-01T10:26:10.5264920Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5265431Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5265958Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5266466Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:10.5267019Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5267472Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5267934Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5268421Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5268928Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:10.5269480Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5269968Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5270446Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5270968Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:10.5271487Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:10.5271966Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5272449Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5272932Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5273423Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5273899Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:10.5274389Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-12-01T10:26:10.5274867Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5275357Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:10.5275901Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5276389Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5276904Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5277446Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:10.5277933Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:10.5278523Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5278972Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:10.5279444Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:10.5279909Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:10.5280379Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:10.5280849Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5281317Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5281809Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5282283Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:10.5282779Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:10.5283246Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5283743Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5284258Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:10.5284845Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:10.5285359Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5285910Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5286482Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:10.5287050Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:10.5287598Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:10.5288172Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5288735Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5289228Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5289747Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5290283Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:10.5290828Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.093s) 2022-12-01T10:26:10.5291366Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:10.5291884Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5292431Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:10.5292979Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:10.5293546Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5294142Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5295387Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:26:10.5295961Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5296474Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5296992Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5297515Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5298016Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5298538Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5299139Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5299637Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:10.5300177Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:10.5300726Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5301222Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5301753Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5302344Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:10.5302876Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5303420Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:10.5303976Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5304548Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5305099Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:10.5305607Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:10.5306183Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:10.5306771Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5307343Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5307893Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:10.5308412Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5308924Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:10.5309415Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5309943Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:10.5310497Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:10.5311049Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:26:10.5311582Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:10.5312201Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5312799Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.012s) 2022-12-01T10:26:10.5313343Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:10.5313872Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5314406Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5314938Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5315474Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5316021Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:10.5316553Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:10.5317062Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5317595Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:10.5318179Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:10.5318711Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5319333Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5319876Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:10.5320413Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:10.5320909Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5321421Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5321940Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:10.5322446Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5322951Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5323468Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5323981Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:10.5324522Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5325071Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:10.5325580Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:10.5326093Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5326598Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5327085Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5327586Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5328071Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:10.5328567Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5329150Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:10.5329698Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:10.5330279Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:10.5330798Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:10.5331328Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:10.5331829Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5332317Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5332809Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5333343Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:10.5333887Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:10.5334388Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5334860Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5335378Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5335975Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5336552Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5337126Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:10.5337714Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:26:10.5338255Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5338809Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5339301Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5339796Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5340291Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5340786Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:10.5341279Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5341762Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5342220Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5342752Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5343279Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5343766Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5344266Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5344780Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:10.5345284Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5345833Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5346423Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5346920Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5347423Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5347953Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5348529Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5349037Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5349569Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5350051Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5350538Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5351052Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:10.5351583Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:10.5352088Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:10.5352556Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5353104Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:10.5353605Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5354110Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5354640Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5355130Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5355676Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5356173Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:10.5356674Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:10.5357171Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5357683Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:10.5358203Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:10.5358707Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:10.5359204Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5359698Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5360203Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5360729Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5361222Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:10.5361755Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:10.5362239Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:10.5362704Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5363252Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5363748Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5364240Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:10.5364730Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:26:10.5365219Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:10.5365711Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:10.5366245Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.000s) 2022-12-01T10:26:10.5366734Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.000s) 2022-12-01T10:26:10.5367194Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.010s) 2022-12-01T10:26:10.5367473Z 2022-12-01T10:26:10.5367700Z ---------------------------------------------------------------------- 2022-12-01T10:26:10.5368059Z Ran 237 tests in 3.906s 2022-12-01T10:26:10.5368226Z 2022-12-01T10:26:10.5368372Z OK (skipped=8, expected failures=2) 2022-12-01T10:26:10.5368569Z 2022-12-01T10:26:10.5368682Z Generating XML reports... 2022-12-01T10:26:10.5369217Z Generated XML report: test-reports\python-unittest\lazy\test_ts_opinfo\TEST-TestLazyDynamicOps-20221201102606.xml 2022-12-01T10:26:10.5369925Z Generated XML report: test-reports\python-unittest\lazy\test_ts_opinfo\TEST-TestLazyOpInfoCPU-20221201102606.xml 2022-12-01T10:26:10.5371114Z Generated XML report: test-reports\python-unittest\lazy\test_ts_opinfo\TEST-TestLazyTensor-20221201102606.xml 2022-12-01T10:26:10.5371481Z 2022-12-01T10:26:10.5372724Z ##[endgroup] 2022-12-01T10:26:10.5373323Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_fw6yzqz5) 2022-12-01T10:26:10.5373754Z 2022-12-01T10:26:12.6562785Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:26:12.8009582Z Running test_spectral_ops ... [2022-12-01 10:26:12.800596] 2022-12-01T10:26:12.8014848Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:12.801198] 2022-12-01T10:26:12.8016958Z Ignoring disabled issues: [] 2022-12-01T10:26:29.3289328Z 2022-12-01T10:26:29.3290139Z Expand the folded group to see the log file of test_spectral_ops 2022-12-01T10:26:29.3291050Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_ic2usy_d) 2022-12-01T10:26:29.3294547Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:26:29.3295171Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-12-01T10:26:29.3295846Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:26:29.3296616Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-12-01T10:26:29.3296860Z 2022-12-01T10:26:29.3296974Z Running tests... 2022-12-01T10:26:29.3297351Z ---------------------------------------------------------------------- 2022-12-01T10:26:29.3297825Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-12-01T10:26:29.3298912Z test_batch_istft_cpu (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:1502: 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:26:29.3300061Z i_original = torch.istft(original, n_fft=4, length=4) 2022-12-01T10:26:29.3300384Z ok (0.010s) 2022-12-01T10:26:29.3300748Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.040s) 2022-12-01T10:26:29.3301214Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.028s) 2022-12-01T10:26:29.3301671Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.712s) 2022-12-01T10:26:29.3302121Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.291s) 2022-12-01T10:26:29.3302594Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.122s) 2022-12-01T10:26:29.3303083Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.182s) 2022-12-01T10:26:29.3303531Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:26:29.3303866Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3304198Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3304528Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-12-01T10:26:29.3304857Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3305189Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3305654Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3306078Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3306634Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3306971Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3307294Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3307624Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3307953Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3308281Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3308588Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3308910Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3309235Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3309558Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3309884Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3310204Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.001s) 2022-12-01T10:26:29.3310507Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3310826Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3311156Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3311482Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:26:29.3311805Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3312128Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3312436Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3312765Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3313087Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-12-01T10:26:29.3313404Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3313791Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3314093Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3314393Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.085s) 2022-12-01T10:26:29.3314731Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.145s) 2022-12-01T10:26:29.3315044Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:26:29.3315350Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.539s) 2022-12-01T10:26:29.3315664Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.533s) 2022-12-01T10:26:29.3316009Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3316373Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3316710Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3317065Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:26:29.3317426Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3317782Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3318145Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3318509Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3319151Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3319494Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3319860Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3320229Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3320591Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3320952Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3321307Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3321669Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3322013Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3322377Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3322739Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3323104Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:26:29.3323464Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3323824Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3324184Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3324528Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:26:29.3324887Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3325249Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3325604Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:26:29.3326016Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3326375Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3326721Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3327078Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3327430Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3327786Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:26:29.3328194Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3328592Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3328990Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3329334Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (1.237s) 2022-12-01T10:26:29.3329702Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:26:29.3330058Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:26:29.3330415Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:26:29.3330777Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:26:29.3331241Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:26:29.3331652Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:26:29.3332026Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:26:29.3332421Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:26:29.3332768Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-12-01T10:26:29.3333126Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3333526Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.010s) 2022-12-01T10:26:29.3350416Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3350832Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-12-01T10:26:29.3351224Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:26:29.3351557Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3351867Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3352177Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:26:29.3352495Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:26:29.3352807Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:26:29.3353111Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:26:29.3353429Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3353761Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:26:29.3354100Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3354414Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3354746Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3355243Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3355574Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3355917Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3356254Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3356566Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3356891Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.070s) 2022-12-01T10:26:29.3357280Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:26:29.3357644Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.071s) 2022-12-01T10:26:29.3358011Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:26:29.3358372Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.169s) 2022-12-01T10:26:29.3358678Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.161s) 2022-12-01T10:26:29.3358980Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3359311Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:26:29.3359638Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:26:29.3359960Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:26:29.3360276Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3360654Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:26:29.3360999Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-12-01T10:26:29.3361346Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:26:29.3361646Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:26:29.3361999Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:26:29.3362344Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:26:29.3362642Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-12-01T10:26:29.3363427Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:744: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:1120.) 2022-12-01T10:26:29.3364128Z return torch.istft( 2022-12-01T10:26:29.3364307Z ok (1.209s) 2022-12-01T10:26:29.3364569Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.291s) 2022-12-01T10:26:29.3364880Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:26:29.3365197Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:26:29.3365516Z stft -> istft should recover the original signale ... ok (0.003s) 2022-12-01T10:26:29.3365815Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:26:29.3366125Z stft -> istft should recover the original signale ... ok (0.503s) 2022-12-01T10:26:29.3366442Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:26:29.3366799Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.193s) 2022-12-01T10:26:29.3367110Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-12-01T10:26:29.3367397Z istft should throw exception for invalid parameters ... ok (0.006s) 2022-12-01T10:26:29.3367763Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.051s) 2022-12-01T10:26:29.3368091Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.042s) 2022-12-01T10:26:29.3368412Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.047s) 2022-12-01T10:26:29.3368743Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.051s) 2022-12-01T10:26:29.3369065Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.051s) 2022-12-01T10:26:29.3369388Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.054s) 2022-12-01T10:26:29.3369711Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.051s) 2022-12-01T10:26:29.3370027Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.040s) 2022-12-01T10:26:29.3370352Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.043s) 2022-12-01T10:26:29.3370671Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.037s) 2022-12-01T10:26:29.3370997Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-12-01T10:26:29.3371326Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.068s) 2022-12-01T10:26:29.3371655Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.085s) 2022-12-01T10:26:29.3371972Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.058s) 2022-12-01T10:26:29.3372301Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.071s) 2022-12-01T10:26:29.3372625Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.057s) 2022-12-01T10:26:29.3373000Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.066s) 2022-12-01T10:26:29.3373337Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.069s) 2022-12-01T10:26:29.3374112Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... 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:26:29.3374872Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:26:29.3375136Z ok (0.112s) 2022-12-01T10:26:29.3375370Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.000s) 2022-12-01T10:26:29.3375705Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.105s) 2022-12-01T10:26:29.3376059Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.115s) 2022-12-01T10:26:29.3376407Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:29.3376740Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3377027Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:26:29.3377239Z Expecting nothing 2022-12-01T10:26:29.3377415Z ok 2022-12-01T10:26:29.3377569Z Trying: 2022-12-01T10:26:29.3377754Z fft2 = torch.fft.fft2(x) 2022-12-01T10:26:29.3377954Z Expecting nothing 2022-12-01T10:26:29.3378112Z ok 2022-12-01T10:26:29.3378264Z Trying: 2022-12-01T10:26:29.3378490Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:26:29.3378722Z Expecting nothing 2022-12-01T10:26:29.3378996Z ok 2022-12-01T10:26:29.3379137Z Trying: 2022-12-01T10:26:29.3379380Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-12-01T10:26:29.3379629Z Expecting nothing 2022-12-01T10:26:29.3379804Z ok 2022-12-01T10:26:29.3379961Z ok (0.004s) 2022-12-01T10:26:29.3380187Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3380432Z t = torch.arange(4) 2022-12-01T10:26:29.3380682Z Expecting nothing 2022-12-01T10:26:29.3380853Z ok 2022-12-01T10:26:29.3381008Z Trying: 2022-12-01T10:26:29.3381149Z t 2022-12-01T10:26:29.3381314Z Expecting: 2022-12-01T10:26:29.3381497Z tensor([0, 1, 2, 3]) 2022-12-01T10:26:29.3381671Z ok 2022-12-01T10:26:29.3381825Z Trying: 2022-12-01T10:26:29.3381987Z torch.fft.fft(t) 2022-12-01T10:26:29.3382174Z Expecting: 2022-12-01T10:26:29.3382379Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:26:29.3382570Z ok 2022-12-01T10:26:29.3382721Z Trying: 2022-12-01T10:26:29.3382912Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-12-01T10:26:29.3383123Z Expecting nothing 2022-12-01T10:26:29.3383295Z ok 2022-12-01T10:26:29.3383448Z Trying: 2022-12-01T10:26:29.3383625Z torch.fft.fft(t) 2022-12-01T10:26:29.3383794Z Expecting: 2022-12-01T10:26:29.3383998Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-12-01T10:26:29.3384187Z ok 2022-12-01T10:26:29.3384343Z ok (0.006s) 2022-12-01T10:26:29.3384585Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3384852Z torch.fft.fftfreq(5) 2022-12-01T10:26:29.3385052Z Expecting: 2022-12-01T10:26:29.3385266Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:26:29.3385444Z ok 2022-12-01T10:26:29.3385605Z Trying: 2022-12-01T10:26:29.3385795Z torch.fft.fftfreq(4) 2022-12-01T10:26:29.3385992Z Expecting: 2022-12-01T10:26:29.3386179Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:26:29.3386372Z ok 2022-12-01T10:26:29.3386535Z ok (0.004s) 2022-12-01T10:26:29.3386789Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3387079Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:26:29.3387373Z Expecting nothing 2022-12-01T10:26:29.3387538Z ok 2022-12-01T10:26:29.3387699Z Trying: 2022-12-01T10:26:29.3387891Z fftn = torch.fft.fftn(x) 2022-12-01T10:26:29.3388100Z Expecting nothing 2022-12-01T10:26:29.3388281Z ok 2022-12-01T10:26:29.3388427Z Trying: 2022-12-01T10:26:29.3388663Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:26:29.3388901Z Expecting nothing 2022-12-01T10:26:29.3389082Z ok 2022-12-01T10:26:29.3389222Z Trying: 2022-12-01T10:26:29.3389470Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-12-01T10:26:29.3389730Z Expecting nothing 2022-12-01T10:26:29.3389910Z ok 2022-12-01T10:26:29.3390074Z ok (0.004s) 2022-12-01T10:26:29.3390332Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3390587Z f = torch.fft.fftfreq(4) 2022-12-01T10:26:29.3390795Z Expecting nothing 2022-12-01T10:26:29.3390976Z ok 2022-12-01T10:26:29.3391138Z Trying: 2022-12-01T10:26:29.3391303Z f 2022-12-01T10:26:29.3391456Z Expecting: 2022-12-01T10:26:29.3391663Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:26:29.3391857Z ok 2022-12-01T10:26:29.3392018Z Trying: 2022-12-01T10:26:29.3392192Z torch.fft.fftshift(f) 2022-12-01T10:26:29.3392394Z Expecting: 2022-12-01T10:26:29.3392601Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-12-01T10:26:29.3392795Z ok 2022-12-01T10:26:29.3392956Z Trying: 2022-12-01T10:26:29.3393198Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-12-01T10:26:29.3393463Z Expecting nothing 2022-12-01T10:26:29.3393644Z ok 2022-12-01T10:26:29.3393804Z Trying: 2022-12-01T10:26:29.3393967Z x 2022-12-01T10:26:29.3394116Z Expecting: 2022-12-01T10:26:29.3394333Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-12-01T10:26:29.3394569Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-12-01T10:26:29.3394791Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-12-01T10:26:29.3395012Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-12-01T10:26:29.3395245Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-12-01T10:26:29.3395420Z ok 2022-12-01T10:26:29.3395584Z Trying: 2022-12-01T10:26:29.3395835Z torch.fft.fftshift(x) 2022-12-01T10:26:29.3396038Z Expecting: 2022-12-01T10:26:29.3396252Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-12-01T10:26:29.3396470Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-12-01T10:26:29.3396698Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-12-01T10:26:29.3396918Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-12-01T10:26:29.3397140Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-12-01T10:26:29.3397332Z ok 2022-12-01T10:26:29.3397494Z Trying: 2022-12-01T10:26:29.3397678Z x_centered = torch.arange(-5, 5) 2022-12-01T10:26:29.3397900Z Expecting nothing 2022-12-01T10:26:29.3398085Z ok 2022-12-01T10:26:29.3398252Z Trying: 2022-12-01T10:26:29.3398464Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-12-01T10:26:29.3398703Z Expecting nothing 2022-12-01T10:26:29.3398884Z ok 2022-12-01T10:26:29.3399048Z Trying: 2022-12-01T10:26:29.3399272Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-12-01T10:26:29.3399491Z Expecting nothing 2022-12-01T10:26:29.3399674Z ok 2022-12-01T10:26:29.3399839Z Trying: 2022-12-01T10:26:29.3400074Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-12-01T10:26:29.3400313Z Expecting nothing 2022-12-01T10:26:29.3400474Z ok 2022-12-01T10:26:29.3400635Z Trying: 2022-12-01T10:26:29.3400922Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-12-01T10:26:29.3401213Z Expecting nothing 2022-12-01T10:26:29.3401394Z ok 2022-12-01T10:26:29.3401537Z Trying: 2022-12-01T10:26:29.3401831Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-12-01T10:26:29.3402184Z Expecting nothing 2022-12-01T10:26:29.3402367Z ok 2022-12-01T10:26:29.3402533Z ok (0.007s) 2022-12-01T10:26:29.3402787Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3403034Z t = torch.linspace(0, 1, 5) 2022-12-01T10:26:29.3403246Z Expecting nothing 2022-12-01T10:26:29.3403428Z ok 2022-12-01T10:26:29.3403591Z Trying: 2022-12-01T10:26:29.3403754Z t 2022-12-01T10:26:29.3403911Z Expecting: 2022-12-01T10:26:29.3404120Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:26:29.3404315Z ok 2022-12-01T10:26:29.3404476Z Trying: 2022-12-01T10:26:29.3404644Z T = torch.fft.ifft(t) 2022-12-01T10:26:29.3404852Z Expecting nothing 2022-12-01T10:26:29.3405033Z ok 2022-12-01T10:26:29.3405193Z Trying: 2022-12-01T10:26:29.3405355Z T 2022-12-01T10:26:29.3405508Z Expecting: 2022-12-01T10:26:29.3405750Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-12-01T10:26:29.3405986Z -0.1250+0.1720j]) 2022-12-01T10:26:29.3406169Z ok 2022-12-01T10:26:29.3406329Z Trying: 2022-12-01T10:26:29.3406503Z torch.fft.hfft(T[:3], n=5) 2022-12-01T10:26:29.3406705Z Expecting: 2022-12-01T10:26:29.3406913Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:26:29.3407109Z ok 2022-12-01T10:26:29.3407270Z Trying: 2022-12-01T10:26:29.3407441Z torch.fft.hfft(T[:3]) 2022-12-01T10:26:29.3407640Z Expecting: 2022-12-01T10:26:29.3407843Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-12-01T10:26:29.3408035Z ok 2022-12-01T10:26:29.3408199Z ok (0.005s) 2022-12-01T10:26:29.3408434Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3408725Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:26:29.3408957Z Expecting nothing 2022-12-01T10:26:29.3409138Z ok 2022-12-01T10:26:29.3409299Z Trying: 2022-12-01T10:26:29.3409474Z ifft2 = torch.fft.ifft2(x) 2022-12-01T10:26:29.3409686Z Expecting nothing 2022-12-01T10:26:29.3409865Z ok 2022-12-01T10:26:29.3410027Z Trying: 2022-12-01T10:26:29.3410267Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:26:29.3410513Z Expecting nothing 2022-12-01T10:26:29.3410675Z ok 2022-12-01T10:26:29.3410835Z Trying: 2022-12-01T10:26:29.3411087Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-12-01T10:26:29.3411417Z Expecting nothing 2022-12-01T10:26:29.3411597Z ok 2022-12-01T10:26:29.3411742Z ok (0.004s) 2022-12-01T10:26:29.3411997Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3412289Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:26:29.3412513Z Expecting nothing 2022-12-01T10:26:29.3412693Z ok 2022-12-01T10:26:29.3412839Z Trying: 2022-12-01T10:26:29.3413023Z torch.fft.ifft(t) 2022-12-01T10:26:29.3413219Z Expecting: 2022-12-01T10:26:29.3413430Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-12-01T10:26:29.3413624Z ok 2022-12-01T10:26:29.3413771Z ok (0.003s) 2022-12-01T10:26:29.3414027Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3414318Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:26:29.3414550Z Expecting nothing 2022-12-01T10:26:29.3414730Z ok 2022-12-01T10:26:29.3414874Z Trying: 2022-12-01T10:26:29.3415073Z ifftn = torch.fft.ifftn(x) 2022-12-01T10:26:29.3415282Z Expecting nothing 2022-12-01T10:26:29.3415462Z ok 2022-12-01T10:26:29.3415622Z Trying: 2022-12-01T10:26:29.3415845Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:26:29.3416092Z Expecting nothing 2022-12-01T10:26:29.3416272Z ok 2022-12-01T10:26:29.3416431Z Trying: 2022-12-01T10:26:29.3416684Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-12-01T10:26:29.3416925Z Expecting nothing 2022-12-01T10:26:29.3417106Z ok 2022-12-01T10:26:29.3417271Z ok (0.003s) 2022-12-01T10:26:29.3417528Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3417799Z f = torch.fft.fftfreq(5) 2022-12-01T10:26:29.3418046Z Expecting nothing 2022-12-01T10:26:29.3418234Z ok 2022-12-01T10:26:29.3418395Z Trying: 2022-12-01T10:26:29.3418559Z f 2022-12-01T10:26:29.3418730Z Expecting: 2022-12-01T10:26:29.3419021Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:26:29.3419225Z ok 2022-12-01T10:26:29.3419386Z Trying: 2022-12-01T10:26:29.3419592Z shifted = torch.fft.fftshift(f) 2022-12-01T10:26:29.3419812Z Expecting nothing 2022-12-01T10:26:29.3419977Z ok 2022-12-01T10:26:29.3420138Z Trying: 2022-12-01T10:26:29.3420339Z torch.fft.ifftshift(shifted) 2022-12-01T10:26:29.3420551Z Expecting: 2022-12-01T10:26:29.3420767Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:26:29.3420943Z ok 2022-12-01T10:26:29.3421108Z ok (0.000s) 2022-12-01T10:26:29.3421365Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3421618Z t = torch.arange(5) 2022-12-01T10:26:29.3421821Z Expecting nothing 2022-12-01T10:26:29.3421988Z ok 2022-12-01T10:26:29.3422150Z Trying: 2022-12-01T10:26:29.3422314Z t 2022-12-01T10:26:29.3422482Z Expecting: 2022-12-01T10:26:29.3422653Z tensor([0, 1, 2, 3, 4]) 2022-12-01T10:26:29.3422835Z ok 2022-12-01T10:26:29.3423003Z Trying: 2022-12-01T10:26:29.3423190Z torch.fft.ihfft(t) 2022-12-01T10:26:29.3423385Z Expecting: 2022-12-01T10:26:29.3423592Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-12-01T10:26:29.3423798Z ok 2022-12-01T10:26:29.3423957Z Trying: 2022-12-01T10:26:29.3424142Z torch.fft.ifft(t) 2022-12-01T10:26:29.3424338Z Expecting: 2022-12-01T10:26:29.3424558Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-12-01T10:26:29.3424794Z -0.5000+0.6882j]) 2022-12-01T10:26:29.3424976Z ok 2022-12-01T10:26:29.3425141Z ok (0.006s) 2022-12-01T10:26:29.3425394Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3425651Z t = torch.rand(10, 9) 2022-12-01T10:26:29.3425839Z Expecting nothing 2022-12-01T10:26:29.3426020Z ok 2022-12-01T10:26:29.3426182Z Trying: 2022-12-01T10:26:29.3426371Z T = torch.fft.rfft2(t) 2022-12-01T10:26:29.3426561Z Expecting nothing 2022-12-01T10:26:29.3426742Z ok 2022-12-01T10:26:29.3426982Z Trying: 2022-12-01T10:26:29.3427176Z torch.fft.irfft2(T).size() 2022-12-01T10:26:29.3427382Z Expecting: 2022-12-01T10:26:29.3427554Z torch.Size([10, 8]) 2022-12-01T10:26:29.3427736Z ok 2022-12-01T10:26:29.3427895Z Trying: 2022-12-01T10:26:29.3428113Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-12-01T10:26:29.3428342Z Expecting nothing 2022-12-01T10:26:29.3428505Z ok 2022-12-01T10:26:29.3428667Z Trying: 2022-12-01T10:26:29.3428853Z roundtrip.size() 2022-12-01T10:26:29.3429047Z Expecting: 2022-12-01T10:26:29.3429237Z torch.Size([10, 9]) 2022-12-01T10:26:29.3429402Z ok 2022-12-01T10:26:29.3429562Z Trying: 2022-12-01T10:26:29.3429809Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:26:29.3430070Z Expecting nothing 2022-12-01T10:26:29.3430252Z ok 2022-12-01T10:26:29.3430394Z ok (0.000s) 2022-12-01T10:26:29.3430641Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3430909Z t = torch.linspace(0, 1, 5) 2022-12-01T10:26:29.3431122Z Expecting nothing 2022-12-01T10:26:29.3431300Z ok 2022-12-01T10:26:29.3431439Z Trying: 2022-12-01T10:26:29.3431590Z t 2022-12-01T10:26:29.3431751Z Expecting: 2022-12-01T10:26:29.3431950Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:26:29.3432134Z ok 2022-12-01T10:26:29.3432271Z Trying: 2022-12-01T10:26:29.3432448Z T = torch.fft.rfft(t) 2022-12-01T10:26:29.3432642Z Expecting nothing 2022-12-01T10:26:29.3432809Z ok 2022-12-01T10:26:29.3432958Z Trying: 2022-12-01T10:26:29.3433098Z T 2022-12-01T10:26:29.3433254Z Expecting: 2022-12-01T10:26:29.3433463Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-12-01T10:26:29.3433653Z ok 2022-12-01T10:26:29.3433800Z Trying: 2022-12-01T10:26:29.3434025Z torch.fft.irfft(T) 2022-12-01T10:26:29.3434210Z Expecting: 2022-12-01T10:26:29.3434403Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-12-01T10:26:29.3434583Z ok 2022-12-01T10:26:29.3434734Z Trying: 2022-12-01T10:26:29.3434928Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-12-01T10:26:29.3435144Z Expecting nothing 2022-12-01T10:26:29.3435312Z ok 2022-12-01T10:26:29.3435465Z Trying: 2022-12-01T10:26:29.3435703Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:26:29.3435939Z Expecting nothing 2022-12-01T10:26:29.3436103Z ok 2022-12-01T10:26:29.3436257Z ok (0.013s) 2022-12-01T10:26:29.3436499Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3436747Z t = torch.rand(10, 9) 2022-12-01T10:26:29.3436924Z Expecting nothing 2022-12-01T10:26:29.3437090Z ok 2022-12-01T10:26:29.3437239Z Trying: 2022-12-01T10:26:29.3437415Z T = torch.fft.rfftn(t) 2022-12-01T10:26:29.3437613Z Expecting nothing 2022-12-01T10:26:29.3437768Z ok 2022-12-01T10:26:29.3437917Z Trying: 2022-12-01T10:26:29.3438103Z torch.fft.irfftn(T).size() 2022-12-01T10:26:29.3438299Z Expecting: 2022-12-01T10:26:29.3438478Z torch.Size([10, 8]) 2022-12-01T10:26:29.3438641Z ok 2022-12-01T10:26:29.3438793Z Trying: 2022-12-01T10:26:29.3439000Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-12-01T10:26:29.3439219Z Expecting nothing 2022-12-01T10:26:29.3439390Z ok 2022-12-01T10:26:29.3439526Z Trying: 2022-12-01T10:26:29.3439701Z roundtrip.size() 2022-12-01T10:26:29.3439886Z Expecting: 2022-12-01T10:26:29.3440065Z torch.Size([10, 9]) 2022-12-01T10:26:29.3440224Z ok 2022-12-01T10:26:29.3440376Z Trying: 2022-12-01T10:26:29.3440617Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:26:29.3440865Z Expecting nothing 2022-12-01T10:26:29.3441035Z ok 2022-12-01T10:26:29.3441177Z ok (0.004s) 2022-12-01T10:26:29.3441418Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3441672Z t = torch.rand(10, 10) 2022-12-01T10:26:29.3441864Z Expecting nothing 2022-12-01T10:26:29.3442033Z ok 2022-12-01T10:26:29.3442173Z Trying: 2022-12-01T10:26:29.3442415Z rfft2 = torch.fft.rfft2(t) 2022-12-01T10:26:29.3442687Z Expecting nothing 2022-12-01T10:26:29.3442858Z ok 2022-12-01T10:26:29.3443011Z Trying: 2022-12-01T10:26:29.3443160Z rfft2.size() 2022-12-01T10:26:29.3443340Z Expecting: 2022-12-01T10:26:29.3443519Z torch.Size([10, 6]) 2022-12-01T10:26:29.3443693Z ok 2022-12-01T10:26:29.3443843Z Trying: 2022-12-01T10:26:29.3444010Z fft2 = torch.fft.fft2(t) 2022-12-01T10:26:29.3444210Z Expecting nothing 2022-12-01T10:26:29.3444381Z ok 2022-12-01T10:26:29.3444535Z Trying: 2022-12-01T10:26:29.3444778Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-12-01T10:26:29.3445016Z Expecting nothing 2022-12-01T10:26:29.3445189Z ok 2022-12-01T10:26:29.3445340Z Trying: 2022-12-01T10:26:29.3445567Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:26:29.3445802Z Expecting nothing 2022-12-01T10:26:29.3445959Z ok 2022-12-01T10:26:29.3446111Z Trying: 2022-12-01T10:26:29.3446352Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-12-01T10:26:29.3446603Z Expecting nothing 2022-12-01T10:26:29.3446774Z ok 2022-12-01T10:26:29.3446916Z ok (0.004s) 2022-12-01T10:26:29.3447156Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3447401Z t = torch.arange(4) 2022-12-01T10:26:29.3447591Z Expecting nothing 2022-12-01T10:26:29.3447763Z ok 2022-12-01T10:26:29.3447900Z Trying: 2022-12-01T10:26:29.3448158Z t 2022-12-01T10:26:29.3448320Z Expecting: 2022-12-01T10:26:29.3448500Z tensor([0, 1, 2, 3]) 2022-12-01T10:26:29.3448671Z ok 2022-12-01T10:26:29.3448863Z Trying: 2022-12-01T10:26:29.3449037Z torch.fft.rfft(t) 2022-12-01T10:26:29.3449222Z Expecting: 2022-12-01T10:26:29.3449419Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-12-01T10:26:29.3449680Z ok 2022-12-01T10:26:29.3449820Z Trying: 2022-12-01T10:26:29.3449991Z torch.fft.fft(t) 2022-12-01T10:26:29.3450174Z Expecting: 2022-12-01T10:26:29.3450377Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:26:29.3450568Z ok 2022-12-01T10:26:29.3450711Z ok (0.005s) 2022-12-01T10:26:29.3450959Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3451220Z torch.fft.rfftfreq(5) 2022-12-01T10:26:29.3451412Z Expecting: 2022-12-01T10:26:29.3451602Z tensor([0.0000, 0.2000, 0.4000]) 2022-12-01T10:26:29.3451763Z ok 2022-12-01T10:26:29.3451916Z Trying: 2022-12-01T10:26:29.3452098Z torch.fft.rfftfreq(4) 2022-12-01T10:26:29.3452289Z Expecting: 2022-12-01T10:26:29.3452473Z tensor([0.0000, 0.2500, 0.5000]) 2022-12-01T10:26:29.3452637Z ok 2022-12-01T10:26:29.3452787Z Trying: 2022-12-01T10:26:29.3452965Z torch.fft.fftfreq(4) 2022-12-01T10:26:29.3453150Z Expecting: 2022-12-01T10:26:29.3453349Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:26:29.3453517Z ok 2022-12-01T10:26:29.3453670Z ok (0.004s) 2022-12-01T10:26:29.3453910Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:26:29.3454210Z t = torch.rand(10, 10) 2022-12-01T10:26:29.3454405Z Expecting nothing 2022-12-01T10:26:29.3454562Z ok 2022-12-01T10:26:29.3454746Z Trying: 2022-12-01T10:26:29.3454949Z rfftn = torch.fft.rfftn(t) 2022-12-01T10:26:29.3455149Z Expecting nothing 2022-12-01T10:26:29.3455318Z ok 2022-12-01T10:26:29.3455456Z Trying: 2022-12-01T10:26:29.3455622Z rfftn.size() 2022-12-01T10:26:29.3455795Z Expecting: 2022-12-01T10:26:29.3455975Z torch.Size([10, 6]) 2022-12-01T10:26:29.3456150Z ok 2022-12-01T10:26:29.3456286Z Trying: 2022-12-01T10:26:29.3456460Z fftn = torch.fft.fftn(t) 2022-12-01T10:26:29.3456658Z Expecting nothing 2022-12-01T10:26:29.3456832Z ok 2022-12-01T10:26:29.3456968Z Trying: 2022-12-01T10:26:29.3457211Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-12-01T10:26:29.3457461Z Expecting nothing 2022-12-01T10:26:29.3457630Z ok 2022-12-01T10:26:29.3457779Z Trying: 2022-12-01T10:26:29.3458004Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:26:29.3458224Z Expecting nothing 2022-12-01T10:26:29.3458465Z ok 2022-12-01T10:26:29.3458616Z Trying: 2022-12-01T10:26:29.3458954Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-12-01T10:26:29.3459205Z Expecting nothing 2022-12-01T10:26:29.3459362Z ok 2022-12-01T10:26:29.3459517Z ok (0.004s) 2022-12-01T10:26:29.3459624Z 2022-12-01T10:26:29.3459784Z ---------------------------------------------------------------------- 2022-12-01T10:26:29.3460043Z Ran 177 tests in 8.578s 2022-12-01T10:26:29.3460218Z 2022-12-01T10:26:29.3460295Z OK (skipped=10) 2022-12-01T10:26:29.3460408Z 2022-12-01T10:26:29.3460487Z Generating XML reports... 2022-12-01T10:26:29.3460893Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTCPU-20221201102620.xml 2022-12-01T10:26:29.3461405Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTDocExamplesCPU-20221201102620.xml 2022-12-01T10:26:29.3461684Z 2022-12-01T10:26:29.3462028Z ##[endgroup] 2022-12-01T10:26:29.3462399Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_ic2usy_d) 2022-12-01T10:26:29.3462675Z 2022-12-01T10:26:31.5218096Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:26:31.6665779Z Running test_testing ... [2022-12-01 10:26:31.660888] 2022-12-01T10:26:31.6669184Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:31.666511] 2022-12-01T10:26:31.6672001Z Ignoring disabled issues: [] 2022-12-01T10:26:39.7392774Z 2022-12-01T10:26:39.7393516Z Expand the folded group to see the log file of test_testing 2022-12-01T10:26:39.7394606Z ##[group]PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_30n8rta9) 2022-12-01T10:26:39.7394892Z 2022-12-01T10:26:39.7394977Z Running tests... 2022-12-01T10:26:39.7395337Z ---------------------------------------------------------------------- 2022-12-01T10:26:39.7395796Z Test results will be stored in test-reports\python-unittest\test_testing 2022-12-01T10:26:39.7396237Z test_bool (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7396782Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7397252Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.034s) 2022-12-01T10:26:39.7397665Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:26:39.7398046Z test_matching_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:26:39.7398398Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:26:39.7398709Z test_matching_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:26:39.7399026Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:26:39.7399343Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:26:39.7399635Z test_meta (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7399916Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:26:39.7400242Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7401070Z test_mismatching_layout (__main__.TestAssertClose) ... C:\actions-runner\_work\pytorch\pytorch\test\test_testing.py:619: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:26:39.7401786Z sparse_csr = strided.to_sparse_csr() 2022-12-01T10:26:39.7402003Z ok (0.006s) 2022-12-01T10:26:39.7402265Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7403124Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7403441Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7403759Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7404079Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7404409Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:26:39.7404760Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7405090Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7405416Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7405745Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7406027Z test_none (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:26:39.7406318Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7406604Z test_numpy (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7406890Z test_only_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7407174Z test_only_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7407433Z test_scalar (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:26:39.7407743Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7408077Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7408393Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.000s) 2022-12-01T10:26:39.7408761Z test_unknown_type (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:26:39.7409094Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-12-01T10:26:39.7409472Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-12-01T10:26:39.7409833Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-12-01T10:26:39.7410210Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-12-01T10:26:39.7410574Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-12-01T10:26:39.7410919Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-12-01T10:26:39.7411255Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-12-01T10:26:39.7411599Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-12-01T10:26:39.7411958Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:26:39.7412324Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:26:39.7412675Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:26:39.7413012Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:26:39.7413340Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-12-01T10:26:39.7413670Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-12-01T10:26:39.7413992Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-12-01T10:26:39.7414332Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:26:39.7414663Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:26:39.7414996Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:26:39.7415347Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.006s) 2022-12-01T10:26:39.7415698Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-12-01T10:26:39.7416041Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-12-01T10:26:39.7416449Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-12-01T10:26:39.7416786Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-12-01T10:26:39.7417135Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.006s) 2022-12-01T10:26:39.7417506Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.007s) 2022-12-01T10:26:39.7417869Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.008s) 2022-12-01T10:26:39.7418208Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-12-01T10:26:39.7418544Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-12-01T10:26:39.7419016Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-12-01T10:26:39.7419389Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.008s) 2022-12-01T10:26:39.7419741Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-12-01T10:26:39.7420094Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-12-01T10:26:39.7420455Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.006s) 2022-12-01T10:26:39.7420794Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:26:39.7421142Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-12-01T10:26:39.7421503Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.006s) 2022-12-01T10:26:39.7421842Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-12-01T10:26:39.7422253Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.010s) 2022-12-01T10:26:39.7422621Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-12-01T10:26:39.7422979Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.011s) 2022-12-01T10:26:39.7423310Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-12-01T10:26:39.7423658Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-12-01T10:26:39.7424026Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-12-01T10:26:39.7424391Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-12-01T10:26:39.7424785Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.002s) 2022-12-01T10:26:39.7425136Z test_circular_dependencies (__main__.TestImports) 2022-12-01T10:26:39.7425496Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-12-01T10:26:39.7425921Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:26:39.7426202Z ok (2.661s) 2022-12-01T10:26:39.7426505Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-12-01T10:26:39.7426848Z test_sample_input (__main__.TestOpInfos) ... ok (0.002s) 2022-12-01T10:26:39.7427140Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.002s) 2022-12-01T10:26:39.7427444Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:26:39.7427798Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:26:39.7428179Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:26:39.7428530Z test_name_fn (__main__.TestTestParametrization) ... ok (0.003s) 2022-12-01T10:26:39.7428871Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7429240Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7429673Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.003s) 2022-12-01T10:26:39.7430041Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7430479Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7430869Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.006s) 2022-12-01T10:26:39.7431354Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-12-01T10:26:39.7431788Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-12-01T10:26:39.7432199Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7432588Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7432981Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-12-01T10:26:39.7433385Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7433773Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-12-01T10:26:39.7434177Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.011s) 2022-12-01T10:26:39.7434598Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7435079Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7435524Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7435964Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7436507Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:26:39.7436912Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.744s) 2022-12-01T10:26:39.7437400Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:26:39.7437865Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-12-01T10:26:39.7438331Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:26:39.7438753Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:26:39.7439214Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:26:39.7439714Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:26:39.7440201Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:26:39.7440676Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7441142Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:26:39.7441626Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:26:39.7442109Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:26:39.7442570Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7443158Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:26:39.7443676Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:26:39.7444046Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:26:39.7444378Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7444717Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7445061Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7445396Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:26:39.7445722Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7446056Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:26:39.7446375Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7446703Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7447021Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:26:39.7447336Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7447660Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7448104Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:39.7448539Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:39.7449021Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:39.7449442Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.706s) 2022-12-01T10:26:39.7449789Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7450164Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7450531Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7450904Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7451258Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7451623Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7451974Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7452337Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7452702Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7453030Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:26:39.7453353Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:26:39.7453677Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:26:39.7454010Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:26:39.7454341Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:26:39.7454690Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:26:39.7455028Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:26:39.7455447Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:26:39.7455744Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7456063Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7456379Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:26:39.7456702Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:26:39.7457045Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7457420Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7457772Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7458133Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7458495Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.010s) 2022-12-01T10:26:39.7459326Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: 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:26:39.7459948Z result = torch.complex(real, imag) 2022-12-01T10:26:39.7460158Z ok (0.000s) 2022-12-01T10:26:39.7460407Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.010s) 2022-12-01T10:26:39.7461166Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-12-01T10:26:39.7461546Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.020s) 2022-12-01T10:26:39.7461862Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:26:39.7462037Z 2022-12-01T10:26:39.7462196Z ---------------------------------------------------------------------- 2022-12-01T10:26:39.7462453Z Ran 167 tests in 4.687s 2022-12-01T10:26:39.7462577Z 2022-12-01T10:26:39.7462682Z OK (skipped=5, expected failures=12) 2022-12-01T10:26:39.7462823Z 2022-12-01T10:26:39.7462915Z Generating XML reports... 2022-12-01T10:26:39.7463273Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20221201102634.xml 2022-12-01T10:26:39.7463791Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20221201102634.xml 2022-12-01T10:26:39.7464335Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20221201102634.xml 2022-12-01T10:26:39.7464888Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20221201102634.xml 2022-12-01T10:26:39.7465410Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20221201102634.xml 2022-12-01T10:26:39.7465932Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20221201102634.xml 2022-12-01T10:26:39.7466447Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20221201102634.xml 2022-12-01T10:26:39.7467001Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20221201102634.xml 2022-12-01T10:26:39.7467567Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20221201102634.xml 2022-12-01T10:26:39.7468046Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20221201102634.xml 2022-12-01T10:26:39.7468501Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfos-20221201102634.xml 2022-12-01T10:26:39.7468989Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20221201102634.xml 2022-12-01T10:26:39.7469624Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrizationDeviceTypeCPU-20221201102634.xml 2022-12-01T10:26:39.7470166Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestingCPU-20221201102634.xml 2022-12-01T10:26:39.7470655Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20221201102634.xml 2022-12-01T10:26:39.7470917Z 2022-12-01T10:26:39.7471206Z ##[endgroup] 2022-12-01T10:26:39.7471559Z FINISHED PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_30n8rta9) 2022-12-01T10:26:39.7471816Z 2022-12-01T10:26:41.9001236Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:26:42.0457528Z Running nn/test_embedding ... [2022-12-01 10:26:42.045130] 2022-12-01T10:26:42.0462733Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:42.045737] 2022-12-01T10:26:42.0465131Z Ignoring disabled issues: [] 2022-12-01T10:26:43.0742020Z 2022-12-01T10:26:43.0742977Z PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_8l1p_pdl) 2022-12-01T10:26:43.1202534Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:123: 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:26:43.1203466Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:26:43.1203983Z 2022-12-01T10:26:43.1204119Z Running tests... 2022-12-01T10:26:43.1204499Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.1204990Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-12-01T10:26:43.1205450Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.010s) 2022-12-01T10:26:43.1205860Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.010s) 2022-12-01T10:26:43.1208067Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.008s) 2022-12-01T10:26:43.1208530Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:26:43.1209049Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-12-01T10:26:43.1209562Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:26:43.1210035Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:26:43.1210546Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.011s) 2022-12-01T10:26:43.1211031Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:26:43.1211509Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:26:43.1212040Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:26:43.1214289Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:26:43.1214776Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:26:43.1215256Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.047s) 2022-12-01T10:26:43.1215758Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-12-01T10:26:43.1216285Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.034s) 2022-12-01T10:26:43.1216800Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.035s) 2022-12-01T10:26:43.1217308Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:26:43.1217803Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:26:43.1218478Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:26:43.1220788Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:26:43.1221325Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:26:43.1221803Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.038s) 2022-12-01T10:26:43.1222348Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:26:43.1222950Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-12-01T10:26:43.1223493Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:26:43.1223943Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-12-01T10:26:43.1224420Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:26:43.1225915Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-12-01T10:26:43.1227072Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-12-01T10:26:43.1227548Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-12-01T10:26:43.1228068Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.002s) 2022-12-01T10:26:43.1228571Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1229053Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:26:43.1229715Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1230209Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1230703Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1232954Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:26:43.1233417Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:26:43.1233873Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1234371Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.046s) 2022-12-01T10:26:43.1234948Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:26:43.1235488Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-12-01T10:26:43.1236065Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.020s) 2022-12-01T10:26:43.1236646Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-12-01T10:26:43.1237214Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-12-01T10:26:43.1239464Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1268950Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:26:43.1269538Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-12-01T10:26:43.1270115Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-12-01T10:26:43.1270799Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:26:43.1271562Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.000s) 2022-12-01T10:26:43.1272239Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-12-01T10:26:43.1272821Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-12-01T10:26:43.1273397Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:26:43.1274177Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:26:43.1274801Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-12-01T10:26:43.1275423Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... FAIL (0.011s) 2022-12-01T10:26:43.1276033Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... test_allclose failed - num_retries_left: 3 2022-12-01T10:26:43.1276682Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1277008Z 2022-12-01T10:26:43.1277216Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:43.1277463Z 2022-12-01T10:26:43.1277610Z Traceback (most recent call last): 2022-12-01T10:26:43.1278189Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 422, in test_allclose 2022-12-01T10:26:43.1278650Z self.assertRaisesRegex( 2022-12-01T10:26:43.1279248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:43.1279886Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:43.1280592Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:43.1280984Z 2022-12-01T10:26:43.1281095Z FAIL (0.003s) 2022-12-01T10:26:43.1281592Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... test_allclose failed - num_retries_left: 2 2022-12-01T10:26:43.1282351Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1282682Z 2022-12-01T10:26:43.1282915Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:43.1283180Z 2022-12-01T10:26:43.1285620Z Traceback (most recent call last): 2022-12-01T10:26:43.1286169Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 422, in test_allclose 2022-12-01T10:26:43.1286685Z self.assertRaisesRegex( 2022-12-01T10:26:43.1287288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:43.1287969Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:43.1288615Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:43.1288995Z 2022-12-01T10:26:43.1289106Z FAIL (0.003s) 2022-12-01T10:26:43.1289551Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... test_allclose failed - num_retries_left: 1 2022-12-01T10:26:43.1290149Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1290493Z 2022-12-01T10:26:43.1290713Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:43.1290969Z 2022-12-01T10:26:43.1291115Z Traceback (most recent call last): 2022-12-01T10:26:43.1291715Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 422, in test_allclose 2022-12-01T10:26:43.1292183Z self.assertRaisesRegex( 2022-12-01T10:26:43.1292792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:43.1293489Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:43.1294189Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:43.1295146Z 2022-12-01T10:26:43.1295377Z FAIL (0.003s) 2022-12-01T10:26:43.1295940Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... test_allclose failed - num_retries_left: 0 2022-12-01T10:26:43.1296679Z skip: CUDA-only test (0.001s) 2022-12-01T10:26:43.1297211Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:26:43.1297876Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-12-01T10:26:43.1298533Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:26:43.1299293Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:26:43.1300003Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:26:43.1300742Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ERROR (0.006s) 2022-12-01T10:26:43.1301581Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... test_decomposition_interpreter errored - num_retries_left: 3 2022-12-01T10:26:43.1302226Z Traceback (most recent call last): 2022-12-01T10:26:43.1302987Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 476, in test_decomposition_interpreter 2022-12-01T10:26:43.1303738Z fx_module = make_fx(fn, tracing_mode=self.tracing_mode, decomposition_table=None)(x) 2022-12-01T10:26:43.1304549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1305239Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1306032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1306739Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1307598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1308251Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1309034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1309754Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1310508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1311203Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1311958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1312633Z return self.from_real_tensor( 2022-12-01T10:26:43.1313377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1314053Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1314892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1315539Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1316251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1316898Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1317530Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1317927Z 2022-12-01T10:26:43.1318061Z ERROR (0.000s) 2022-12-01T10:26:43.1318763Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... test_decomposition_interpreter errored - num_retries_left: 2 2022-12-01T10:26:43.1319472Z Traceback (most recent call last): 2022-12-01T10:26:43.1320185Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 476, in test_decomposition_interpreter 2022-12-01T10:26:43.1321077Z fx_module = make_fx(fn, tracing_mode=self.tracing_mode, decomposition_table=None)(x) 2022-12-01T10:26:43.1321905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1322591Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1323286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1323950Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1324729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1325456Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1326235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1326969Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1327735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1328458Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1329211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1329827Z return self.from_real_tensor( 2022-12-01T10:26:43.1330525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1331437Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1332151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1332803Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1333537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1334221Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1334890Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1335304Z 2022-12-01T10:26:43.1335442Z ERROR (0.012s) 2022-12-01T10:26:43.1336091Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... test_decomposition_interpreter errored - num_retries_left: 1 2022-12-01T10:26:43.1336752Z Traceback (most recent call last): 2022-12-01T10:26:43.1337546Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 476, in test_decomposition_interpreter 2022-12-01T10:26:43.1338308Z fx_module = make_fx(fn, tracing_mode=self.tracing_mode, decomposition_table=None)(x) 2022-12-01T10:26:43.1339224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1339940Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1340654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1341302Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1342247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1342920Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1343755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1345069Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1345838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1346718Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1347479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1348072Z return self.from_real_tensor( 2022-12-01T10:26:43.1348798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1349563Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1350350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1350997Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1351710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1352396Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1353059Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1353467Z 2022-12-01T10:26:43.1353589Z ERROR (0.004s) 2022-12-01T10:26:43.1354200Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... test_decomposition_interpreter errored - num_retries_left: 0 2022-12-01T10:26:43.1354753Z ok (0.004s) 2022-12-01T10:26:43.1355284Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.002s) 2022-12-01T10:26:43.1356192Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.045s) 2022-12-01T10:26:43.1356949Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-12-01T10:26:43.1357665Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:26:43.1358434Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:26:43.1359184Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.002s) 2022-12-01T10:26:43.1359867Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ERROR (0.003s) 2022-12-01T10:26:43.1360682Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_reentrant_dispatch errored - num_retries_left: 3 2022-12-01T10:26:43.1361334Z Traceback (most recent call last): 2022-12-01T10:26:43.1362126Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 333, in test_make_fx_reentrant_dispatch 2022-12-01T10:26:43.1362950Z traced = make_fx(f, decomposition_table=decomp, tracing_mode=self.tracing_mode)(torch.rand(3)) 2022-12-01T10:26:43.1363796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1364501Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1365186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1365833Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1366540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1367190Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1368049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1368832Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1369588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1370448Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1371219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1371829Z return self.from_real_tensor( 2022-12-01T10:26:43.1372539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1373230Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1373945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1374651Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1375405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1376062Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1376727Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1377132Z 2022-12-01T10:26:43.1377264Z ERROR (0.003s) 2022-12-01T10:26:43.1377904Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_reentrant_dispatch errored - num_retries_left: 2 2022-12-01T10:26:43.1378550Z Traceback (most recent call last): 2022-12-01T10:26:43.1379363Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 333, in test_make_fx_reentrant_dispatch 2022-12-01T10:26:43.1380327Z traced = make_fx(f, decomposition_table=decomp, tracing_mode=self.tracing_mode)(torch.rand(3)) 2022-12-01T10:26:43.1381216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1381918Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1382621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1383269Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1383958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1384606Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1385390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1386104Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1386913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1387667Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1388411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1389019Z return self.from_real_tensor( 2022-12-01T10:26:43.1389716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1390395Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1391095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1391730Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1392436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1393166Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1393860Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1394394Z 2022-12-01T10:26:43.1394527Z ERROR (0.003s) 2022-12-01T10:26:43.1395152Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_reentrant_dispatch errored - num_retries_left: 1 2022-12-01T10:26:43.1395799Z Traceback (most recent call last): 2022-12-01T10:26:43.1396495Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 333, in test_make_fx_reentrant_dispatch 2022-12-01T10:26:43.1397243Z traced = make_fx(f, decomposition_table=decomp, tracing_mode=self.tracing_mode)(torch.rand(3)) 2022-12-01T10:26:43.1398090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1398788Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1399564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1400273Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1400989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1401642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1402420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1403139Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1403902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1404764Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1405607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1406266Z return self.from_real_tensor( 2022-12-01T10:26:43.1406978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1407655Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1408363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1408999Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1409719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1410401Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1411067Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1411536Z 2022-12-01T10:26:43.1411670Z ERROR (0.003s) 2022-12-01T10:26:43.1412306Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_reentrant_dispatch errored - num_retries_left: 0 2022-12-01T10:26:43.1412879Z ERROR (0.000s) 2022-12-01T10:26:43.1413462Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_simple errored - num_retries_left: 3 2022-12-01T10:26:43.1414039Z Traceback (most recent call last): 2022-12-01T10:26:43.1414720Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 188, in test_make_fx_simple 2022-12-01T10:26:43.1415299Z self._test(f, (torch.randn(3),)) 2022-12-01T10:26:43.1415888Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1416500Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1417256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1418009Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1418901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1419615Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1420328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1420984Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1421764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1422496Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1423273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1424082Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1424892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1425508Z return self.from_real_tensor( 2022-12-01T10:26:43.1426184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1426872Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1427586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1428218Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1429041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1429726Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1430444Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1430904Z 2022-12-01T10:26:43.1431038Z ERROR (0.000s) 2022-12-01T10:26:43.1431600Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_simple errored - num_retries_left: 2 2022-12-01T10:26:43.1432177Z Traceback (most recent call last): 2022-12-01T10:26:43.1432840Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 188, in test_make_fx_simple 2022-12-01T10:26:43.1433416Z self._test(f, (torch.randn(3),)) 2022-12-01T10:26:43.1434007Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1434616Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1435369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1436096Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1436850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1437514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1438221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1438874Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1439623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1440352Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1441101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1441826Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1442803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1443450Z return self.from_real_tensor( 2022-12-01T10:26:43.1444151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1445119Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1445846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1446466Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1447143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1447815Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1448512Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1448924Z 2022-12-01T10:26:43.1449056Z ERROR (0.000s) 2022-12-01T10:26:43.1449676Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_simple errored - num_retries_left: 1 2022-12-01T10:26:43.1450305Z Traceback (most recent call last): 2022-12-01T10:26:43.1450969Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 188, in test_make_fx_simple 2022-12-01T10:26:43.1451555Z self._test(f, (torch.randn(3),)) 2022-12-01T10:26:43.1452154Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1452908Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1453652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1454346Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1455117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1455672Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1456303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1456829Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1457418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1457967Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1458556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1459223Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1459838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1460307Z return self.from_real_tensor( 2022-12-01T10:26:43.1460869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1461465Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1462060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1462558Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1463140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1463672Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1464194Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1464633Z 2022-12-01T10:26:43.1464747Z ERROR (0.000s) 2022-12-01T10:26:43.1465446Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... test_make_fx_simple errored - num_retries_left: 0 2022-12-01T10:26:43.1465945Z expected failure (0.000s) 2022-12-01T10:26:43.1466369Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.019s) 2022-12-01T10:26:43.1466937Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.002s) 2022-12-01T10:26:43.1467608Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:26:43.1468301Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: test requires torchvision (0.001s) 2022-12-01T10:26:43.1468896Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ERROR (0.003s) 2022-12-01T10:26:43.1469488Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... test_scalar_device errored - num_retries_left: 3 2022-12-01T10:26:43.1469945Z Traceback (most recent call last): 2022-12-01T10:26:43.1470501Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 193, in test_scalar_device 2022-12-01T10:26:43.1471045Z self._test(f, [torch.randn(3, device=device), torch.tensor(5)]) 2022-12-01T10:26:43.1471571Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1472049Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1472786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1473338Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1473947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1474507Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1475087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1475565Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1476177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1476759Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1477341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1477901Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1478536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1479022Z return self.from_real_tensor( 2022-12-01T10:26:43.1479562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1480136Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1480742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1481241Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1481800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1482319Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1482836Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1483168Z 2022-12-01T10:26:43.1483271Z ERROR (0.003s) 2022-12-01T10:26:43.1483736Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... test_scalar_device errored - num_retries_left: 2 2022-12-01T10:26:43.1484960Z Traceback (most recent call last): 2022-12-01T10:26:43.1485485Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 193, in test_scalar_device 2022-12-01T10:26:43.1486051Z self._test(f, [torch.randn(3, device=device), torch.tensor(5)]) 2022-12-01T10:26:43.1486569Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1487072Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1487662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1488227Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1488787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1489307Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1489869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1490368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1490969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1491535Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1492122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1492761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1493375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1493846Z return self.from_real_tensor( 2022-12-01T10:26:43.1494393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1494919Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1495502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1496006Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1496586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1497103Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1497488Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1497769Z 2022-12-01T10:26:43.1497850Z ERROR (0.003s) 2022-12-01T10:26:43.1498273Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... test_scalar_device errored - num_retries_left: 1 2022-12-01T10:26:43.1498740Z Traceback (most recent call last): 2022-12-01T10:26:43.1499355Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 193, in test_scalar_device 2022-12-01T10:26:43.1499853Z self._test(f, [torch.randn(3, device=device), torch.tensor(5)]) 2022-12-01T10:26:43.1500357Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1500832Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1501406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1502001Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1502562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1503176Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1503716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1504214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1504792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1505341Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1505910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1506489Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1507088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1507551Z return self.from_real_tensor( 2022-12-01T10:26:43.1508103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1508609Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1509156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1509638Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1510178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1510767Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1511271Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1511584Z 2022-12-01T10:26:43.1511685Z ERROR (0.003s) 2022-12-01T10:26:43.1512172Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... test_scalar_device errored - num_retries_left: 0 2022-12-01T10:26:43.1512583Z ok (0.008s) 2022-12-01T10:26:43.1512962Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:26:43.1513518Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.006s) 2022-12-01T10:26:43.1514067Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ERROR (0.000s) 2022-12-01T10:26:43.1514599Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... test_varargs errored - num_retries_left: 3 2022-12-01T10:26:43.1515021Z Traceback (most recent call last): 2022-12-01T10:26:43.1515532Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 365, in test_varargs 2022-12-01T10:26:43.1516005Z self._test(f, [torch.randn(2), torch.randn(2)]) 2022-12-01T10:26:43.1516515Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1516981Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1517541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1518069Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1518618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1519099Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1519648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1520162Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1520763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1521412Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1521983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1522566Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1523146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1523603Z return self.from_real_tensor( 2022-12-01T10:26:43.1524127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1524656Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1525194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1525694Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1526227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1526758Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1527308Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1527609Z 2022-12-01T10:26:43.1527717Z ERROR (0.000s) 2022-12-01T10:26:43.1528146Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... test_varargs errored - num_retries_left: 2 2022-12-01T10:26:43.1528562Z Traceback (most recent call last): 2022-12-01T10:26:43.1529156Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 365, in test_varargs 2022-12-01T10:26:43.1529623Z self._test(f, [torch.randn(2), torch.randn(2)]) 2022-12-01T10:26:43.1530095Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1530563Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1531127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1531657Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1532189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1532681Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1533211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1533735Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1534336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1534898Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1535457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1536001Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1536577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1537020Z return self.from_real_tensor( 2022-12-01T10:26:43.1537558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1538084Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1538638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1539243Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1539880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1540411Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1540922Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1541228Z 2022-12-01T10:26:43.1541339Z ERROR (0.000s) 2022-12-01T10:26:43.1541776Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... test_varargs errored - num_retries_left: 1 2022-12-01T10:26:43.1542223Z Traceback (most recent call last): 2022-12-01T10:26:43.1542708Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 365, in test_varargs 2022-12-01T10:26:43.1543162Z self._test(f, [torch.randn(2), torch.randn(2)]) 2022-12-01T10:26:43.1543628Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.1544105Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.1544733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.1545310Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.1545850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.1546343Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1546885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.1547490Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.1548073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.1548619Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.1549198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.1549716Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.1550315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.1550780Z return self.from_real_tensor( 2022-12-01T10:26:43.1551331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.1551847Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.1552394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.1552876Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.1553414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.1553927Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.1554421Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.1554734Z 2022-12-01T10:26:43.1554844Z ERROR (0.011s) 2022-12-01T10:26:43.1555154Z test_varargs errored - num_retries_left: 0 2022-12-01T10:26:43.1555586Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.1556094Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1556624Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:26:43.1557146Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.1557731Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.1558248Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:26:43.1558773Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.1559252Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.1560145Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1560838Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.1561091Z ok (0.049s) 2022-12-01T10:26:43.1561373Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1561758Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.1562134Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1562520Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1562911Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.1563763Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.1613461Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1614018Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1614546Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1615067Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1615596Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.1616100Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.1616581Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1617116Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:26:43.1617638Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:26:43.1618121Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.1619523Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:26:43.1620675Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1621639Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:26:43.1623367Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:26:43.1624209Z ok (0.037s) 2022-12-01T10:26:43.1624593Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1625085Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.1625586Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:26:43.1626093Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1626597Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.1627110Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:26:43.1627616Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1628132Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1628742Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1629279Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1629788Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.1630276Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1630773Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1631269Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1631765Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.1632283Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1632781Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.1633293Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.1633779Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1634282Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1634832Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1635352Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1635839Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.1636362Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1636903Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.1637433Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.1638025Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:26:43.1638528Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.1639048Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1639550Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.1640052Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.398s) 2022-12-01T10:26:43.1640552Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1641557Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1642462Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:26:43.1642729Z ok (0.020s) 2022-12-01T10:26:43.1643103Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1643915Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:26:43.1644658Z L = torch.cholesky(A) 2022-12-01T10:26:43.1644931Z should be replaced with 2022-12-01T10:26:43.1645202Z L = torch.linalg.cholesky(A) 2022-12-01T10:26:43.1645462Z and 2022-12-01T10:26:43.1645714Z U = torch.cholesky(A, upper=True) 2022-12-01T10:26:43.1646000Z should be replaced with 2022-12-01T10:26:43.1646310Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:26:43.1646953Z 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:26:43.1647540Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1647764Z ok (0.820s) 2022-12-01T10:26:43.1648178Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1648701Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:26:43.1649211Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1649696Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:43.1650206Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1650731Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1651233Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1651735Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1652252Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-12-01T10:26:43.1652766Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.1653266Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1653803Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.1654326Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-12-01T10:26:43.1654946Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1655469Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.1655997Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:26:43.1656543Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1657034Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1657545Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.1658070Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.1658577Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1659158Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1659662Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1660174Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1660683Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1661217Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.1661838Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1662332Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1662843Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.1663346Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1663851Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1664370Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1664880Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.346s) 2022-12-01T10:26:43.1665377Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1665872Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-12-01T10:26:43.1666372Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.1666940Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.1667484Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1668001Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1668503Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.1668987Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1669491Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1669979Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.1670497Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.1671124Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1671637Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1672160Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.1672664Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1673169Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1673668Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.1674170Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1674667Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1675159Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1675661Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1676166Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.1676659Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.267s) 2022-12-01T10:26:43.1677153Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1677704Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1678191Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:26:43.1678704Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.1679211Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1679699Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1680190Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.1680691Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.1681164Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1681670Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1682181Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.1682690Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1683198Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.1683716Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1684223Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1684715Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1685219Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1685733Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1686243Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1686753Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1687325Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1687827Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.1688312Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.1688807Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.1689294Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1689786Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1690299Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1690795Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1691313Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1691805Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1692297Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.1692789Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.1693270Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1693810Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.1694341Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.1694857Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1695347Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1695836Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:26:43.1696343Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.247s) 2022-12-01T10:26:43.1696851Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1697355Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.1697861Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1698373Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.285s) 2022-12-01T10:26:43.1698887Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.384s) 2022-12-01T10:26:43.1699499Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.683s) 2022-12-01T10:26:43.1700018Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1700509Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.1701001Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1701491Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.1701896Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1702332Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1702707Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1703348Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1703757Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1704132Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1704941Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: 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:26:43.1705598Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1705827Z ok (0.123s) 2022-12-01T10:26:43.1706112Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1706546Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1706925Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1707306Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:26:43.1707692Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1708066Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.1708497Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1708872Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1709251Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:43.1709641Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:43.1710024Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1710908Z test_make_fx_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: 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:26:43.1711588Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1711833Z expected failure (0.010s) 2022-12-01T10:26:43.1712181Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.1712664Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.1713122Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.1713582Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.1714076Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:26:43.1714486Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.1714871Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:26:43.1715295Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.1715724Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1716104Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.1716476Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.1716872Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:26:43.1717285Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:43.1717694Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.1718090Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1718481Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.1718881Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:26:43.1719272Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.1719662Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.1720058Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1720462Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1720961Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.1721378Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1721765Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.1722159Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1722570Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.1722977Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:26:43.1723391Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1723833Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1724297Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:26:43.1724819Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:26:43.1725349Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:26:43.1725877Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.454s) 2022-12-01T10:26:43.1726407Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.285s) 2022-12-01T10:26:43.1726950Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:26:43.1727479Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.486s) 2022-12-01T10:26:43.1728025Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:26:43.1728569Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1729196Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.360s) 2022-12-01T10:26:43.1729732Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-12-01T10:26:43.1730281Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:26:43.1730820Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1731444Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:26:43.1732026Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-12-01T10:26:43.1732559Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1733093Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:26:43.1733613Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:26:43.1734133Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.451s) 2022-12-01T10:26:43.1734666Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.404s) 2022-12-01T10:26:43.1735189Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:26:43.1735781Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1736321Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1736872Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1737408Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:26:43.1737940Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.331s) 2022-12-01T10:26:43.1738462Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:26:43.1739057Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1739550Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1740033Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1740510Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1741006Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1741534Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1742039Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.1742586Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1743128Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1743654Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1744182Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1744689Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1745256Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1745763Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1746261Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1746766Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.347s) 2022-12-01T10:26:43.1747281Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.1747786Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.1748273Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.1749147Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1749890Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:26:43.1750175Z should be replaced with 2022-12-01T10:26:43.1750500Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:26:43.1750714Z and 2022-12-01T10:26:43.1750936Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:26:43.1751172Z should be replaced with 2022-12-01T10:26:43.1751653Z 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:26:43.1752118Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:26:43.1752352Z ok (0.118s) 2022-12-01T10:26:43.1752873Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:26:43.1753436Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:26:43.1753685Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:26:43.1753892Z should be replaced with 2022-12-01T10:26:43.1754301Z 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:26:43.1754680Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1754862Z ok (0.102s) 2022-12-01T10:26:43.1755158Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:26:43.1755539Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1755913Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.1756290Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.443s) 2022-12-01T10:26:43.1756677Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-12-01T10:26:43.1757076Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.241s) 2022-12-01T10:26:43.1757472Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.384s) 2022-12-01T10:26:43.1757872Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.1758321Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:26:43.1758714Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1759204Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:26:43.1759621Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:26:43.1760021Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.407s) 2022-12-01T10:26:43.1760423Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.593s) 2022-12-01T10:26:43.1760934Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:26:43.1761460Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.420s) 2022-12-01T10:26:43.1761979Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-12-01T10:26:43.1762501Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.444s) 2022-12-01T10:26:43.1763025Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1763523Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.1764064Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:26:43.1764594Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:26:43.1765104Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.057s) 2022-12-01T10:26:43.1765677Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.370s) 2022-12-01T10:26:43.1766197Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.949s) 2022-12-01T10:26:43.1766694Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:26:43.1767199Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1767694Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1768225Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1768774Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.1769311Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.1769816Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:26:43.1770309Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1770839Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:26:43.1771416Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1771950Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.1772474Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1773028Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1773562Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.1774050Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1774537Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.1775095Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1775592Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1776079Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.1776581Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.1777096Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:43.1777622Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1778174Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1778718Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1779323Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1779831Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:26:43.1780350Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1780886Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:26:43.1781431Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:26:43.1782014Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1782543Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.1783084Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:26:43.1783623Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:26:43.1784125Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.1784608Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.1785126Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1785737Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:26:43.1786332Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1786825Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1787327Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.1787831Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1788384Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:26:43.1788982Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.1789563Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1790128Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1790568Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.1791478Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:26:43.1791950Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:26:43.1792384Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.1792834Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.1793316Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1793745Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:43.1794207Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:26:43.1794654Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1795119Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:26:43.1795623Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1796192Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:26:43.1797307Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: 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:26:43.1798182Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1798440Z ok (0.217s) 2022-12-01T10:26:43.1798868Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:26:43.1799441Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:26:43.1800019Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:26:43.1800584Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:26:43.1801171Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:26:43.1801739Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:26:43.1802300Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.1803599Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1804639Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.1804975Z ok (0.066s) 2022-12-01T10:26:43.1805293Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:26:43.1805768Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:26:43.1806194Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1806608Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.440s) 2022-12-01T10:26:43.1807079Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1807559Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.1808050Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.1808529Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.252s) 2022-12-01T10:26:43.1808985Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.359s) 2022-12-01T10:26:43.1809451Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.1810052Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1810676Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-12-01T10:26:43.1811230Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-12-01T10:26:43.1811799Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.1812381Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.1812936Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1813503Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1814063Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1814767Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:26:43.1815424Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1816003Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:26:43.1816658Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:26:43.1817329Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.1818002Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1818676Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.1819418Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1820139Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.1821395Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1822357Z warnings.warn( 2022-12-01T10:26:43.1822608Z ok (0.068s) 2022-12-01T10:26:43.1823087Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.1823710Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.1824346Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1824965Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:26:43.1825625Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:26:43.1826277Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1826939Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-12-01T10:26:43.1827520Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.593s) 2022-12-01T10:26:43.1828216Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.505s) 2022-12-01T10:26:43.1828836Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.496s) 2022-12-01T10:26:43.1829512Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1830181Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:26:43.1830855Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1831516Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-12-01T10:26:43.1832187Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.1832804Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:26:43.1833435Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1834085Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.1834733Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.1835414Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1836079Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.1836725Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-12-01T10:26:43.1837354Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.1837935Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:26:43.1838660Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-12-01T10:26:43.1839313Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.1839963Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:26:43.1840615Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1841243Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1841867Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.1842536Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.1843164Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.517s) 2022-12-01T10:26:43.1843814Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:26:43.1844446Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1845075Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.1845725Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.1846400Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1847038Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1847674Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.1848275Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.1848931Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1849572Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.1850163Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1850808Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1851463Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.1852116Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1852772Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1853384Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:26:43.1854097Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.1854806Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.390s) 2022-12-01T10:26:43.1855789Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1856851Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.1857344Z ok (0.017s) 2022-12-01T10:26:43.1858144Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.1859223Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.1859695Z ok (0.051s) 2022-12-01T10:26:43.1860097Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:26:43.1860691Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:26:43.1861274Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1861843Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.1862440Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1863019Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1863655Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1864184Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.1865334Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1865966Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.350s) 2022-12-01T10:26:43.1866572Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1867158Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.068s) 2022-12-01T10:26:43.1867745Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.1868355Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.1868924Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.1869493Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1870155Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1870781Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1871424Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1872060Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1872674Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1873237Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.1873785Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:26:43.1874374Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:26:43.1875261Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:26:43.1876183Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:26:43.1876626Z Q, R = torch.qr(A, some) 2022-12-01T10:26:43.1876966Z should be replaced with 2022-12-01T10:26:43.1877629Z 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:26:43.1878230Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1878507Z ok (0.143s) 2022-12-01T10:26:43.1878993Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.1879608Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1880196Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.1880799Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:26:43.1881409Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1881948Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.1882560Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1883126Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.1883793Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1884394Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.1884669Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.1884971Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:26:43.1885275Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.1885559Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.1885855Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.1886154Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1886447Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1886737Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.1887024Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1887251Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.1887534Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-12-01T10:26:43.1887813Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1888100Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1888401Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1888713Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1888999Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.1889274Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.1889631Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.1889905Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:26:43.1987114Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: 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:26:43.1987492Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1987804Z ok (0.069s) 2022-12-01T10:26:43.1988243Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:26:43.1988683Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:26:43.1989091Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:26:43.1989513Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:26:43.1990863Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:26:43.1991821Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1992634Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:26:43.1993416Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.1993654Z ok (0.354s) 2022-12-01T10:26:43.1994037Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.326s) 2022-12-01T10:26:43.1994537Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.301s) 2022-12-01T10:26:43.1995011Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.1995466Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.1995912Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.1996354Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.1996796Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1997239Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.1997739Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.1998125Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.1998495Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.1998862Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:43.1999369Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.1999764Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2000202Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.2000609Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2001001Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-12-01T10:26:43.2001451Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:26:43.2001906Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2002311Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2002720Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2003116Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2003514Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.2003928Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2004440Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2004954Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.2005529Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.2006048Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2006455Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2006924Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.2007361Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.2007780Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2008173Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2008565Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2008979Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:26:43.2009478Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2009957Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2010378Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2010795Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2011272Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2011686Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2012137Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2012540Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2012973Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.2013476Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2013918Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2014434Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2015024Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2015605Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.2016241Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2016750Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2017174Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.2017567Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.2017952Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2018350Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2018795Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2019272Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2019655Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2020083Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2020457Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2020837Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2021214Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2022057Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2022853Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:26:43.2023161Z ok (0.060s) 2022-12-01T10:26:43.2023435Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.2023810Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:43.2024181Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2024564Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.460s) 2022-12-01T10:26:43.2024950Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.336s) 2022-12-01T10:26:43.2025618Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:26:43.2026275Z 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:26:43.2026662Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:26:43.2026872Z should be replaced with 2022-12-01T10:26:43.2027126Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:26:43.2027330Z and 2022-12-01T10:26:43.2027524Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:26:43.2027746Z should be replaced with 2022-12-01T10:26:43.2028168Z 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:26:43.2028573Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.2028806Z ok (0.035s) 2022-12-01T10:26:43.2029085Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2029480Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.2029875Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2030247Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2030626Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2031032Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.2031437Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2031816Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:26:43.2032234Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:26:43.2032644Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2033093Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2033470Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-12-01T10:26:43.2033861Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2034244Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2034622Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2035282Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:26:43.2035986Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:26:43.2036303Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:26:43.2036522Z should be replaced with 2022-12-01T10:26:43.2036936Z 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:26:43.2037313Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.2037497Z ok (0.043s) 2022-12-01T10:26:43.2037776Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2038157Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.2038597Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2038989Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2039377Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.2039806Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2040195Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:26:43.2040577Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2040978Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.399s) 2022-12-01T10:26:43.2041430Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.414s) 2022-12-01T10:26:43.2041822Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2042201Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2042573Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2042951Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:43.2043345Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2043738Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2044115Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2044492Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:43.2044866Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.2045296Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2045677Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2046096Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2046476Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.2046865Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2047243Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2047618Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2048061Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.086s) 2022-12-01T10:26:43.2048504Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.2048956Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.2049352Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:26:43.2049743Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2050139Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.2050880Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2051548Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2052174Z 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:26:43.2052782Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2053418Z 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:26:43.2053973Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2054546Z 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:26:43.2055090Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2055649Z 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:26:43.2056194Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2056754Z 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:26:43.2057303Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2057863Z 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:26:43.2058452Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2059087Z 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:26:43.2059674Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2060237Z 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:26:43.2060856Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2061090Z ok (0.084s) 2022-12-01T10:26:43.2061384Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2061777Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2062169Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2062554Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2062942Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.2063334Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2063733Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:26:43.2064132Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2064524Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2064932Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2065373Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2065810Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.2066244Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:26:43.2066659Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:26:43.2067068Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:26:43.2067444Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:26:43.2068466Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1318: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:26:43.2069349Z return op.op(*args, **kwargs) 2022-12-01T10:26:43.2070088Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:26:43.2071282Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:26:43.2072030Z ok (0.025s) 2022-12-01T10:26:43.2072324Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.2072749Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.2073144Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-12-01T10:26:43.2073544Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2073926Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.2074316Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:26:43.2074771Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-12-01T10:26:43.2075227Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2075642Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2076035Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2076425Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2076807Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2077250Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2077641Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2078034Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2078493Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2078884Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2079322Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-12-01T10:26:43.2079728Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2080127Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2080541Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.2080951Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2081338Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2081728Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.2082147Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2082560Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.2082966Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:26:43.2083364Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2083764Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2084160Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2084587Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.452s) 2022-12-01T10:26:43.2085024Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2085411Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2085835Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2086243Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.2086690Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:26:43.2087118Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2087521Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2087894Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2088288Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.2088683Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2089068Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2089507Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2089968Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-12-01T10:26:43.2090417Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.2090797Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2091194Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2091651Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-12-01T10:26:43.2092065Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2092521Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2092940Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:26:43.2093349Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2093724Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2094120Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:26:43.2094535Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.2094938Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2095331Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2095714Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2096104Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2096485Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2096946Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:26:43.2097361Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2097751Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2098194Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2098598Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2099145Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2099559Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.2099953Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.607s) 2022-12-01T10:26:43.2100344Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2100733Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-12-01T10:26:43.2101142Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2101566Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2102042Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2102443Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2102820Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2103210Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2103591Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2103967Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:26:43.2104365Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2104848Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2105250Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.2105693Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.2106094Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.2106477Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2106864Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2107249Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2107626Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2108025Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2108416Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.2108802Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:26:43.2109686Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-12-01T10:26:43.2110081Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2110480Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.2110879Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2111339Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2111734Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.2112172Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.2112561Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:26:43.2112956Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.2113351Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.2113742Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2114143Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.2114591Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2114990Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2115382Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.210s) 2022-12-01T10:26:43.2115783Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.2116174Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2116565Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.2116952Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2117340Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2117774Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2118159Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2118549Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.2118992Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2119382Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2119770Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2120161Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2120547Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:26:43.2120948Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2121340Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:26:43.2121799Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2122175Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2122550Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2122930Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2123308Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:43.2123706Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2124109Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2124543Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.2124932Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-12-01T10:26:43.2125371Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.370s) 2022-12-01T10:26:43.2125764Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:43.2126138Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.2126535Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:26:43.2126981Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.609s) 2022-12-01T10:26:43.2127374Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.645s) 2022-12-01T10:26:43.2127785Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.938s) 2022-12-01T10:26:43.2128189Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2128580Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2128956Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2129336Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2129725Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.2130118Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2130519Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:26:43.2130966Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2131367Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2131800Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.2132207Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:26:43.2132606Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2133000Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2133388Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.2133779Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-12-01T10:26:43.2134232Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2134612Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2134994Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2135382Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2135777Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2136177Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:26:43.2136574Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2136985Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:26:43.2137478Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.2137971Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:26:43.2138489Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.2139049Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.2139578Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.2140000Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2140399Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2140793Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2141168Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2141554Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2141946Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2142352Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:26:43.2142765Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:26:43.2143179Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.2143588Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.2144037Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2144441Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:26:43.2144849Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2145300Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.2145704Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.2146112Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2146598Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2147017Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2147412Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.2147826Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2148247Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2148669Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:26:43.2149091Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2149548Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2149982Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:26:43.2150384Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:26:43.2150839Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:26:43.2151250Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.670s) 2022-12-01T10:26:43.2151752Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.367s) 2022-12-01T10:26:43.2152176Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-12-01T10:26:43.2152598Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.944s) 2022-12-01T10:26:43.2153029Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:26:43.2153453Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2153848Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.456s) 2022-12-01T10:26:43.2154276Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.317s) 2022-12-01T10:26:43.2154702Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:26:43.2155117Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2155618Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:26:43.2156092Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-12-01T10:26:43.2156499Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.2156907Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:26:43.2157350Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:26:43.2157774Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.514s) 2022-12-01T10:26:43.2158193Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.450s) 2022-12-01T10:26:43.2158689Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:26:43.2159101Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2159522Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.2159938Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:26:43.2160336Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-12-01T10:26:43.2160747Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.357s) 2022-12-01T10:26:43.2161154Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.199s) 2022-12-01T10:26:43.2161549Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2161936Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:26:43.2162323Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2162709Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.2163106Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2163505Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.2164366Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2164795Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2165262Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:26:43.2165669Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:26:43.2166073Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.2166477Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2166863Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2167269Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2167666Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2168064Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.453s) 2022-12-01T10:26:43.2168469Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:43.2168865Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2169252Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2169623Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:26:43.2170016Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-12-01T10:26:43.2170415Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:26:43.2170851Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:26:43.2171226Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:26:43.2171727Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.539s) 2022-12-01T10:26:43.2172133Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.524s) 2022-12-01T10:26:43.2172527Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.363s) 2022-12-01T10:26:43.2172934Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.564s) 2022-12-01T10:26:43.2173350Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:26:43.2173761Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:26:43.2174166Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2174580Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:26:43.2175001Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-12-01T10:26:43.2175407Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.677s) 2022-12-01T10:26:43.2175823Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.108s) 2022-12-01T10:26:43.2176223Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:26:43.2176681Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.720s) 2022-12-01T10:26:43.2177093Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-12-01T10:26:43.2177544Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.699s) 2022-12-01T10:26:43.2177957Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2178467Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:26:43.2178913Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:26:43.2179409Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:26:43.2179817Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.204s) 2022-12-01T10:26:43.2180215Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.722s) 2022-12-01T10:26:43.2180619Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.725s) 2022-12-01T10:26:43.2181020Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:26:43.2181420Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2181810Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:26:43.2182224Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2182658Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.2183188Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:26:43.2183592Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:26:43.2184099Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:26:43.2184514Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:26:43.2185002Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:26:43.2185414Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2185829Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2186253Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2186662Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:26:43.2187053Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2187439Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2187830Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2188208Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2188599Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.2189073Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.2189484Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.2189895Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:26:43.2190319Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.2190789Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:26:43.2191190Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2191637Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.346s) 2022-12-01T10:26:43.2192042Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:26:43.2192468Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.2192882Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:26:43.2193288Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2193710Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.2194132Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:26:43.2194537Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-12-01T10:26:43.2194929Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2195315Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2195725Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.2196254Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:26:43.2196710Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:26:43.2197150Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:26:43.2197540Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2197943Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2198430Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:26:43.2198896Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2199352Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.2199806Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:26:43.2200258Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:26:43.2200706Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:26:43.2201191Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:26:43.2201635Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.460s) 2022-12-01T10:26:43.2202068Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:26:43.2202501Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.2202928Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:26:43.2203358Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-12-01T10:26:43.2203847Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:26:43.2204318Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-12-01T10:26:43.2204565Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2204772Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:26:43.2204962Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.323s) 2022-12-01T10:26:43.2205177Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:26:43.2205392Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:26:43.2205603Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:26:43.2205829Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:26:43.2206046Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-12-01T10:26:43.2206310Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-12-01T10:26:43.2206517Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:26:43.2207312Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2207496Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.2208156Z 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:26:43.2208340Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.2209052Z 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:26:43.2209240Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.2209945Z 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:26:43.2210133Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.2210788Z 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:26:43.2210977Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.2211667Z 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:26:43.2211896Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:26:43.2211963Z ok (0.098s) 2022-12-01T10:26:43.2212180Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:26:43.2212393Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:26:43.2212599Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2212819Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.435s) 2022-12-01T10:26:43.2213029Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:26:43.2213269Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:26:43.2213511Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:26:43.2213737Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-12-01T10:26:43.2213946Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.421s) 2022-12-01T10:26:43.2214223Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:26:43.2214427Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2214629Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-12-01T10:26:43.2214841Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.279s) 2022-12-01T10:26:43.2215050Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2215264Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:26:43.2215478Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2215691Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2215898Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2216120Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:26:43.2216331Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.2216586Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-12-01T10:26:43.2216808Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:26:43.2217030Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:26:43.2217257Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.2217522Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:26:43.2217790Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:26:43.2218015Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:26:43.2218629Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2218707Z warnings.warn( 2022-12-01T10:26:43.2219285Z 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:26:43.2219367Z warnings.warn( 2022-12-01T10:26:43.2219859Z 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:26:43.2219937Z warnings.warn( 2022-12-01T10:26:43.2220468Z 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:26:43.2220544Z warnings.warn( 2022-12-01T10:26:43.2220609Z ok (0.108s) 2022-12-01T10:26:43.2220823Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2221033Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:26:43.2221245Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2221457Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:26:43.2221678Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:26:43.2221893Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2222110Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-12-01T10:26:43.2222303Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.856s) 2022-12-01T10:26:43.2222509Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.675s) 2022-12-01T10:26:43.2222720Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.751s) 2022-12-01T10:26:43.2222999Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.2223219Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:26:43.2223495Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.2223714Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-12-01T10:26:43.2223985Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2224202Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:26:43.2224411Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2224617Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.2224830Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.2225062Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2225292Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:26:43.2225513Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.2225729Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:26:43.2225989Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:26:43.2226204Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-12-01T10:26:43.2226417Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:26:43.2226632Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:26:43.2226852Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:26:43.2227055Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2227270Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2227488Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2227699Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.741s) 2022-12-01T10:26:43.2227907Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-12-01T10:26:43.2228108Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2228307Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:43.2228510Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2228699Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2228902Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:43.2229118Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2229421Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:26:43.2229630Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2229846Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:26:43.2230052Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2230305Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2230518Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2230724Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2230932Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2231151Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:26:43.2231385Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:26:43.2231591Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.608s) 2022-12-01T10:26:43.2232108Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2232331Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2232670Z 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:26:43.2232889Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2233229Z 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:26:43.2233449Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2233783Z 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:26:43.2234000Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2234070Z ok (0.035s) 2022-12-01T10:26:43.2234543Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2234760Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2235096Z 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:26:43.2235312Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2235740Z 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:26:43.2235960Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2236293Z 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:26:43.2236550Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2236888Z 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:26:43.2237099Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2237431Z 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:26:43.2237644Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2237970Z 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:26:43.2238172Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2238547Z 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:26:43.2238759Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2239089Z 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:26:43.2239300Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2239623Z 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:26:43.2239835Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2240168Z 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:26:43.2240378Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2240710Z 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:26:43.2240921Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2241246Z 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:26:43.2241458Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2241782Z 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:26:43.2242082Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2242408Z 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:26:43.2242624Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2242992Z 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:26:43.2243209Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:43.2243278Z ok (0.076s) 2022-12-01T10:26:43.2243523Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-12-01T10:26:43.2243719Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.276s) 2022-12-01T10:26:43.2243912Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2244135Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.2244353Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2244569Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2244844Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2245057Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2245277Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.2245494Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.638s) 2022-12-01T10:26:43.2245668Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2245887Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.581s) 2022-12-01T10:26:43.2246102Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2246320Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2246531Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:26:43.2246776Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:26:43.2247018Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2247252Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2247483Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2247711Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2247925Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2248135Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:26:43.2248394Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-12-01T10:26:43.2248600Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:26:43.2248852Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:26:43.2249087Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.2249349Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2249565Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2249790Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:26:43.2250006Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2250222Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2250435Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2250647Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2250834Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2251049Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:26:43.2251268Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2251520Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-12-01T10:26:43.2251808Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-12-01T10:26:43.2252023Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2252240Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:26:43.2252450Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2252665Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2252887Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2253110Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.2253320Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:26:43.2253531Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-12-01T10:26:43.2253739Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2253966Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:26:43.2254194Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2254426Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2254644Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2254902Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:26:43.2255122Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:26:43.2255336Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:26:43.2255992Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-12-01T10:26:43.2256219Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:26:43.2256440Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:26:43.2256626Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:26:43.2256860Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:26:43.2257090Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.603s) 2022-12-01T10:26:43.2257345Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.2257580Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.535s) 2022-12-01T10:26:43.2257792Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2258014Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:26:43.2258220Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2258431Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:26:43.2258693Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2258927Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2259231Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2259443Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2259653Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2259856Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2260068Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2260295Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.518s) 2022-12-01T10:26:43.2260510Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2260738Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:26:43.2260951Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.276s) 2022-12-01T10:26:43.2261271Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:26:43.2261496Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2261725Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2261965Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:26:43.2262191Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2262418Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2262712Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:26:43.2262958Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2263272Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.2263583Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.2263803Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2264023Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2264268Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2264513Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:26:43.2264731Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2264949Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.2265173Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.2265461Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2265779Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2266008Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2266244Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2266480Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2266718Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:26:43.2266955Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2267176Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2267449Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2267709Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.2267954Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2268280Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:26:43.2268610Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2268924Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.2269282Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2269588Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.2269830Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2270058Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:26:43.2270279Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2270459Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:26:43.2270684Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:26:43.2270906Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2271115Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-12-01T10:26:43.2271327Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:26:43.2271539Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:26:43.2271790Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:26:43.2271998Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:26:43.2272213Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:26:43.2272411Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:26:43.2272675Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2272880Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:26:43.2273103Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:26:43.2273315Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.603s) 2022-12-01T10:26:43.2273542Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (6.380s) 2022-12-01T10:26:43.2273808Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:26:43.2274022Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2274255Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.2274483Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:26:43.2274742Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:26:43.2274956Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:26:43.2275201Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.2275429Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:26:43.2275638Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.333s) 2022-12-01T10:26:43.2275904Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-12-01T10:26:43.2276149Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.2276374Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:26:43.2276550Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.2276773Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2277000Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:26:43.2277217Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:26:43.2277445Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:26:43.2277660Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2277870Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2278091Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.2278317Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:26:43.2278538Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:26:43.2278807Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:26:43.2279023Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:26:43.2279244Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:26:43.2279535Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.021s) 2022-12-01T10:26:43.2279802Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.020s) 2022-12-01T10:26:43.2280068Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:26:43.2280298Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:26:43.2280519Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:26:43.2280737Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:26:43.2281015Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:26:43.2281236Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:26:43.2281452Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:26:43.2281671Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2281842Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:26:43.2282059Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:26:43.2282283Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:26:43.2282496Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:26:43.2282752Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:26:43.2282974Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:26:43.2283198Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.011s) 2022-12-01T10:26:43.2283495Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2283631Z Traceback (most recent call last): 2022-12-01T10:26:43.2284008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2284128Z raise rte 2022-12-01T10:26:43.2284457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2284591Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2284903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2285025Z return test(*args, **kwargs) 2022-12-01T10:26:43.2285322Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2285493Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2285764Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2286287Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2286663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2286832Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2287114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2287327Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2287605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2287762Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2288076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2288260Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2288554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2288736Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2289021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2289148Z return self.from_real_tensor( 2022-12-01T10:26:43.2289444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2289600Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2289884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2290041Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2290332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2290493Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2290753Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2290821Z 2022-12-01T10:26:43.2290923Z ERROR (0.000s) 2022-12-01T10:26:43.2291224Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2291356Z Traceback (most recent call last): 2022-12-01T10:26:43.2291680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2291799Z raise rte 2022-12-01T10:26:43.2292131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2292266Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2292573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2292741Z return test(*args, **kwargs) 2022-12-01T10:26:43.2293034Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2293201Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2293473Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2293693Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2293993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2294206Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2294479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2294637Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2294920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2295076Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2295394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2295572Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2295867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2296053Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2296331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2296460Z return self.from_real_tensor( 2022-12-01T10:26:43.2296762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2296923Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2297200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2297355Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2297645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2297805Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2298052Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2298060Z 2022-12-01T10:26:43.2298163Z ERROR (0.010s) 2022-12-01T10:26:43.2298460Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2298633Z Traceback (most recent call last): 2022-12-01T10:26:43.2299036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2299199Z raise rte 2022-12-01T10:26:43.2299525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2299655Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2299973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2300133Z return test(*args, **kwargs) 2022-12-01T10:26:43.2300423Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2300591Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2300856Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2301028Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2301322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2301491Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2301763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2301978Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2302262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2302419Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2302734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2302915Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2303207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2303390Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2303672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2303800Z return self.from_real_tensor( 2022-12-01T10:26:43.2304106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2304263Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2304543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2304698Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2304985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2305150Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2305394Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2305401Z 2022-12-01T10:26:43.2305539Z ERROR (0.011s) 2022-12-01T10:26:43.2305843Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_H_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2305943Z ERROR (0.008s) 2022-12-01T10:26:43.2306227Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2306458Z Traceback (most recent call last): 2022-12-01T10:26:43.2306781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2306886Z raise rte 2022-12-01T10:26:43.2307209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2307340Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2307649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2307769Z return test(*args, **kwargs) 2022-12-01T10:26:43.2308058Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2308235Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2308505Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2308672Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2308966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2309134Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2309404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2309610Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2309887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2310056Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2310369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2310537Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2310826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2311010Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2311290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2311421Z return self.from_real_tensor( 2022-12-01T10:26:43.2311722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2311939Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2312230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2312375Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2312705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2312873Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2313117Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2313124Z 2022-12-01T10:26:43.2313227Z ERROR (0.007s) 2022-12-01T10:26:43.2313526Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2313666Z Traceback (most recent call last): 2022-12-01T10:26:43.2314035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2314137Z raise rte 2022-12-01T10:26:43.2314458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2314587Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2314894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2315016Z return test(*args, **kwargs) 2022-12-01T10:26:43.2315310Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2315485Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2315748Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2315912Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2316206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2316370Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2316645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2316804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2317077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2317285Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2317602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2317771Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2318059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2318290Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2318572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2318697Z return self.from_real_tensor( 2022-12-01T10:26:43.2318997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2319214Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2319502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2319648Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2319949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2320110Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2320355Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2320362Z 2022-12-01T10:26:43.2320467Z ERROR (0.007s) 2022-12-01T10:26:43.2320762Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2320900Z Traceback (most recent call last): 2022-12-01T10:26:43.2321220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2321320Z raise rte 2022-12-01T10:26:43.2321639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2321819Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2322124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2322243Z return test(*args, **kwargs) 2022-12-01T10:26:43.2322534Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2322709Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2322982Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2323144Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2323438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2323606Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2323875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2324036Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2324311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2324485Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2324891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2325062Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2325395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2325582Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2325860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2325985Z return self.from_real_tensor( 2022-12-01T10:26:43.2326284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2326450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2326733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2326883Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2327171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2327331Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2327580Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2327588Z 2022-12-01T10:26:43.2327689Z ERROR (0.007s) 2022-12-01T10:26:43.2327993Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_T_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2328125Z expected failure (0.002s) 2022-12-01T10:26:43.2328356Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.2328662Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2328789Z Traceback (most recent call last): 2022-12-01T10:26:43.2329110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2329259Z raise rte 2022-12-01T10:26:43.2329585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2329713Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2330029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2330148Z return test(*args, **kwargs) 2022-12-01T10:26:43.2330446Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2330609Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2330961Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2331129Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2331433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2331599Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2331880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2332079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2332358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2332563Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2332879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2333045Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2333337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2333519Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2333811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2333936Z return self.from_real_tensor( 2022-12-01T10:26:43.2334236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2334396Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2334679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2334825Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2335116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2335276Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2335531Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2335538Z 2022-12-01T10:26:43.2335635Z ERROR (0.006s) 2022-12-01T10:26:43.2335944Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2336071Z Traceback (most recent call last): 2022-12-01T10:26:43.2336391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2336492Z raise rte 2022-12-01T10:26:43.2336811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2336982Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2337302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2337422Z return test(*args, **kwargs) 2022-12-01T10:26:43.2337712Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2337875Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2338142Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2338303Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2338593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2338760Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2339127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2339289Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2339565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2339722Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2340034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2340250Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2340541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2340728Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2341018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2341141Z return self.from_real_tensor( 2022-12-01T10:26:43.2341439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2341597Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2341875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2342022Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2342308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2342470Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2342779Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2342787Z 2022-12-01T10:26:43.2342887Z ERROR (0.013s) 2022-12-01T10:26:43.2343195Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2343324Z Traceback (most recent call last): 2022-12-01T10:26:43.2343692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2343795Z raise rte 2022-12-01T10:26:43.2344115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2344244Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2344563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2344732Z return test(*args, **kwargs) 2022-12-01T10:26:43.2345020Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2345185Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2345451Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2345611Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2345905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2346068Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2346343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2355803Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2356192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2356335Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2356639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2356782Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2357192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2357353Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2357613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2357717Z return self.from_real_tensor( 2022-12-01T10:26:43.2357992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2358125Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2358386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2358505Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2358767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2358907Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2359213Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2359223Z 2022-12-01T10:26:43.2359295Z ERROR (0.008s) 2022-12-01T10:26:43.2359582Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___radd___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2359653Z ERROR (0.009s) 2022-12-01T10:26:43.2359970Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2360071Z Traceback (most recent call last): 2022-12-01T10:26:43.2360370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2360445Z raise rte 2022-12-01T10:26:43.2360743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2360845Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2361206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2361301Z return test(*args, **kwargs) 2022-12-01T10:26:43.2361567Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2361705Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2361947Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2362081Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2362355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2362493Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2362736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2362871Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2363121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2363251Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2363534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2363676Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2363984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2364142Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2364397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2364496Z return self.from_real_tensor( 2022-12-01T10:26:43.2364766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2364896Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2365152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2365269Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2365532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2365667Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2365887Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2365895Z 2022-12-01T10:26:43.2365969Z ERROR (0.008s) 2022-12-01T10:26:43.2366252Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2366352Z Traceback (most recent call last): 2022-12-01T10:26:43.2366645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2366720Z raise rte 2022-12-01T10:26:43.2367014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2367119Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2367401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2367494Z return test(*args, **kwargs) 2022-12-01T10:26:43.2367801Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2367938Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2368176Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2368308Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2368575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2368713Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2368958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2369091Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2369343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2369476Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2369762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2369902Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2370166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2370322Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2370617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2370717Z return self.from_real_tensor( 2022-12-01T10:26:43.2370989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2371121Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2371373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2371490Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2371748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2371882Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2372102Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2372111Z 2022-12-01T10:26:43.2372185Z ERROR (0.008s) 2022-12-01T10:26:43.2372467Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2372567Z Traceback (most recent call last): 2022-12-01T10:26:43.2372861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2372937Z raise rte 2022-12-01T10:26:43.2373229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2373331Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2373614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2373711Z return test(*args, **kwargs) 2022-12-01T10:26:43.2373968Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2374103Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2374386Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2374519Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2374788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2374926Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2375168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2375301Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2375549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2375683Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2375969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2376112Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2376372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2376526Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2376779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2376876Z return self.from_real_tensor( 2022-12-01T10:26:43.2377186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2377320Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2377575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2377696Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2377954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2378087Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2378304Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2378311Z 2022-12-01T10:26:43.2378380Z ERROR (0.009s) 2022-12-01T10:26:43.2378668Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2378740Z ERROR (0.000s) 2022-12-01T10:26:43.2379112Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2379215Z Traceback (most recent call last): 2022-12-01T10:26:43.2379511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2379583Z raise rte 2022-12-01T10:26:43.2379874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2379975Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2380255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2380347Z return test(*args, **kwargs) 2022-12-01T10:26:43.2380610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2380749Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2381391Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2381526Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2381796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2381934Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2382180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2382314Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2382562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2382692Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2382979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2383121Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2383383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2383540Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2383795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2383895Z return self.from_real_tensor( 2022-12-01T10:26:43.2384215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2384346Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2384601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2384724Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2384986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2385121Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2385344Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2385352Z 2022-12-01T10:26:43.2385424Z ERROR (0.000s) 2022-12-01T10:26:43.2385714Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2385813Z Traceback (most recent call last): 2022-12-01T10:26:43.2386107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2386188Z raise rte 2022-12-01T10:26:43.2386476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2386578Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2386857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2386951Z return test(*args, **kwargs) 2022-12-01T10:26:43.2387213Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2387349Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2387587Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2387764Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2388033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2388170Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2388415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2388547Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2388795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2388928Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2389211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2389352Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2389615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2389769Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2390021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2390118Z return self.from_real_tensor( 2022-12-01T10:26:43.2390390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2390582Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2390892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2391017Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2391280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2391458Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2391677Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2391685Z 2022-12-01T10:26:43.2391758Z ERROR (0.012s) 2022-12-01T10:26:43.2392046Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2392149Z Traceback (most recent call last): 2022-12-01T10:26:43.2392446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2392521Z raise rte 2022-12-01T10:26:43.2392816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2392917Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2393200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2393293Z return test(*args, **kwargs) 2022-12-01T10:26:43.2393550Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2393686Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2393925Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2394060Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2394325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2394511Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2394754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2394888Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2395137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2395269Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2395553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2395696Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2395960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2396116Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2396369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2396464Z return self.from_real_tensor( 2022-12-01T10:26:43.2396735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2396865Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2397115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2397273Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2397532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2397667Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2397886Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2397893Z 2022-12-01T10:26:43.2397966Z ERROR (0.004s) 2022-12-01T10:26:43.2398250Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2398319Z ERROR (0.008s) 2022-12-01T10:26:43.2398584Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2398687Z Traceback (most recent call last): 2022-12-01T10:26:43.2398986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2399059Z raise rte 2022-12-01T10:26:43.2399351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2399453Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2399734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2399825Z return test(*args, **kwargs) 2022-12-01T10:26:43.2400087Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2400224Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2400466Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2400599Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2400878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2401044Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2401300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2401419Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2401677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2401793Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2402091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2402230Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2402495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2402656Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2402910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2403007Z return self.from_real_tensor( 2022-12-01T10:26:43.2403277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2403408Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2403662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2403824Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2404084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2404220Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2404441Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2404448Z 2022-12-01T10:26:43.2404509Z ERROR (0.008s) 2022-12-01T10:26:43.2404792Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2404894Z Traceback (most recent call last): 2022-12-01T10:26:43.2405184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2405259Z raise rte 2022-12-01T10:26:43.2405554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2405656Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2405939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2406030Z return test(*args, **kwargs) 2022-12-01T10:26:43.2406290Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2406425Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2406667Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2406800Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2407071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2407208Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2407452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2407627Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2407877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2408007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2408305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2408433Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2408707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2408860Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2409111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2409211Z return self.from_real_tensor( 2022-12-01T10:26:43.2409482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2409611Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2409866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2409985Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2410242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2410704Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2410921Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2410941Z 2022-12-01T10:26:43.2411005Z ERROR (0.007s) 2022-12-01T10:26:43.2411286Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2411385Z Traceback (most recent call last): 2022-12-01T10:26:43.2411682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2411758Z raise rte 2022-12-01T10:26:43.2412051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2412155Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2412438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2412530Z return test(*args, **kwargs) 2022-12-01T10:26:43.2412797Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2412936Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2413173Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2413307Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2413575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2413711Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2413958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2414088Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2414337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2414516Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2414801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2414940Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2415202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2415356Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2415626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2415710Z return self.from_real_tensor( 2022-12-01T10:26:43.2415992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2416111Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2416381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2416500Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2416758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2416892Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2417098Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2417161Z 2022-12-01T10:26:43.2417222Z ERROR (0.007s) 2022-12-01T10:26:43.2417503Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmod___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2417576Z ERROR (0.005s) 2022-12-01T10:26:43.2417841Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2417941Z Traceback (most recent call last): 2022-12-01T10:26:43.2418236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2418309Z raise rte 2022-12-01T10:26:43.2418600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2418703Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2419091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2419186Z return test(*args, **kwargs) 2022-12-01T10:26:43.2419452Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2419590Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2419827Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2419963Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2420231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2420368Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2420613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2420745Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2420996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2421179Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2421467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2421606Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2421870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2422025Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2422280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2422379Z return self.from_real_tensor( 2022-12-01T10:26:43.2422653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2422787Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2423040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2423159Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2423421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2423556Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2423816Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2423823Z 2022-12-01T10:26:43.2423897Z ERROR (0.006s) 2022-12-01T10:26:43.2424174Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2424277Z Traceback (most recent call last): 2022-12-01T10:26:43.2424569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2424642Z raise rte 2022-12-01T10:26:43.2424921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2425023Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2425302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2425397Z return test(*args, **kwargs) 2022-12-01T10:26:43.2425661Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2425799Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2426040Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2426173Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2426440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2426576Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2426819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2426952Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2427198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2427329Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2427657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2427797Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2428057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2428213Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2428465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2428562Z return self.from_real_tensor( 2022-12-01T10:26:43.2428836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2428966Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2429219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2429341Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2429599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2429733Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2429949Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2429955Z 2022-12-01T10:26:43.2430027Z ERROR (0.013s) 2022-12-01T10:26:43.2430348Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2430451Z Traceback (most recent call last): 2022-12-01T10:26:43.2430749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2430828Z raise rte 2022-12-01T10:26:43.2431117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2431216Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2431494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2431585Z return test(*args, **kwargs) 2022-12-01T10:26:43.2431845Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2431982Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2432219Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2432352Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2432622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2432758Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2433003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2433135Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2433382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2433514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2433800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2433938Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2434245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2434400Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2434650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2434748Z return self.from_real_tensor( 2022-12-01T10:26:43.2435017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2435146Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2435406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2435524Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2435780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2435917Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2436135Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2436141Z 2022-12-01T10:26:43.2436213Z ERROR (0.008s) 2022-12-01T10:26:43.2436795Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2436948Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2437114Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2437187Z ERROR (0.011s) 2022-12-01T10:26:43.2437712Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2437860Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2438020Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2438121Z Traceback (most recent call last): 2022-12-01T10:26:43.2438419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2438495Z raise rte 2022-12-01T10:26:43.2438788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2438892Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2439173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2439268Z return test(*args, **kwargs) 2022-12-01T10:26:43.2439531Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2439668Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2439905Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2440040Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2440306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2440484Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2440728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2440860Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2441104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2441235Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2441520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2441660Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2441923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2442081Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2442333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2442430Z return self.from_real_tensor( 2022-12-01T10:26:43.2442700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2442831Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2443087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2443243Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2443505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2443640Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2443859Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2443866Z 2022-12-01T10:26:43.2443937Z ERROR (0.010s) 2022-12-01T10:26:43.2444476Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2444628Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2444796Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2444897Z Traceback (most recent call last): 2022-12-01T10:26:43.2445194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2445270Z raise rte 2022-12-01T10:26:43.2445562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2445664Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2445948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2446040Z return test(*args, **kwargs) 2022-12-01T10:26:43.2446304Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2446441Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2446679Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2446851Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2447192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2447333Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2447583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2447716Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2448005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2448143Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2448427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2448565Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2448830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2448984Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2449239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2449338Z return self.from_real_tensor( 2022-12-01T10:26:43.2449606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2449736Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2450044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2450163Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2450424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2450557Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2450774Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2450781Z 2022-12-01T10:26:43.2450854Z ERROR (0.009s) 2022-12-01T10:26:43.2451396Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... 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:26:43.2451547Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:26:43.2451712Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2451814Z Traceback (most recent call last): 2022-12-01T10:26:43.2452112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2452186Z raise rte 2022-12-01T10:26:43.2452478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2452578Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2452858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2452951Z return test(*args, **kwargs) 2022-12-01T10:26:43.2453214Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2453349Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2453631Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2453764Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2454033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2454169Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2454412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2454548Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2454797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2454928Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2455211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2455354Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2455617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2455770Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2456021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2456119Z return self.from_real_tensor( 2022-12-01T10:26:43.2456430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2456558Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2456811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2456931Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2457189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2457322Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2457539Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2457546Z 2022-12-01T10:26:43.2457618Z ERROR (0.006s) 2022-12-01T10:26:43.2457900Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rpow___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2457971Z ERROR (0.010s) 2022-12-01T10:26:43.2458238Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2458342Z Traceback (most recent call last): 2022-12-01T10:26:43.2458638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2458713Z raise rte 2022-12-01T10:26:43.2459099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2459202Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2459487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2459580Z return test(*args, **kwargs) 2022-12-01T10:26:43.2459844Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2459980Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2460267Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2460403Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2460671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2460807Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2461053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2461186Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2461435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2461565Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2461852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2461991Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2462254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2462410Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2462662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2462761Z return self.from_real_tensor( 2022-12-01T10:26:43.2463069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2463201Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2463457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2463577Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2463836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2463968Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2464187Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2464193Z 2022-12-01T10:26:43.2464265Z ERROR (0.010s) 2022-12-01T10:26:43.2464546Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2464646Z Traceback (most recent call last): 2022-12-01T10:26:43.2464937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2465016Z raise rte 2022-12-01T10:26:43.2465310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2465411Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2465695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2465788Z return test(*args, **kwargs) 2022-12-01T10:26:43.2466053Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2466189Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2466425Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2466601Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2466869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2467005Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2467247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2467378Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2467626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2467759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2468044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2468185Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2468446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2468599Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2468852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2468948Z return self.from_real_tensor( 2022-12-01T10:26:43.2469220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2469351Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2469646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2469764Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2470027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2470160Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2470378Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2470385Z 2022-12-01T10:26:43.2470456Z ERROR (0.008s) 2022-12-01T10:26:43.2470732Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2470830Z Traceback (most recent call last): 2022-12-01T10:26:43.2471126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2471199Z raise rte 2022-12-01T10:26:43.2471491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2471593Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2471871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2471961Z return test(*args, **kwargs) 2022-12-01T10:26:43.2472219Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2472355Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2472593Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2472728Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2472994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2473176Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2473419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2473550Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2473799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2473929Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2474211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2474353Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2474614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2474766Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2475018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2475117Z return self.from_real_tensor( 2022-12-01T10:26:43.2475388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2475517Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2475770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2475929Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2476191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2476323Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2476545Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2476552Z 2022-12-01T10:26:43.2476622Z ERROR (0.008s) 2022-12-01T10:26:43.2476898Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive___rsub___cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2476970Z ERROR (0.002s) 2022-12-01T10:26:43.2477241Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2477342Z Traceback (most recent call last): 2022-12-01T10:26:43.2477633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2477709Z raise rte 2022-12-01T10:26:43.2478002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2478106Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2478386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2478478Z return test(*args, **kwargs) 2022-12-01T10:26:43.2478739Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2478878Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2479120Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2479254Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2479520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2479698Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2479946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2480077Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2480324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2480454Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2480740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2480882Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2481145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2481300Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2481556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2481650Z return self.from_real_tensor( 2022-12-01T10:26:43.2481920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2482050Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2482303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2482463Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2482725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2482859Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2483081Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2483088Z 2022-12-01T10:26:43.2483160Z ERROR (0.002s) 2022-12-01T10:26:43.2483432Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2483532Z Traceback (most recent call last): 2022-12-01T10:26:43.2483824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2483899Z raise rte 2022-12-01T10:26:43.2484193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2484292Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2484570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2484665Z return test(*args, **kwargs) 2022-12-01T10:26:43.2484926Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2485064Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2485306Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2485442Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2485711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2485848Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2486090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2486635Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2486888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2487020Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2487305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2487446Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2487712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2487866Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2488118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2488219Z return self.from_real_tensor( 2022-12-01T10:26:43.2488491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2488623Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2488876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2489000Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2489261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2489444Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2489663Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2489670Z 2022-12-01T10:26:43.2489743Z ERROR (0.002s) 2022-12-01T10:26:43.2490020Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2490120Z Traceback (most recent call last): 2022-12-01T10:26:43.2490416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2490489Z raise rte 2022-12-01T10:26:43.2490780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2490882Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2491163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2491256Z return test(*args, **kwargs) 2022-12-01T10:26:43.2491516Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2491654Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2491893Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2492027Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2492291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2492428Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2492672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2492804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2493052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2493228Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2493514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2493654Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2493917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2494072Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2494327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2494425Z return self.from_real_tensor( 2022-12-01T10:26:43.2494698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2494829Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2495082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2495200Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2495459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2495595Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2495810Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2495817Z 2022-12-01T10:26:43.2495932Z ERROR (0.002s) 2022-12-01T10:26:43.2496207Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_abs_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2496281Z ERROR (0.002s) 2022-12-01T10:26:43.2496543Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2496645Z Traceback (most recent call last): 2022-12-01T10:26:43.2496943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2497017Z raise rte 2022-12-01T10:26:43.2497308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2497408Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2497702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2497784Z return test(*args, **kwargs) 2022-12-01T10:26:43.2498061Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2498188Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2498433Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2498555Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2498834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2499074Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2499334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2499466Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2499715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2499897Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2500182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2500321Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2500581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2500736Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2500991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2501088Z return self.from_real_tensor( 2022-12-01T10:26:43.2501354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2501486Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2501738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2501856Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2502116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2502252Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2502471Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2502478Z 2022-12-01T10:26:43.2502592Z ERROR (0.002s) 2022-12-01T10:26:43.2502856Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2502961Z Traceback (most recent call last): 2022-12-01T10:26:43.2503253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2503326Z raise rte 2022-12-01T10:26:43.2503618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2503717Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2503999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2504089Z return test(*args, **kwargs) 2022-12-01T10:26:43.2504353Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2504492Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2504731Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2504866Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2505132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2505269Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2505523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2505642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2505903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2506023Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2506319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2506499Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2506764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2506918Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2507170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2507268Z return self.from_real_tensor( 2022-12-01T10:26:43.2507542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2507674Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2507924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2508046Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2508305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2508438Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2508656Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2508662Z 2022-12-01T10:26:43.2508723Z ERROR (0.002s) 2022-12-01T10:26:43.2509041Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2509143Z Traceback (most recent call last): 2022-12-01T10:26:43.2509436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2509514Z raise rte 2022-12-01T10:26:43.2509805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2509906Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2510185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2510279Z return test(*args, **kwargs) 2022-12-01T10:26:43.2510541Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2510680Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2510919Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2511054Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2511322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2511460Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2511703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2511835Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2512083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2512215Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2512499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2512639Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2512914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2513102Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2513369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2513454Z return self.from_real_tensor( 2022-12-01T10:26:43.2513742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2513871Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2514130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2514246Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2514505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2514641Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2514846Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2514865Z 2022-12-01T10:26:43.2514925Z ERROR (0.002s) 2022-12-01T10:26:43.2515203Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acos_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2515275Z ERROR (0.002s) 2022-12-01T10:26:43.2515875Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2515989Z Traceback (most recent call last): 2022-12-01T10:26:43.2516293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2516374Z raise rte 2022-12-01T10:26:43.2516668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2516771Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2517056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2517148Z return test(*args, **kwargs) 2022-12-01T10:26:43.2517413Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2517553Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2517790Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2517924Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2518197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2518337Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2518584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2518717Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2518964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2519094Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2519384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2519525Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2519844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2519998Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2520248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2520345Z return self.from_real_tensor( 2022-12-01T10:26:43.2520616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2520744Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2521002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2521119Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2521380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2521517Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2521735Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2521743Z 2022-12-01T10:26:43.2521817Z ERROR (0.003s) 2022-12-01T10:26:43.2522095Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2522194Z Traceback (most recent call last): 2022-12-01T10:26:43.2522536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2522613Z raise rte 2022-12-01T10:26:43.2522905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2523010Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2523290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2523382Z return test(*args, **kwargs) 2022-12-01T10:26:43.2523644Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2523781Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2524020Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2524156Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2524424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2524562Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2524806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2524939Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2525185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2525315Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2525602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2525743Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2526009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2526165Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2526462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2526561Z return self.from_real_tensor( 2022-12-01T10:26:43.2526829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2526958Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2527213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2527331Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2527591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2527723Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2527941Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2527950Z 2022-12-01T10:26:43.2528022Z ERROR (0.000s) 2022-12-01T10:26:43.2528303Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2528402Z Traceback (most recent call last): 2022-12-01T10:26:43.2528691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2528767Z raise rte 2022-12-01T10:26:43.2529101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2529206Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2529485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2529580Z return test(*args, **kwargs) 2022-12-01T10:26:43.2529846Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2529984Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2530219Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2530353Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2530617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2530757Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2530999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2531132Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2531385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2531515Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2531797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2531939Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2532202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2532360Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2532611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2532708Z return self.from_real_tensor( 2022-12-01T10:26:43.2533029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2533159Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2533412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2533528Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2533787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2533921Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2534139Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2534146Z 2022-12-01T10:26:43.2534219Z ERROR (0.003s) 2022-12-01T10:26:43.2534495Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_acosh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2534568Z ERROR (0.009s) 2022-12-01T10:26:43.2534844Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2534944Z Traceback (most recent call last): 2022-12-01T10:26:43.2535239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2535314Z raise rte 2022-12-01T10:26:43.2535649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2535751Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2536032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2536128Z return test(*args, **kwargs) 2022-12-01T10:26:43.2536390Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2536526Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2536765Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2536900Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2537168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2537307Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2537551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2537686Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2537936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2538068Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2538352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2538491Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2538753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2538909Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2539251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2539350Z return self.from_real_tensor( 2022-12-01T10:26:43.2539682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2539811Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2540065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2540184Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2540446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2540582Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2540803Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2540810Z 2022-12-01T10:26:43.2540882Z ERROR (0.007s) 2022-12-01T10:26:43.2541158Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2541260Z Traceback (most recent call last): 2022-12-01T10:26:43.2541551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2541627Z raise rte 2022-12-01T10:26:43.2541917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2542019Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2542339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2542432Z return test(*args, **kwargs) 2022-12-01T10:26:43.2542693Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2542833Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2543070Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2543202Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2543467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2543605Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2543847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2543979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2544231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2544360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2544647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2544789Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2545052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2545207Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2545461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2545561Z return self.from_real_tensor( 2022-12-01T10:26:43.2545831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2545962Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2546260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2546378Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2546635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2546770Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2546988Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2546995Z 2022-12-01T10:26:43.2547069Z ERROR (0.007s) 2022-12-01T10:26:43.2547347Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2547445Z Traceback (most recent call last): 2022-12-01T10:26:43.2547736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2547814Z raise rte 2022-12-01T10:26:43.2548106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2548205Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2548484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2548638Z return test(*args, **kwargs) 2022-12-01T10:26:43.2548952Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2549090Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2549326Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2549513Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2549785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2549922Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2550165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2550296Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2550547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2550678Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2550961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2551106Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2551368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2551523Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2551774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2551873Z return self.from_real_tensor( 2022-12-01T10:26:43.2552147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2552280Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2552536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2552655Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2552965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2553100Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2553320Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2553327Z 2022-12-01T10:26:43.2553396Z ERROR (0.007s) 2022-12-01T10:26:43.2553676Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_add_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2553745Z ERROR (0.002s) 2022-12-01T10:26:43.2584334Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2584453Z Traceback (most recent call last): 2022-12-01T10:26:43.2584803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2584887Z raise rte 2022-12-01T10:26:43.2585197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2585352Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2585647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2585743Z return test(*args, **kwargs) 2022-12-01T10:26:43.2586211Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2586353Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2586596Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2586736Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2587062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2587213Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2587463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2587595Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2587905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2588040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2588332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2588475Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2588742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2588901Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2589157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2589256Z return self.from_real_tensor( 2022-12-01T10:26:43.2589532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2589666Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2589926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2590130Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2590394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2590531Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2590760Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2590768Z 2022-12-01T10:26:43.2590842Z ERROR (0.002s) 2022-12-01T10:26:43.2591126Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2591229Z Traceback (most recent call last): 2022-12-01T10:26:43.2591525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2591602Z raise rte 2022-12-01T10:26:43.2591898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2592000Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2592281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2592373Z return test(*args, **kwargs) 2022-12-01T10:26:43.2592634Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2592772Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2593141Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2593283Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2593556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2593699Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2593990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2594127Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2594375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2594507Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2594795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2594936Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2595199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2595357Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2595611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2595709Z return self.from_real_tensor( 2022-12-01T10:26:43.2595982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2596112Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2596370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2596489Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2596751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2596937Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2597154Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2597163Z 2022-12-01T10:26:43.2597237Z ERROR (0.002s) 2022-12-01T10:26:43.2597523Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2597626Z Traceback (most recent call last): 2022-12-01T10:26:43.2597922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2598000Z raise rte 2022-12-01T10:26:43.2598292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2598395Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2598675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2598769Z return test(*args, **kwargs) 2022-12-01T10:26:43.2599034Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2599224Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2599468Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2599602Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2599965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2600110Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2600357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2600493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2600744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2600875Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2601159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2601299Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2601564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2601719Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2601973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2602073Z return self.from_real_tensor( 2022-12-01T10:26:43.2602344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2602473Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2602728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2602848Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2603110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2603246Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2603469Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2603524Z 2022-12-01T10:26:43.2603598Z ERROR (0.003s) 2022-12-01T10:26:43.2603884Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2603959Z ERROR (0.004s) 2022-12-01T10:26:43.2604245Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2604346Z Traceback (most recent call last): 2022-12-01T10:26:43.2604642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2604716Z raise rte 2022-12-01T10:26:43.2605010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2605113Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2605447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2605543Z return test(*args, **kwargs) 2022-12-01T10:26:43.2605808Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2605991Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2606233Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2606370Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2606685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2606825Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2607074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2607209Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2607461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2607592Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2607881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2608023Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2608290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2608447Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2608700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2608801Z return self.from_real_tensor( 2022-12-01T10:26:43.2609074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2609205Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2609461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2609584Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2609846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2609986Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2610204Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2610255Z 2022-12-01T10:26:43.2610328Z ERROR (0.003s) 2022-12-01T10:26:43.2610619Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2610720Z Traceback (most recent call last): 2022-12-01T10:26:43.2611014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2611089Z raise rte 2022-12-01T10:26:43.2611440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2611545Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2611874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2611972Z return test(*args, **kwargs) 2022-12-01T10:26:43.2612238Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2612375Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2612615Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2612750Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2613017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2613200Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2613447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2613580Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2613831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2613967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2614253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2614395Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2614656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2614812Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2615067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2615165Z return self.from_real_tensor( 2022-12-01T10:26:43.2615432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2615566Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2615820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2615938Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2616199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2616334Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2616554Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2616561Z 2022-12-01T10:26:43.2616634Z ERROR (0.006s) 2022-12-01T10:26:43.2616924Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2617072Z Traceback (most recent call last): 2022-12-01T10:26:43.2617418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2617496Z raise rte 2022-12-01T10:26:43.2617791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2617947Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2618234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2618326Z return test(*args, **kwargs) 2022-12-01T10:26:43.2618590Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2618731Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2619058Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2619196Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2619462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2619600Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2619844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2620032Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2620285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2620416Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2620703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2620846Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2621106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2621264Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2621520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2621617Z return self.from_real_tensor( 2022-12-01T10:26:43.2621890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2622021Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2622277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2622395Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2622656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2622792Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2623009Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2623016Z 2022-12-01T10:26:43.2623089Z ERROR (0.000s) 2022-12-01T10:26:43.2623436Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2623510Z ERROR (0.010s) 2022-12-01T10:26:43.2623796Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2624407Z Traceback (most recent call last): 2022-12-01T10:26:43.2624718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2624796Z raise rte 2022-12-01T10:26:43.2625090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2625193Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2625482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2625578Z return test(*args, **kwargs) 2022-12-01T10:26:43.2625842Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2625983Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2626222Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2626358Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2626630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2626769Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2627014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2627200Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2627454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2627586Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2627871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2628013Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2628277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2628434Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2628687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2628787Z return self.from_real_tensor( 2022-12-01T10:26:43.2629060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2629242Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2629514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2629633Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2629945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2630081Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2630301Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2630310Z 2022-12-01T10:26:43.2630383Z ERROR (0.000s) 2022-12-01T10:26:43.2630672Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2630775Z Traceback (most recent call last): 2022-12-01T10:26:43.2631071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2631203Z raise rte 2022-12-01T10:26:43.2631501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2631603Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2631888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2631981Z return test(*args, **kwargs) 2022-12-01T10:26:43.2632246Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2632385Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2632623Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2632761Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2633030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2633173Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2633417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2633552Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2633801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2633975Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2634262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2634406Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2634672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2634833Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2635087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2635228Z return self.from_real_tensor( 2022-12-01T10:26:43.2635515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2635648Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2635951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2636073Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2636335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2636469Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2636687Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2636694Z 2022-12-01T10:26:43.2636766Z ERROR (0.010s) 2022-12-01T10:26:43.2637051Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2637152Z Traceback (most recent call last): 2022-12-01T10:26:43.2637450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2637525Z raise rte 2022-12-01T10:26:43.2637819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2637967Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2638248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2638342Z return test(*args, **kwargs) 2022-12-01T10:26:43.2638607Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2638745Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2638985Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2639121Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2639389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2639531Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2639774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2639908Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2640157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2640288Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2640614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2640758Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2641025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2641234Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2641492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2641592Z return self.from_real_tensor( 2022-12-01T10:26:43.2641914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2642048Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2642304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2642425Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2642685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2642821Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2643043Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2643049Z 2022-12-01T10:26:43.2643121Z ERROR (0.000s) 2022-12-01T10:26:43.2643408Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2643480Z ERROR (0.000s) 2022-12-01T10:26:43.2643746Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2643853Z Traceback (most recent call last): 2022-12-01T10:26:43.2644151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2644227Z raise rte 2022-12-01T10:26:43.2644578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2644682Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2644966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2645063Z return test(*args, **kwargs) 2022-12-01T10:26:43.2645328Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2645467Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2645709Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2645845Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2646129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2646256Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2646513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2646631Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2646896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2647015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2647421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2647565Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2647886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2648049Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2648305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2648404Z return self.from_real_tensor( 2022-12-01T10:26:43.2648680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2648814Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2649065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2649186Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2649449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2649584Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2649806Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2649813Z 2022-12-01T10:26:43.2649873Z ERROR (0.012s) 2022-12-01T10:26:43.2650159Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2650260Z Traceback (most recent call last): 2022-12-01T10:26:43.2650557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2650637Z raise rte 2022-12-01T10:26:43.2650932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2651033Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2651376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2651469Z return test(*args, **kwargs) 2022-12-01T10:26:43.2651733Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2651872Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2652111Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2652248Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2652519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2652657Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2652902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2653036Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2653339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2653472Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2653803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2653952Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2654634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2654804Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2655062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2655163Z return self.from_real_tensor( 2022-12-01T10:26:43.2655434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2655563Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2655817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2655939Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2656204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2656342Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2656552Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2656574Z 2022-12-01T10:26:43.2656638Z ERROR (0.002s) 2022-12-01T10:26:43.2656926Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2657027Z Traceback (most recent call last): 2022-12-01T10:26:43.2657325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2657400Z raise rte 2022-12-01T10:26:43.2657693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2657798Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2658083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2658180Z return test(*args, **kwargs) 2022-12-01T10:26:43.2658500Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2658637Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2658878Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2659094Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2659433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2659572Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2659823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2660008Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2660263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2660398Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2660686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2660829Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2661090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2661246Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2661563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2661650Z return self.from_real_tensor( 2022-12-01T10:26:43.2661936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2662057Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2662327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2662446Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2662711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2662845Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2663051Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2663075Z 2022-12-01T10:26:43.2663135Z ERROR (0.003s) 2022-12-01T10:26:43.2663431Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2663507Z ERROR (0.002s) 2022-12-01T10:26:43.2663816Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2663916Z Traceback (most recent call last): 2022-12-01T10:26:43.2664213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2664290Z raise rte 2022-12-01T10:26:43.2664584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2664686Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2664967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2665111Z return test(*args, **kwargs) 2022-12-01T10:26:43.2665433Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2665572Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2665811Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2665995Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2666265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2666409Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2666654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2666788Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2667042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2667175Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2667457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2667597Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2667861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2668017Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2668323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2668425Z return self.from_real_tensor( 2022-12-01T10:26:43.2668698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2668830Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2669087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2669206Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2669467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2669603Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2669825Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2669832Z 2022-12-01T10:26:43.2669908Z ERROR (0.003s) 2022-12-01T10:26:43.2670219Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2670323Z Traceback (most recent call last): 2022-12-01T10:26:43.2670619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2670696Z raise rte 2022-12-01T10:26:43.2670987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2671091Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2671430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2671527Z return test(*args, **kwargs) 2022-12-01T10:26:43.2671791Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2672027Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2672271Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2672409Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2672678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2672816Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2673064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2673199Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2673446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2673578Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2673868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2674007Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2674269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2674425Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2674676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2674817Z return self.from_real_tensor( 2022-12-01T10:26:43.2675090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2675221Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2675481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2675601Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2675861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2675997Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2676216Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2676223Z 2022-12-01T10:26:43.2676296Z ERROR (0.003s) 2022-12-01T10:26:43.2676608Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2676710Z Traceback (most recent call last): 2022-12-01T10:26:43.2677006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2677086Z raise rte 2022-12-01T10:26:43.2677431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2677536Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2677815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2677958Z return test(*args, **kwargs) 2022-12-01T10:26:43.2678229Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2678366Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2678606Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2678787Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2679057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2679199Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2679444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2679576Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2679826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2679959Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2680245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2680389Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2680654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2680809Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2681060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2681159Z return self.from_real_tensor( 2022-12-01T10:26:43.2681430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2681598Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2681854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2681973Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2682236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2682374Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2682591Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2682597Z 2022-12-01T10:26:43.2682670Z ERROR (0.004s) 2022-12-01T10:26:43.2682965Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2683056Z expected failure (0.002s) 2022-12-01T10:26:43.2683335Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:26:43.2683537Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.021s) 2022-12-01T10:26:43.2683811Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_all_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2683957Z Traceback (most recent call last): 2022-12-01T10:26:43.2684261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2684338Z raise rte 2022-12-01T10:26:43.2684630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2684733Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2685018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2685112Z return test(*args, **kwargs) 2022-12-01T10:26:43.2685375Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2685560Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2685801Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2685935Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2686200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2686339Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2686586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2686720Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2686970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2687103Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2687388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2687528Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2687790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2687945Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2688237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2688337Z return self.from_real_tensor( 2022-12-01T10:26:43.2688605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2688737Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2688991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2689111Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2689428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2689565Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2689783Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2689790Z 2022-12-01T10:26:43.2689866Z ERROR (0.017s) 2022-12-01T10:26:43.2690187Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_all_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2690292Z Traceback (most recent call last): 2022-12-01T10:26:43.2690586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2690663Z raise rte 2022-12-01T10:26:43.2690956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2691059Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2691340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2691433Z return test(*args, **kwargs) 2022-12-01T10:26:43.2691698Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2691841Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2692127Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2692261Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2692529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2692665Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2692910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2693042Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2693296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2693426Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2693712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2693855Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2694116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2694272Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2694523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2694620Z return self.from_real_tensor( 2022-12-01T10:26:43.2694938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2695071Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2695380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2695504Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2695766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2695985Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2696233Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2696240Z 2022-12-01T10:26:43.2696338Z ERROR (0.017s) 2022-12-01T10:26:43.2696642Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_all_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2696770Z Traceback (most recent call last): 2022-12-01T10:26:43.2697086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2697190Z raise rte 2022-12-01T10:26:43.2697495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2697658Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2740073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2740299Z return test(*args, **kwargs) 2022-12-01T10:26:43.2740611Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2740752Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2740996Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2741122Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2741578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2741707Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2741947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2742078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2742334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2742468Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2742762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2742908Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2743175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2743335Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2743672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2743776Z return self.from_real_tensor( 2022-12-01T10:26:43.2744052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2744187Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2744565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2744688Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2744955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2745096Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2745331Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2745340Z 2022-12-01T10:26:43.2745416Z ERROR (0.028s) 2022-12-01T10:26:43.2745699Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_all_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2745791Z expected failure (0.011s) 2022-12-01T10:26:43.2745996Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.028s) 2022-12-01T10:26:43.2746277Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amax_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2746380Z Traceback (most recent call last): 2022-12-01T10:26:43.2746682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2746760Z raise rte 2022-12-01T10:26:43.2747056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2747162Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2747443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2747536Z return test(*args, **kwargs) 2022-12-01T10:26:43.2747800Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2747938Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2748178Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2748357Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2748629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2748767Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2749014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2749147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2749401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2749531Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2749871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2750016Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2750327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2750492Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2750747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2750846Z return self.from_real_tensor( 2022-12-01T10:26:43.2751117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2751295Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2751555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2751678Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2751938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2752071Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2752292Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2752301Z 2022-12-01T10:26:43.2752375Z ERROR (0.021s) 2022-12-01T10:26:43.2752653Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amax_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2752757Z Traceback (most recent call last): 2022-12-01T10:26:43.2753052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2753129Z raise rte 2022-12-01T10:26:43.2753427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2753531Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2753815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2753909Z return test(*args, **kwargs) 2022-12-01T10:26:43.2754172Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2754310Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2754554Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2754688Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2754957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2755139Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2755385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2755519Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2755827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2755961Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2756250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2756391Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2756701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2756861Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2757116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2757214Z return self.from_real_tensor( 2022-12-01T10:26:43.2757486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2757617Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2757873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2758043Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2758308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2758445Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2758665Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2758672Z 2022-12-01T10:26:43.2758745Z ERROR (0.021s) 2022-12-01T10:26:43.2759024Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amax_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2759126Z Traceback (most recent call last): 2022-12-01T10:26:43.2759421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2759500Z raise rte 2022-12-01T10:26:43.2759793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2759897Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2760179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2760274Z return test(*args, **kwargs) 2022-12-01T10:26:43.2760536Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2760675Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2760916Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2761050Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2761322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2761462Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2761708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2761890Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2762197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2762331Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2762617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2762809Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2763080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2763235Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2763490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2763590Z return self.from_real_tensor( 2022-12-01T10:26:43.2763861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2763991Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2764245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2764364Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2764670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2764804Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2765024Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2765033Z 2022-12-01T10:26:43.2765107Z ERROR (0.015s) 2022-12-01T10:26:43.2765385Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amax_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2765456Z ERROR (0.030s) 2022-12-01T10:26:43.2765730Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2765830Z Traceback (most recent call last): 2022-12-01T10:26:43.2766131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2766207Z raise rte 2022-12-01T10:26:43.2766499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2766603Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2766888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2766981Z return test(*args, **kwargs) 2022-12-01T10:26:43.2767245Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2767383Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2767624Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2767760Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2768065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2768223Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2768470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2768650Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2768955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2769089Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2769376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2769518Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2769788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2769945Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2770201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2770303Z return self.from_real_tensor( 2022-12-01T10:26:43.2770572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2770704Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2770963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2771084Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2771393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2771529Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2771753Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2771761Z 2022-12-01T10:26:43.2771835Z ERROR (0.019s) 2022-12-01T10:26:43.2772110Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2772214Z Traceback (most recent call last): 2022-12-01T10:26:43.2772512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2772586Z raise rte 2022-12-01T10:26:43.2772877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2772981Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2773262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2773354Z return test(*args, **kwargs) 2022-12-01T10:26:43.2773620Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2773757Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2773998Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2774188Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2774458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2774595Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2774892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2775027Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2775278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2775914Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2776210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2776352Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2776620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2776777Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2777039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2777139Z return self.from_real_tensor( 2022-12-01T10:26:43.2777413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2777551Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2777810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2777931Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2778192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2778328Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2778605Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2778613Z 2022-12-01T10:26:43.2778687Z ERROR (0.025s) 2022-12-01T10:26:43.2779051Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2779161Z Traceback (most recent call last): 2022-12-01T10:26:43.2779458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2779536Z raise rte 2022-12-01T10:26:43.2779828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2779934Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2780274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2780373Z return test(*args, **kwargs) 2022-12-01T10:26:43.2780638Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2780818Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2781079Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2781217Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2781485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2781623Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2781868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2782000Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2782251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2782385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2782670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2782862Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2783125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2783281Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2783536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2783636Z return self.from_real_tensor( 2022-12-01T10:26:43.2783912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2784042Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2784301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2784423Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2784683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2784818Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2785038Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2785045Z 2022-12-01T10:26:43.2785118Z ERROR (0.023s) 2022-12-01T10:26:43.2785441Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_amin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2785533Z expected failure (0.002s) 2022-12-01T10:26:43.2785724Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.2786007Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2786111Z Traceback (most recent call last): 2022-12-01T10:26:43.2786467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2786545Z raise rte 2022-12-01T10:26:43.2786889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2786992Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2787277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2787373Z return test(*args, **kwargs) 2022-12-01T10:26:43.2787637Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2787775Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2788017Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2788152Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2788423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2788562Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2788811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2788945Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2789195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2789373Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2789675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2789804Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2790080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2790233Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2790489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2790588Z return self.from_real_tensor( 2022-12-01T10:26:43.2790858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2790989Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2791245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2791364Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2791624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2791759Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2791967Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2791987Z 2022-12-01T10:26:43.2792090Z ERROR (0.003s) 2022-12-01T10:26:43.2792416Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2792524Z Traceback (most recent call last): 2022-12-01T10:26:43.2792868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2792945Z raise rte 2022-12-01T10:26:43.2793237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2793342Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2793620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2793713Z return test(*args, **kwargs) 2022-12-01T10:26:43.2793978Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2794115Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2794354Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2794489Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2794757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2794895Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2795142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2795274Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2795526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2795658Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2795942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2796137Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2796402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2796558Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2796825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2796910Z return self.from_real_tensor( 2022-12-01T10:26:43.2797195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2797311Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2797578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2797686Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2797960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2798099Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2798356Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2798378Z 2022-12-01T10:26:43.2798440Z ERROR (0.000s) 2022-12-01T10:26:43.2798764Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2798924Z Traceback (most recent call last): 2022-12-01T10:26:43.2799221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2799300Z raise rte 2022-12-01T10:26:43.2799593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2799695Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2799978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2800072Z return test(*args, **kwargs) 2022-12-01T10:26:43.2800336Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2800481Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2800722Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2800858Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2801133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2801273Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2801518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2801652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2801904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2802040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2802329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2802471Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2802737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2802942Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2803196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2803294Z return self.from_real_tensor( 2022-12-01T10:26:43.2803563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2803693Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2803955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2804075Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2804392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2804530Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2804747Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2804754Z 2022-12-01T10:26:43.2804882Z ERROR (0.000s) 2022-12-01T10:26:43.2805162Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_angle_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2805234Z ERROR (0.022s) 2022-12-01T10:26:43.2805915Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_any_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2806032Z Traceback (most recent call last): 2022-12-01T10:26:43.2806338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2806421Z raise rte 2022-12-01T10:26:43.2806719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2806824Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2807107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2807202Z return test(*args, **kwargs) 2022-12-01T10:26:43.2807466Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2807608Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2807849Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2807990Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2808260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2808399Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2808644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2808778Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2809031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2809164Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2809452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2809595Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2809861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2810070Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2810384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2810486Z return self.from_real_tensor( 2022-12-01T10:26:43.2810755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2810939Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2811203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2811324Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2811591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2811731Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2811956Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2811964Z 2022-12-01T10:26:43.2812038Z ERROR (0.017s) 2022-12-01T10:26:43.2812310Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_any_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2812415Z Traceback (most recent call last): 2022-12-01T10:26:43.2812757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2812838Z raise rte 2022-12-01T10:26:43.2813135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2813241Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2813522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2813615Z return test(*args, **kwargs) 2022-12-01T10:26:43.2813879Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2814017Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2814256Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2814393Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2814661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2814800Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2815047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2815181Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2815434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2815568Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2815858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2816001Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2816316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2816471Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2816777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2816927Z return self.from_real_tensor( 2022-12-01T10:26:43.2817204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2817334Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2817593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2817713Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2817974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2818108Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2818327Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2818336Z 2022-12-01T10:26:43.2818409Z ERROR (0.017s) 2022-12-01T10:26:43.2818684Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_any_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2818790Z Traceback (most recent call last): 2022-12-01T10:26:43.2819171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2819251Z raise rte 2022-12-01T10:26:43.2819598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2819703Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2819988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2820085Z return test(*args, **kwargs) 2022-12-01T10:26:43.2820348Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2820487Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2820728Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2820865Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2821137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2821278Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2821527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2821660Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2821914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2822047Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2822379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2822520Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2822785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2822990Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2823245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2823343Z return self.from_real_tensor( 2022-12-01T10:26:43.2823670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2823802Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2824061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2824178Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2824440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2824578Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2824805Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2824813Z 2022-12-01T10:26:43.2824886Z ERROR (0.017s) 2022-12-01T10:26:43.2825165Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_any_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2825236Z ok (0.143s) 2022-12-01T10:26:43.2825458Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:26:43.2825677Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:26:43.2825900Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.2826124Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.2826376Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.2826667Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2826772Z Traceback (most recent call last): 2022-12-01T10:26:43.2827070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2827146Z raise rte 2022-12-01T10:26:43.2827443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2827548Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2827834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2827929Z return test(*args, **kwargs) 2022-12-01T10:26:43.2828197Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2828390Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2828636Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2828772Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2829090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2829232Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2829478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2829615Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2829862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2829994Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2830332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2830477Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2830744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2830903Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2831159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2831261Z return self.from_real_tensor( 2022-12-01T10:26:43.2831533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2831666Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2831925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2832044Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2832308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2832444Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2832663Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2832670Z 2022-12-01T10:26:43.2832742Z ERROR (0.006s) 2022-12-01T10:26:43.2833079Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2833183Z Traceback (most recent call last): 2022-12-01T10:26:43.2833481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2833560Z raise rte 2022-12-01T10:26:43.2833855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2833959Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2834242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2834387Z return test(*args, **kwargs) 2022-12-01T10:26:43.2834653Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2834791Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2835086Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2835225Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2835492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2835633Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2835879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2836013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2836263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2836397Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2836684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2836827Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2837147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2837303Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2837557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2837656Z return self.from_real_tensor( 2022-12-01T10:26:43.2837932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2838064Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2838319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2838438Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2838703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2838840Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2839059Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2839067Z 2022-12-01T10:26:43.2839141Z ERROR (0.010s) 2022-12-01T10:26:43.2839431Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2839534Z Traceback (most recent call last): 2022-12-01T10:26:43.2839870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2839948Z raise rte 2022-12-01T10:26:43.2840278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2840399Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2840683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2840777Z return test(*args, **kwargs) 2022-12-01T10:26:43.2841094Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2841234Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2841476Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2841613Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2841882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2842023Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2842269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2842402Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2842654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2842786Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2843074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2843215Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2843479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2843685Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2843939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2844038Z return self.from_real_tensor( 2022-12-01T10:26:43.2844311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2844439Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2844695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2844816Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2845078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2845213Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2845430Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2845438Z 2022-12-01T10:26:43.2845514Z ERROR (0.000s) 2022-12-01T10:26:43.2845815Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2845907Z expected failure (0.010s) 2022-12-01T10:26:43.2846113Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.2846493Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2846597Z Traceback (most recent call last): 2022-12-01T10:26:43.2846942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2847027Z raise rte 2022-12-01T10:26:43.2847326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2847429Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2847714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2847808Z return test(*args, **kwargs) 2022-12-01T10:26:43.2848073Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2848217Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2848458Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2848596Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2848867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2849008Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2849252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2849385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2849639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2849774Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2850060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2850202Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2850514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2850669Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2850924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2851024Z return self.from_real_tensor( 2022-12-01T10:26:43.2851298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2851427Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2851685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2851805Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2852066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2852204Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2852471Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2852481Z 2022-12-01T10:26:43.2852555Z ERROR (0.000s) 2022-12-01T10:26:43.2852831Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2852981Z Traceback (most recent call last): 2022-12-01T10:26:43.2853330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2853406Z raise rte 2022-12-01T10:26:43.2853700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2853806Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2854087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2854186Z return test(*args, **kwargs) 2022-12-01T10:26:43.2854449Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2854588Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2854827Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2854965Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2855235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2855374Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2855616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2855750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2856001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2856136Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2856420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2856565Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2856832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2856989Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2857295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2857396Z return self.from_real_tensor( 2022-12-01T10:26:43.2857668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2857798Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2858059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2858179Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2858492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2858629Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2858850Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2858857Z 2022-12-01T10:26:43.2859057Z ERROR (0.000s) 2022-12-01T10:26:43.2859341Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2859445Z Traceback (most recent call last): 2022-12-01T10:26:43.2859739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2859817Z raise rte 2022-12-01T10:26:43.2860167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2860271Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2860554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2860650Z return test(*args, **kwargs) 2022-12-01T10:26:43.2860912Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2861049Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2861286Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2861421Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2861694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2861833Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2862077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2862213Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2862460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2862592Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2862880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2863024Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2863287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2863447Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2863699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2863842Z return self.from_real_tensor( 2022-12-01T10:26:43.2864114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2864247Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2864554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2864675Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2864965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2865124Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2865344Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2865352Z 2022-12-01T10:26:43.2865426Z ERROR (0.010s) 2022-12-01T10:26:43.2865704Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2865780Z ERROR (0.003s) 2022-12-01T10:26:43.2866046Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2866149Z Traceback (most recent call last): 2022-12-01T10:26:43.2866447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2866523Z raise rte 2022-12-01T10:26:43.2866867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2866971Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2867255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2867352Z return test(*args, **kwargs) 2022-12-01T10:26:43.2867616Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2867756Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2867996Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2868133Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2868418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2868547Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2868804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2868925Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2869189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2869321Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2869608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2869748Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2870015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2870172Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2870483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2870635Z return self.from_real_tensor( 2022-12-01T10:26:43.2870912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2871094Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2871356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2871476Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2871739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2871881Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2872104Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2872111Z 2022-12-01T10:26:43.2872184Z ERROR (0.003s) 2022-12-01T10:26:43.2872451Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2872555Z Traceback (most recent call last): 2022-12-01T10:26:43.2872852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2872931Z raise rte 2022-12-01T10:26:43.2873223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2873325Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2873658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2873753Z return test(*args, **kwargs) 2022-12-01T10:26:43.2874019Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2874160Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2874397Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2874533Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2874801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2874939Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2875185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2875317Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2875566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2875698Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2875997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2876124Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2876450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2876608Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2876868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2876967Z return self.from_real_tensor( 2022-12-01T10:26:43.2877272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2877472Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2877729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2877850Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2878105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2878241Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2878447Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2878467Z 2022-12-01T10:26:43.2878529Z ERROR (0.004s) 2022-12-01T10:26:43.2878807Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2878910Z Traceback (most recent call last): 2022-12-01T10:26:43.2879210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2879286Z raise rte 2022-12-01T10:26:43.2879580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2879683Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2879964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2880057Z return test(*args, **kwargs) 2022-12-01T10:26:43.2880367Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2880505Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2880743Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2880880Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2881147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2881288Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2881535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2881668Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2881920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2882052Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2882337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2882479Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2882800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2882958Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2883256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2883357Z return self.from_real_tensor( 2022-12-01T10:26:43.2883650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2883767Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2884037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2884588Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2884853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2884990Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2885198Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2885221Z 2022-12-01T10:26:43.2885281Z ERROR (0.004s) 2022-12-01T10:26:43.2885562Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_asinh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2885640Z ERROR (0.012s) 2022-12-01T10:26:43.2885919Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2886026Z Traceback (most recent call last): 2022-12-01T10:26:43.2886325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2886401Z raise rte 2022-12-01T10:26:43.2886696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2886799Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2887082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2887179Z return test(*args, **kwargs) 2022-12-01T10:26:43.2887496Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2887636Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2887880Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2888017Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2888286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2888426Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2888670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2888804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2889057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2889190Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2889479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2889624Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2889889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2890044Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2890300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2890401Z return self.from_real_tensor( 2022-12-01T10:26:43.2890675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2890808Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2891062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2891232Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2891495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2891631Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2891850Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2891857Z 2022-12-01T10:26:43.2891932Z ERROR (0.012s) 2022-12-01T10:26:43.2892215Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2892318Z Traceback (most recent call last): 2022-12-01T10:26:43.2892614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2892691Z raise rte 2022-12-01T10:26:43.2892980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2893080Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2893359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2893452Z return test(*args, **kwargs) 2022-12-01T10:26:43.2893796Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2893996Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2894278Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2894427Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2894696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2894835Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2895077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2895210Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2895459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2895594Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2895881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2896021Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2896286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2896443Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2896698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2896799Z return self.from_real_tensor( 2022-12-01T10:26:43.2897072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2897204Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2897466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2897590Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2897851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2898041Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2898261Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2898267Z 2022-12-01T10:26:43.2898341Z ERROR (0.005s) 2022-12-01T10:26:43.2898617Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2898719Z Traceback (most recent call last): 2022-12-01T10:26:43.2899101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2899182Z raise rte 2022-12-01T10:26:43.2899478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2899583Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2899866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2899960Z return test(*args, **kwargs) 2022-12-01T10:26:43.2900225Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2900365Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2900605Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2900792Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2901065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2901205Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2901456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2901589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2901839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2901972Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2902261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2902401Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2902665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2902820Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2903075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2903174Z return self.from_real_tensor( 2022-12-01T10:26:43.2903449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2903579Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2903833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2903951Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2904213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2904349Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2904569Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2904617Z 2022-12-01T10:26:43.2904690Z ERROR (0.006s) 2022-12-01T10:26:43.2904964Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan2_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2905035Z ERROR (0.000s) 2022-12-01T10:26:43.2905308Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2905409Z Traceback (most recent call last): 2022-12-01T10:26:43.2905705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2905780Z raise rte 2022-12-01T10:26:43.2906076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2906181Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2906460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2906554Z return test(*args, **kwargs) 2022-12-01T10:26:43.2906816Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2906954Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2907191Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2907368Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2907636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2907775Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2908020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2908153Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2908402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2908533Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2908821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2908965Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2909232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2909388Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2909642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2909803Z return self.from_real_tensor( 2022-12-01T10:26:43.2910078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2910210Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2910522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2910646Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2910911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2911048Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2911270Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2911330Z 2022-12-01T10:26:43.2911406Z ERROR (0.010s) 2022-12-01T10:26:43.2911682Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2911785Z Traceback (most recent call last): 2022-12-01T10:26:43.2912079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2912154Z raise rte 2022-12-01T10:26:43.2912449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2912550Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2912829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2912924Z return test(*args, **kwargs) 2022-12-01T10:26:43.2913190Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2913326Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2913564Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2913698Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2913965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2914459Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2914721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2914858Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2915115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2915249Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2915537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2915684Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2915950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2916108Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2916362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2916463Z return self.from_real_tensor( 2022-12-01T10:26:43.2916740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2916872Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2917133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2917252Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2917513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2917648Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2917873Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2917881Z 2022-12-01T10:26:43.2917956Z ERROR (0.000s) 2022-12-01T10:26:43.2918231Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2918388Z Traceback (most recent call last): 2022-12-01T10:26:43.2918685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2918760Z raise rte 2022-12-01T10:26:43.2919053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2919154Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2919437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2919531Z return test(*args, **kwargs) 2022-12-01T10:26:43.2919795Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2919935Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2920176Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2920312Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2920579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2920719Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2920964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2921142Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2921395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2921525Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2921812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2921954Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2922218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2922374Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2922629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2922732Z return self.from_real_tensor( 2022-12-01T10:26:43.2923007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2923138Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2923394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2923512Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2923772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2923907Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2924125Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2924132Z 2022-12-01T10:26:43.2924204Z ERROR (0.000s) 2022-12-01T10:26:43.2924484Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atan_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2924556Z ERROR (0.000s) 2022-12-01T10:26:43.2924833Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2924982Z Traceback (most recent call last): 2022-12-01T10:26:43.2925280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2925356Z raise rte 2022-12-01T10:26:43.2925646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2925750Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2926038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2926133Z return test(*args, **kwargs) 2022-12-01T10:26:43.2926396Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2926537Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2926776Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2926914Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2927181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2927319Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2927563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2927736Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2927991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2928124Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2928411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2928553Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2928818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2928975Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2929228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2929329Z return self.from_real_tensor( 2022-12-01T10:26:43.2929604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2929737Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2929994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2930113Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2930373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2930508Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2930725Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2930732Z 2022-12-01T10:26:43.2930807Z ERROR (0.010s) 2022-12-01T10:26:43.2931089Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2931193Z Traceback (most recent call last): 2022-12-01T10:26:43.2931543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2931619Z raise rte 2022-12-01T10:26:43.2931910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2932013Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2932294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2932388Z return test(*args, **kwargs) 2022-12-01T10:26:43.2932653Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2932792Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2933031Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2933169Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2933435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2933574Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2933816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2933950Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2934198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2934371Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2934663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2934807Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2935069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2935225Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2935479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2935578Z return self.from_real_tensor( 2022-12-01T10:26:43.2935851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2935984Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2936242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2936364Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2936628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2936765Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2936988Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2936995Z 2022-12-01T10:26:43.2937068Z ERROR (0.003s) 2022-12-01T10:26:43.2937348Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2937452Z Traceback (most recent call last): 2022-12-01T10:26:43.2937745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2937821Z raise rte 2022-12-01T10:26:43.2938114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2938263Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2938546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2938640Z return test(*args, **kwargs) 2022-12-01T10:26:43.2938908Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2939147Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2939395Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2939534Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2939807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2939952Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2940200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2940336Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2940585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2940720Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2941150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2941296Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2941617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2941778Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2942040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2942143Z return self.from_real_tensor( 2022-12-01T10:26:43.2942416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2942551Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2942811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2942935Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2943199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2943335Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2943559Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2943565Z 2022-12-01T10:26:43.2943640Z ERROR (0.002s) 2022-12-01T10:26:43.2943929Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atanh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2944002Z ERROR (0.003s) 2022-12-01T10:26:43.2944291Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2944395Z Traceback (most recent call last): 2022-12-01T10:26:43.2944690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2944764Z raise rte 2022-12-01T10:26:43.2945116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2945219Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2945502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2945597Z return test(*args, **kwargs) 2022-12-01T10:26:43.2945863Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2946008Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2946247Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2946384Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2946654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2946795Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2947042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2947176Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2947428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2947561Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2947891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2948033Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2948297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2948458Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2948719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2948818Z return self.from_real_tensor( 2022-12-01T10:26:43.2949092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2949226Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2949487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2949608Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2949868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2950006Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2950225Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2950231Z 2022-12-01T10:26:43.2950305Z ERROR (0.003s) 2022-12-01T10:26:43.2950595Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2950696Z Traceback (most recent call last): 2022-12-01T10:26:43.2950992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2951069Z raise rte 2022-12-01T10:26:43.2951361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2951467Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2951800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2951895Z return test(*args, **kwargs) 2022-12-01T10:26:43.2952159Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2952296Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2952536Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2952670Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2952940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2953080Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2953327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2953460Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2953712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2953842Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2954130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2954273Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2954584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2954740Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2954998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2955101Z return self.from_real_tensor( 2022-12-01T10:26:43.2955375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2955506Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2955761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2955882Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2956144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2956281Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2956500Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2956509Z 2022-12-01T10:26:43.2956581Z ERROR (0.002s) 2022-12-01T10:26:43.2956872Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2956973Z Traceback (most recent call last): 2022-12-01T10:26:43.2957267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2957343Z raise rte 2022-12-01T10:26:43.2957641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2957743Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2958027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2958172Z return test(*args, **kwargs) 2022-12-01T10:26:43.2958437Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2958576Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2958817Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2958953Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2959222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2959364Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2959610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2959744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2959998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2960130Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2960418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2960566Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2960835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2960992Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2961293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2961392Z return self.from_real_tensor( 2022-12-01T10:26:43.2961667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2961800Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2962053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2962174Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2962437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2962573Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2962792Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2962798Z 2022-12-01T10:26:43.2962872Z ERROR (0.003s) 2022-12-01T10:26:43.2963162Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2963237Z ERROR (0.002s) 2022-12-01T10:26:43.2963523Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2963625Z Traceback (most recent call last): 2022-12-01T10:26:43.2963924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2963999Z raise rte 2022-12-01T10:26:43.2964298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2964400Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2964682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2964828Z return test(*args, **kwargs) 2022-12-01T10:26:43.2965092Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2965230Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2965471Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2965607Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2965878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2966018Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2966265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2966396Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2966649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2966781Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2967067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2967211Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2967475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2967677Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2967937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2968036Z return self.from_real_tensor( 2022-12-01T10:26:43.2968309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2968443Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2968696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2968816Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2969076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2969212Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2969431Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2969438Z 2022-12-01T10:26:43.2969510Z ERROR (0.002s) 2022-12-01T10:26:43.2969801Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2969904Z Traceback (most recent call last): 2022-12-01T10:26:43.2970197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2970258Z raise rte 2022-12-01T10:26:43.2970568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2970669Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2970955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2971048Z return test(*args, **kwargs) 2022-12-01T10:26:43.2971309Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2971503Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2971742Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2971881Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2972150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2972290Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2972536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2972672Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2972921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2973054Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2973341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2973482Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2973746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2973902Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2974158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2974306Z return self.from_real_tensor( 2022-12-01T10:26:43.2974581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2974713Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2974969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2975089Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2975349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2975487Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2975706Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2975712Z 2022-12-01T10:26:43.2975788Z ERROR (0.003s) 2022-12-01T10:26:43.2976080Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2976169Z Traceback (most recent call last): 2022-12-01T10:26:43.2976476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2976540Z raise rte 2022-12-01T10:26:43.2976847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2976948Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2977231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2977325Z return test(*args, **kwargs) 2022-12-01T10:26:43.2977589Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2977726Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2977968Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2978149Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2978420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2978558Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2978804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2978937Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2979296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2979431Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2979717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2979862Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2980129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2980288Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2980546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2980649Z return self.from_real_tensor( 2022-12-01T10:26:43.2980925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2981118Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2981379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2981500Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2981765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2981899Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2982119Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2982126Z 2022-12-01T10:26:43.2982201Z ERROR (0.002s) 2022-12-01T10:26:43.2982476Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.2982552Z ERROR (0.003s) 2022-12-01T10:26:43.2982841Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.2982946Z Traceback (most recent call last): 2022-12-01T10:26:43.2983244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2983323Z raise rte 2022-12-01T10:26:43.2983615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2983718Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2984001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2984095Z return test(*args, **kwargs) 2022-12-01T10:26:43.2984362Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2984503Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2984741Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2984927Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2985197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2985337Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2985584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2985718Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2985973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2986104Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2986389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2986532Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2986795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2986952Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2987206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2987304Z return self.from_real_tensor( 2022-12-01T10:26:43.2987638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2987757Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2988029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2988139Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2988413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2988535Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2988756Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2988776Z 2022-12-01T10:26:43.2988836Z ERROR (0.003s) 2022-12-01T10:26:43.2989126Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.2989231Z Traceback (most recent call last): 2022-12-01T10:26:43.2989528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2989607Z raise rte 2022-12-01T10:26:43.2989900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2990005Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2990287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2990382Z return test(*args, **kwargs) 2022-12-01T10:26:43.2990643Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2990782Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2991022Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2991157Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2991427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2992318Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2992574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2992708Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2992960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2993092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2993384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.2993529Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.2993795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.2993956Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.2994210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.2994308Z return self.from_real_tensor( 2022-12-01T10:26:43.2994579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.2994711Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.2995028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.2995150Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.2995409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.2995547Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.2995771Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.2995779Z 2022-12-01T10:26:43.2995854Z ERROR (0.002s) 2022-12-01T10:26:43.2996145Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.2996248Z Traceback (most recent call last): 2022-12-01T10:26:43.2996545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.2996623Z raise rte 2022-12-01T10:26:43.2996918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.2997126Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.2997416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.2997511Z return test(*args, **kwargs) 2022-12-01T10:26:43.2997830Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.2997973Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.2998217Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.2998356Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.2998628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.2998768Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.2999074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.2999208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2999459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.2999590Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.2999876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3000019Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3000286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3000442Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3000694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3000795Z return self.from_real_tensor( 2022-12-01T10:26:43.3001063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3001194Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3001453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3001574Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3001884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3002023Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3002242Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3002251Z 2022-12-01T10:26:43.3002325Z ERROR (0.002s) 2022-12-01T10:26:43.3002613Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3002704Z expected failure (0.003s) 2022-12-01T10:26:43.3002930Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.3003135Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.019s) 2022-12-01T10:26:43.3003419Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3003519Z Traceback (most recent call last): 2022-12-01T10:26:43.3003818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3003896Z raise rte 2022-12-01T10:26:43.3004191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3004298Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3004580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3004674Z return test(*args, **kwargs) 2022-12-01T10:26:43.3004940Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3005077Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3005314Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3005501Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3005770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3005908Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3006154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3006287Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3006535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3006670Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3006954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3007095Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3007366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3007523Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3007779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3007877Z return self.from_real_tensor( 2022-12-01T10:26:43.3008150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3008327Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3008586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3008707Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3008972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3009106Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3009324Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3009331Z 2022-12-01T10:26:43.3009404Z ERROR (0.013s) 2022-12-01T10:26:43.3009689Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3009791Z Traceback (most recent call last): 2022-12-01T10:26:43.3010087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3010163Z raise rte 2022-12-01T10:26:43.3010456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3010560Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3010842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3010935Z return test(*args, **kwargs) 2022-12-01T10:26:43.3011197Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3011335Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3011576Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3011709Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3011980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3012166Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3012406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3012541Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3012789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3012920Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3013203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3013347Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3013611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3013766Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3014021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3014120Z return self.from_real_tensor( 2022-12-01T10:26:43.3014393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3014523Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3014778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3014947Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3015214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3015349Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3015568Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3015575Z 2022-12-01T10:26:43.3015647Z ERROR (0.010s) 2022-12-01T10:26:43.3015933Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3016036Z Traceback (most recent call last): 2022-12-01T10:26:43.3016327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3016402Z raise rte 2022-12-01T10:26:43.3016699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3016802Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3017082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3017177Z return test(*args, **kwargs) 2022-12-01T10:26:43.3017442Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3017580Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3017818Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3017956Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3018227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3018364Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3018608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3018794Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3019148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3019287Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3019576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3019721Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3019991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3020149Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3020405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3020510Z return self.from_real_tensor( 2022-12-01T10:26:43.3020785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3020920Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3021175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3021296Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3021558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3022096Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3022329Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3022337Z 2022-12-01T10:26:43.3022412Z ERROR (0.006s) 2022-12-01T10:26:43.3022705Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3022795Z skip: Skipped! (0.000s) 2022-12-01T10:26:43.3022999Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.3023272Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3023376Z Traceback (most recent call last): 2022-12-01T10:26:43.3023682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3023761Z raise rte 2022-12-01T10:26:43.3024057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3024165Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3024450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3024545Z return test(*args, **kwargs) 2022-12-01T10:26:43.3024810Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3024950Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3025192Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3025329Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3025603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3025797Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3026048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3026180Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3026437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3026569Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3026854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3026999Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3027263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3027418Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3027673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3027772Z return self.from_real_tensor( 2022-12-01T10:26:43.3028045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3028176Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3028433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3028553Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3028862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3028999Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3029218Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3029227Z 2022-12-01T10:26:43.3029302Z ERROR (0.002s) 2022-12-01T10:26:43.3029575Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3029679Z Traceback (most recent call last): 2022-12-01T10:26:43.3029972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3030048Z raise rte 2022-12-01T10:26:43.3030342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3030445Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3030727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3030823Z return test(*args, **kwargs) 2022-12-01T10:26:43.3031086Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3031223Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3031460Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3031595Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3031862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3032002Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3032248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3032434Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3032686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3032818Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3033106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3033248Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3033511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3033670Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3033924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3034022Z return self.from_real_tensor( 2022-12-01T10:26:43.3034297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3034429Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3034681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3034799Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3035059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3035195Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3035461Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3035468Z 2022-12-01T10:26:43.3035543Z ERROR (0.002s) 2022-12-01T10:26:43.3035819Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3035925Z Traceback (most recent call last): 2022-12-01T10:26:43.3036221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3036298Z raise rte 2022-12-01T10:26:43.3036594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3036698Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3036979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3037072Z return test(*args, **kwargs) 2022-12-01T10:26:43.3037334Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3037477Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3037712Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3037850Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3038117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3038256Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3038500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3038636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3038885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3039063Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3039350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3039492Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3039756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3039912Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3040165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3040268Z return self.from_real_tensor( 2022-12-01T10:26:43.3040540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3040672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3040930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3041050Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3041310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3041446Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3041665Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3041672Z 2022-12-01T10:26:43.3041744Z ERROR (0.002s) 2022-12-01T10:26:43.3042067Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bmm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3042140Z ERROR (0.013s) 2022-12-01T10:26:43.3042416Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bool_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3042519Z Traceback (most recent call last): 2022-12-01T10:26:43.3042818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3042893Z raise rte 2022-12-01T10:26:43.3043188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3043289Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3043572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3043668Z return test(*args, **kwargs) 2022-12-01T10:26:43.3043930Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3044069Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3044311Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3044448Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3044715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3044855Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3045101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3045234Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3045481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3045664Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3045947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3046089Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3046350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3046506Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3046762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3046862Z return self.from_real_tensor( 2022-12-01T10:26:43.3047132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3047265Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3047526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3047645Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3047903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3048039Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3048257Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3048263Z 2022-12-01T10:26:43.3048336Z ERROR (0.013s) 2022-12-01T10:26:43.3048653Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bool_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3048756Z Traceback (most recent call last): 2022-12-01T10:26:43.3049053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3049129Z raise rte 2022-12-01T10:26:43.3049420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3049522Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3049801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3049894Z return test(*args, **kwargs) 2022-12-01T10:26:43.3050157Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3050296Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3050535Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3050672Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3050941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3051079Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3051322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3051455Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3051707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3051839Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3052124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3052312Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3052579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3052734Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3052989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3053089Z return self.from_real_tensor( 2022-12-01T10:26:43.3053360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3053493Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3053748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3053871Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3054130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3054266Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3054484Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3054490Z 2022-12-01T10:26:43.3054564Z ERROR (0.009s) 2022-12-01T10:26:43.3054839Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bool_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3054988Z Traceback (most recent call last): 2022-12-01T10:26:43.3055284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3055359Z raise rte 2022-12-01T10:26:43.3055654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3055758Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3056039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3056132Z return test(*args, **kwargs) 2022-12-01T10:26:43.3056393Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3056531Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3056773Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3056909Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3057176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3057318Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3063184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3063371Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3063652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3063792Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3064101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3064246Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3064523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3064801Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3065065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3065164Z return self.from_real_tensor( 2022-12-01T10:26:43.3065442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3065574Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3065843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3065963Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3066227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3066368Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3066593Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3066601Z 2022-12-01T10:26:43.3066675Z ERROR (0.006s) 2022-12-01T10:26:43.3066970Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_bool_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3067040Z ok (0.049s) 2022-12-01T10:26:43.3067261Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.3067628Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3067718Z Traceback (most recent call last): 2022-12-01T10:26:43.3068031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3068096Z raise rte 2022-12-01T10:26:43.3068406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3068508Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3068794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3068888Z return test(*args, **kwargs) 2022-12-01T10:26:43.3069153Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3069291Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3069535Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3069673Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3069947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3070086Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3070333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3070466Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3070717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3070851Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3071140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3071325Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3071590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3071747Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3072000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3072099Z return self.from_real_tensor( 2022-12-01T10:26:43.3072372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3072505Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3072761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3072881Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3073145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3073280Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3073498Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3073505Z 2022-12-01T10:26:43.3073578Z ERROR (0.000s) 2022-12-01T10:26:43.3073888Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3074024Z Traceback (most recent call last): 2022-12-01T10:26:43.3074336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3074400Z raise rte 2022-12-01T10:26:43.3074711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3074800Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3075095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3075189Z return test(*args, **kwargs) 2022-12-01T10:26:43.3075451Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3075588Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3075834Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3075967Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3076236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3076377Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3076622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3076754Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3077005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3077135Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3077423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3077563Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3077825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3078031Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3078289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3078388Z return self.from_real_tensor( 2022-12-01T10:26:43.3078660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3078789Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3079047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3079167Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3079428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3079566Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3079786Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3079793Z 2022-12-01T10:26:43.3079866Z ERROR (0.006s) 2022-12-01T10:26:43.3080164Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3080266Z Traceback (most recent call last): 2022-12-01T10:26:43.3080560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3080676Z raise rte 2022-12-01T10:26:43.3080973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3081078Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3081373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3081453Z return test(*args, **kwargs) 2022-12-01T10:26:43.3081728Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3081853Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3082108Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3082230Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3082513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3082649Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3082897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3083028Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3083275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3083404Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3083690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3083829Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3084094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3084249Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3084502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3084646Z return self.from_real_tensor( 2022-12-01T10:26:43.3084916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3085046Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3085300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3085421Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3085683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3085817Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3086038Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3086047Z 2022-12-01T10:26:43.3086119Z ERROR (0.000s) 2022-12-01T10:26:43.3086410Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3086483Z ERROR (0.000s) 2022-12-01T10:26:43.3086779Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3086881Z Traceback (most recent call last): 2022-12-01T10:26:43.3087217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3087295Z raise rte 2022-12-01T10:26:43.3087591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3087696Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3087978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3088070Z return test(*args, **kwargs) 2022-12-01T10:26:43.3088331Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3088468Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3088706Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3088842Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3089111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3089253Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3089500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3089633Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3089879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3090010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3090295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3090437Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3090699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3090855Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3091152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3091252Z return self.from_real_tensor( 2022-12-01T10:26:43.3091527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3091655Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3091914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3092034Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3092312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3092435Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3092652Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3092662Z 2022-12-01T10:26:43.3092735Z ERROR (0.000s) 2022-12-01T10:26:43.3093028Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3093134Z Traceback (most recent call last): 2022-12-01T10:26:43.3093429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3093504Z raise rte 2022-12-01T10:26:43.3093844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3093948Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3094231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3094325Z return test(*args, **kwargs) 2022-12-01T10:26:43.3094589Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3094726Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3094965Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3095100Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3095369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3095509Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3095751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3095886Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3096135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3096266Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3096550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3096690Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3096958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3097114Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3097370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3097469Z return self.from_real_tensor( 2022-12-01T10:26:43.3097787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3097917Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3098286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3098410Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3098674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3098842Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3099171Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3099178Z 2022-12-01T10:26:43.3099254Z ERROR (0.010s) 2022-12-01T10:26:43.3099551Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3099660Z Traceback (most recent call last): 2022-12-01T10:26:43.3099964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3100045Z raise rte 2022-12-01T10:26:43.3100342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3100448Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3100791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3100887Z return test(*args, **kwargs) 2022-12-01T10:26:43.3101154Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3101298Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3101542Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3101680Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3101951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3102094Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3102343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3102478Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3102731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3102866Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3103156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3103299Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3103569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3103730Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3103987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3104093Z return self.from_real_tensor( 2022-12-01T10:26:43.3104429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3104566Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3105306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3105432Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3105700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3105839Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3106064Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3106072Z 2022-12-01T10:26:43.3106149Z ERROR (0.000s) 2022-12-01T10:26:43.3106449Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3106542Z expected failure (0.000s) 2022-12-01T10:26:43.3106747Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.021s) 2022-12-01T10:26:43.3107024Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_byte_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3107130Z Traceback (most recent call last): 2022-12-01T10:26:43.3107432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3107511Z raise rte 2022-12-01T10:26:43.3107858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3107961Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3108248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3108346Z return test(*args, **kwargs) 2022-12-01T10:26:43.3108613Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3108752Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3108998Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3109136Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3109407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3109547Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3109794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3109932Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3110188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3110389Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3110677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3110818Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3111132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3111292Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3111547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3111645Z return self.from_real_tensor( 2022-12-01T10:26:43.3111967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3112097Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3112351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3112469Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3112729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3112862Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3113081Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3113089Z 2022-12-01T10:26:43.3113162Z ERROR (0.015s) 2022-12-01T10:26:43.3113436Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_byte_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3113539Z Traceback (most recent call last): 2022-12-01T10:26:43.3113834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3113911Z raise rte 2022-12-01T10:26:43.3114203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3114306Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3114629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3114721Z return test(*args, **kwargs) 2022-12-01T10:26:43.3114990Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3115130Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3115370Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3115503Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3115774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3115911Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3116154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3116341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3116598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3116731Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3117071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3117214Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3117475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3117630Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3117885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3117983Z return self.from_real_tensor( 2022-12-01T10:26:43.3118258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3118394Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3118698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3118818Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3119076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3119208Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3119504Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3119516Z 2022-12-01T10:26:43.3119621Z ERROR (0.014s) 2022-12-01T10:26:43.3120027Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_byte_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3120174Z Traceback (most recent call last): 2022-12-01T10:26:43.3120624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3120736Z raise rte 2022-12-01T10:26:43.3121174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3121330Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3121772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3121912Z return test(*args, **kwargs) 2022-12-01T10:26:43.3122480Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3122696Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3123370Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3123650Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3124081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3124294Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3124660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3124865Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3125289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3125533Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3126048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3126298Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3126802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3127106Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3127487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3127644Z return self.from_real_tensor( 2022-12-01T10:26:43.3128086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3128351Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3129073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3129387Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3129930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3130073Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3130309Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3130318Z 2022-12-01T10:26:43.3130394Z ERROR (0.012s) 2022-12-01T10:26:43.3130688Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_byte_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3130778Z expected failure (0.000s) 2022-12-01T10:26:43.3130983Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.011s) 2022-12-01T10:26:43.3131256Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cat_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3131361Z Traceback (most recent call last): 2022-12-01T10:26:43.3131666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3131744Z raise rte 2022-12-01T10:26:43.3132040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3132144Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3132432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3132588Z return test(*args, **kwargs) 2022-12-01T10:26:43.3132861Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3133002Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3133248Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3133385Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3133660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3133799Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3134050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3134185Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3134438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3134571Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3134858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3135057Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3135334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3135491Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3135795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3135895Z return self.from_real_tensor( 2022-12-01T10:26:43.3136172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3136304Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3136561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3136728Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3136989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3137126Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3137346Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3137353Z 2022-12-01T10:26:43.3137427Z ERROR (0.003s) 2022-12-01T10:26:43.3137705Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cat_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3137805Z Traceback (most recent call last): 2022-12-01T10:26:43.3138100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3138178Z raise rte 2022-12-01T10:26:43.3138471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3138572Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3138856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3138948Z return test(*args, **kwargs) 2022-12-01T10:26:43.3139329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3140195Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3140465Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3140602Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3140883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3141083Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3141349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3141482Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3141783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3141918Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3142216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3142360Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3142632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3142790Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3143047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3143145Z return self.from_real_tensor( 2022-12-01T10:26:43.3143420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3143550Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3143814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3143934Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3144195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3144389Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3144612Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3144620Z 2022-12-01T10:26:43.3144695Z ERROR (0.003s) 2022-12-01T10:26:43.3144972Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cat_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3145076Z Traceback (most recent call last): 2022-12-01T10:26:43.3145372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3145451Z raise rte 2022-12-01T10:26:43.3145746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3145853Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3146138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3146233Z return test(*args, **kwargs) 2022-12-01T10:26:43.3146498Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3146635Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3146873Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3147133Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3147411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3147550Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3147848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3147986Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3148238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3148371Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3148659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3148805Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3149072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3149224Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3149482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3149582Z return self.from_real_tensor( 2022-12-01T10:26:43.3149855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3149986Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3150239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3150358Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3150622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3150759Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3150980Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3151034Z 2022-12-01T10:26:43.3151111Z ERROR (0.003s) 2022-12-01T10:26:43.3151388Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cat_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3151479Z expected failure (0.032s) 2022-12-01T10:26:43.3151683Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.3151954Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3152057Z Traceback (most recent call last): 2022-12-01T10:26:43.3152355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3152435Z raise rte 2022-12-01T10:26:43.3152730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3152834Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3153168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3153264Z return test(*args, **kwargs) 2022-12-01T10:26:43.3153526Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3153668Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3154003Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3154140Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3154414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3154558Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3154808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3154943Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3155196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3155329Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3155617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3155759Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3156024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3156187Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3156442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3156542Z return self.from_real_tensor( 2022-12-01T10:26:43.3156820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3156951Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3157211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3157335Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3157599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3157778Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3157999Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3158007Z 2022-12-01T10:26:43.3158084Z ERROR (0.002s) 2022-12-01T10:26:43.3158369Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3158473Z Traceback (most recent call last): 2022-12-01T10:26:43.3158773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3158857Z raise rte 2022-12-01T10:26:43.3159203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3159314Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3159599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3159745Z return test(*args, **kwargs) 2022-12-01T10:26:43.3160026Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3160167Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3160413Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3160550Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3160875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3161017Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3161269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3161407Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3161662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3161797Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3162084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3162231Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3162502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3162661Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3162922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3163026Z return self.from_real_tensor( 2022-12-01T10:26:43.3163302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3163437Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3163699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3163822Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3164089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3164227Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3164447Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3164500Z 2022-12-01T10:26:43.3164577Z ERROR (0.002s) 2022-12-01T10:26:43.3164860Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3164964Z Traceback (most recent call last): 2022-12-01T10:26:43.3165319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3165402Z raise rte 2022-12-01T10:26:43.3165746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3165858Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3166140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3166238Z return test(*args, **kwargs) 2022-12-01T10:26:43.3166504Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3166648Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3166890Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3167030Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3167299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3167481Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3167728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3167863Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3168114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3168247Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3168530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3168674Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3168939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3169099Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3169358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3169456Z return self.from_real_tensor( 2022-12-01T10:26:43.3169725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3169862Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3170122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3170242Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3170501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3170637Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3170861Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3170869Z 2022-12-01T10:26:43.3170941Z ERROR (0.002s) 2022-12-01T10:26:43.3171273Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ceil_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3171390Z ERROR (0.014s) 2022-12-01T10:26:43.3171704Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_chalf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3171825Z Traceback (most recent call last): 2022-12-01T10:26:43.3172119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3172183Z raise rte 2022-12-01T10:26:43.3172493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3172599Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3172882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3172979Z return test(*args, **kwargs) 2022-12-01T10:26:43.3173244Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3173386Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3173627Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3173761Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3174029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3174211Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3174459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3174591Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3174846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3174979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3175265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3175406Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3175669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3175828Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3176084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3176184Z return self.from_real_tensor( 2022-12-01T10:26:43.3176458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3176591Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3176847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3176967Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3177272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3177409Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3177631Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3177638Z 2022-12-01T10:26:43.3177762Z ERROR (0.013s) 2022-12-01T10:26:43.3178044Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_chalf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3178182Z Traceback (most recent call last): 2022-12-01T10:26:43.3178496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3178561Z raise rte 2022-12-01T10:26:43.3178869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3179045Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3179353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3179449Z return test(*args, **kwargs) 2022-12-01T10:26:43.3179714Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3179856Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3180094Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3180229Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3180497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3180634Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3180878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3181062Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3181312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3181443Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3181731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3181871Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3182135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3182290Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3182545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3182643Z return self.from_real_tensor( 2022-12-01T10:26:43.3182916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3183096Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3183365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3183484Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3183798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3183936Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3184153Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3184160Z 2022-12-01T10:26:43.3184234Z ERROR (0.012s) 2022-12-01T10:26:43.3184504Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_chalf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3184612Z Traceback (most recent call last): 2022-12-01T10:26:43.3184905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3185029Z raise rte 2022-12-01T10:26:43.3185324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3185425Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3185715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3185796Z return test(*args, **kwargs) 2022-12-01T10:26:43.3186074Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3186201Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3186450Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3186574Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3186858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3186986Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3187242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3187374Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3187625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3187799Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3188085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3188225Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3188492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3188650Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3188905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3189008Z return self.from_real_tensor( 2022-12-01T10:26:43.3189349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3189485Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3189789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3189912Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3190177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3190312Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3190529Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3190536Z 2022-12-01T10:26:43.3190608Z ERROR (0.010s) 2022-12-01T10:26:43.3190875Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_chalf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3190951Z ERROR (0.015s) 2022-12-01T10:26:43.3191233Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_char_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3191336Z Traceback (most recent call last): 2022-12-01T10:26:43.3191631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3191765Z raise rte 2022-12-01T10:26:43.3192065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3192167Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3192450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3192546Z return test(*args, **kwargs) 2022-12-01T10:26:43.3192811Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3192952Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3193191Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3193329Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3193598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3193739Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3193986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3194119Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3194368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3194545Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3194833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3194983Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3195306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3195467Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3195773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3195879Z return self.from_real_tensor( 2022-12-01T10:26:43.3196155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3196287Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3196548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3196668Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3196931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3197067Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3197286Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3197293Z 2022-12-01T10:26:43.3197366Z ERROR (0.014s) 2022-12-01T10:26:43.3197642Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_char_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3197744Z Traceback (most recent call last): 2022-12-01T10:26:43.3198040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3198116Z raise rte 2022-12-01T10:26:43.3198408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3198562Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3198845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3198940Z return test(*args, **kwargs) 2022-12-01T10:26:43.3199205Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3199344Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3199585Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3199720Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3199993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3200138Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3200386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3200523Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3200775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3200907Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3201291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3201437Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3201750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3201909Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3202169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3202268Z return self.from_real_tensor( 2022-12-01T10:26:43.3202541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3202674Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3202925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3203045Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3203308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3203441Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3203663Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3203669Z 2022-12-01T10:26:43.3203742Z ERROR (0.012s) 2022-12-01T10:26:43.3204017Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_char_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3204119Z Traceback (most recent call last): 2022-12-01T10:26:43.3204412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3204489Z raise rte 2022-12-01T10:26:43.3204784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3204886Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3205166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3205315Z return test(*args, **kwargs) 2022-12-01T10:26:43.3205584Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3205721Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3205960Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3206095Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3206368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3206510Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3206754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3206888Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3207195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3207331Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3207624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3207822Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3208139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3208295Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3208548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3208652Z return self.from_real_tensor( 2022-12-01T10:26:43.3208925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3209060Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3209316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3209439Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3209702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3209844Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3210064Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3210070Z 2022-12-01T10:26:43.3210149Z ERROR (0.008s) 2022-12-01T10:26:43.3210433Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_char_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3210528Z expected failure (0.006s) 2022-12-01T10:26:43.3210765Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.3210993Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:26:43.3211213Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.3211420Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.3211699Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3211850Z Traceback (most recent call last): 2022-12-01T10:26:43.3212153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3212232Z raise rte 2022-12-01T10:26:43.3212530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3212636Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3212925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3213066Z return test(*args, **kwargs) 2022-12-01T10:26:43.3213350Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3213495Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3213787Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3213928Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3214203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3214347Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3214599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3214786Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3215038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3215172Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3215467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3215610Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3215881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3216039Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3216295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3216397Z return self.from_real_tensor( 2022-12-01T10:26:43.3216675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3216806Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3217066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3217190Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3217455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3217593Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3217815Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3217821Z 2022-12-01T10:26:43.3217897Z ERROR (0.002s) 2022-12-01T10:26:43.3218182Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3218284Z Traceback (most recent call last): 2022-12-01T10:26:43.3218583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3219270Z raise rte 2022-12-01T10:26:43.3219579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3219684Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3220021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3220115Z return test(*args, **kwargs) 2022-12-01T10:26:43.3220376Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3220518Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3220756Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3220896Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3221167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3221310Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3221555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3221688Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3221938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3222138Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3222423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3222563Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3222829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3222985Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3223240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3223338Z return self.from_real_tensor( 2022-12-01T10:26:43.3223609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3223741Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3223998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3224125Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3224385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3224523Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3224747Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3224754Z 2022-12-01T10:26:43.3224828Z ERROR (0.002s) 2022-12-01T10:26:43.3225137Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3225259Z Traceback (most recent call last): 2022-12-01T10:26:43.3225559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3225636Z raise rte 2022-12-01T10:26:43.3225985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3226141Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3226424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3226515Z return test(*args, **kwargs) 2022-12-01T10:26:43.3226781Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3226919Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3227164Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3227299Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3227566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3227705Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3227950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3228083Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3228332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3228462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3228745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3228929Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3229195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3229354Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3229611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3229709Z return self.from_real_tensor( 2022-12-01T10:26:43.3229981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3230111Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3230365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3230485Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3230747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3230883Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3231105Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3231112Z 2022-12-01T10:26:43.3231233Z ERROR (0.003s) 2022-12-01T10:26:43.3231523Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3231595Z ERROR (0.009s) 2022-12-01T10:26:43.3231932Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3232035Z Traceback (most recent call last): 2022-12-01T10:26:43.3232334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3232410Z raise rte 2022-12-01T10:26:43.3232703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3232853Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3233135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3233230Z return test(*args, **kwargs) 2022-12-01T10:26:43.3233489Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3233625Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3233869Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3234006Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3234277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3234418Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3234662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3234797Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3235046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3235178Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3235462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3235649Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3235919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3236078Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3236332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3236432Z return self.from_real_tensor( 2022-12-01T10:26:43.3236704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3236834Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3237087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3237257Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3237522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3237656Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3237926Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3237934Z 2022-12-01T10:26:43.3238007Z ERROR (0.008s) 2022-12-01T10:26:43.3238294Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3238395Z Traceback (most recent call last): 2022-12-01T10:26:43.3238691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3238768Z raise rte 2022-12-01T10:26:43.3239065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3239167Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3239449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3239597Z return test(*args, **kwargs) 2022-12-01T10:26:43.3239861Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3240000Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3240241Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3240374Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3240641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3240778Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3241023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3241159Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3241414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3241547Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3241833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3241974Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3242283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3242440Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3242693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3242792Z return self.from_real_tensor( 2022-12-01T10:26:43.3243061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3243222Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3243503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3243621Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3243932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3244072Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3244292Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3244299Z 2022-12-01T10:26:43.3244373Z ERROR (0.006s) 2022-12-01T10:26:43.3244664Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3244766Z Traceback (most recent call last): 2022-12-01T10:26:43.3245060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3245136Z raise rte 2022-12-01T10:26:43.3245426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3245530Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3245813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3245909Z return test(*args, **kwargs) 2022-12-01T10:26:43.3246228Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3246366Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3246605Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3246739Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3247007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3247147Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3247394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3247526Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3247780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3247915Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3248199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3248339Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3248605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3248761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3249431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3249548Z return self.from_real_tensor( 2022-12-01T10:26:43.3249827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3250016Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3250275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3250395Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3250657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3250791Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3251014Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3251024Z 2022-12-01T10:26:43.3251097Z ERROR (0.009s) 2022-12-01T10:26:43.3251387Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3251460Z ERROR (0.012s) 2022-12-01T10:26:43.3251740Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3251844Z Traceback (most recent call last): 2022-12-01T10:26:43.3252140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3252213Z raise rte 2022-12-01T10:26:43.3252506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3252608Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3252891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3252985Z return test(*args, **kwargs) 2022-12-01T10:26:43.3253308Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3253447Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3253682Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3253817Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3254085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3254224Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3254473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3254607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3254853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3254988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3255303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3255466Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3255731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3255886Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3256234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3256335Z return self.from_real_tensor( 2022-12-01T10:26:43.3256611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3256742Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3256997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3257115Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3257374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3257510Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3257733Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3257741Z 2022-12-01T10:26:43.3257816Z ERROR (0.008s) 2022-12-01T10:26:43.3258104Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3258208Z Traceback (most recent call last): 2022-12-01T10:26:43.3258501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3258575Z raise rte 2022-12-01T10:26:43.3258866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3259053Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3259338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3259436Z return test(*args, **kwargs) 2022-12-01T10:26:43.3259701Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3259840Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3260135Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3260272Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3260541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3260683Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3260935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3261072Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3261358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3261515Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3261807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3261952Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3262266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3262426Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3262686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3262788Z return self.from_real_tensor( 2022-12-01T10:26:43.3263115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3263249Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3263510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3263635Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3263899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3264040Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3264263Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3264270Z 2022-12-01T10:26:43.3264348Z ERROR (0.009s) 2022-12-01T10:26:43.3264642Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3264746Z Traceback (most recent call last): 2022-12-01T10:26:43.3265045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3265125Z raise rte 2022-12-01T10:26:43.3265421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3265525Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3265808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3265903Z return test(*args, **kwargs) 2022-12-01T10:26:43.3266166Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3266307Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3266547Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3266686Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3267015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3267155Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3267447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3267592Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3267854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3267990Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3268325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3268472Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3268740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3268899Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3269154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3269251Z return self.from_real_tensor( 2022-12-01T10:26:43.3269529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3269660Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3269959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3270082Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3270346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3270486Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3270707Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3270714Z 2022-12-01T10:26:43.3270790Z ERROR (0.008s) 2022-12-01T10:26:43.3271074Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3271149Z ERROR (0.002s) 2022-12-01T10:26:43.3271430Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3271520Z Traceback (most recent call last): 2022-12-01T10:26:43.3271830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3271896Z raise rte 2022-12-01T10:26:43.3272205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3272297Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3272592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3272684Z return test(*args, **kwargs) 2022-12-01T10:26:43.3272948Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3273084Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3273324Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3273562Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3273838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3273973Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3274267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3274402Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3274652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3274784Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3275066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3275207Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3275471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3275626Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3275878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3275975Z return self.from_real_tensor( 2022-12-01T10:26:43.3276248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3276430Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3276685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3276804Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3277064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3277197Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3277417Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3277424Z 2022-12-01T10:26:43.3277496Z ERROR (0.002s) 2022-12-01T10:26:43.3277760Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3277860Z Traceback (most recent call last): 2022-12-01T10:26:43.3278155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3278229Z raise rte 2022-12-01T10:26:43.3278523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3278626Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3278907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3278999Z return test(*args, **kwargs) 2022-12-01T10:26:43.3279257Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3279394Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3279683Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3279818Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3280131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3280317Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3280580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3280700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3280963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3281094Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3281375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3281516Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3281781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3281938Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3282192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3282290Z return self.from_real_tensor( 2022-12-01T10:26:43.3282555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3282685Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3282940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3283106Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3283370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3283502Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3283727Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3283734Z 2022-12-01T10:26:43.3283805Z ERROR (0.002s) 2022-12-01T10:26:43.3284070Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3284169Z Traceback (most recent call last): 2022-12-01T10:26:43.3284462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3284539Z raise rte 2022-12-01T10:26:43.3284833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3284936Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3285219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3285315Z return test(*args, **kwargs) 2022-12-01T10:26:43.3285639Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3285776Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3286015Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3286202Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3286476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3286615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3286857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3287040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3287291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3287423Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3287721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3287847Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3288126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3288281Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3288535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3288634Z return self.from_real_tensor( 2022-12-01T10:26:43.3288906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3289036Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3289293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3289413Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3289675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3289853Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3290059Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3290078Z 2022-12-01T10:26:43.3290138Z ERROR (0.002s) 2022-12-01T10:26:43.3290426Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_clone_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3290515Z expected failure (0.002s) 2022-12-01T10:26:43.3290774Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.009s) 2022-12-01T10:26:43.3290979Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.009s) 2022-12-01T10:26:43.3291264Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_complex_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3291365Z Traceback (most recent call last): 2022-12-01T10:26:43.3291715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3291793Z raise rte 2022-12-01T10:26:43.3292085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3292235Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3292522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3292614Z return test(*args, **kwargs) 2022-12-01T10:26:43.3292875Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3293016Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3293252Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3293386Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3293702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3293840Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3294087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3294219Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3294470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3294601Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3294891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3295033Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3295298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3295456Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3295710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3295808Z return self.from_real_tensor( 2022-12-01T10:26:43.3296081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3296212Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3296510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3296630Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3296891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3297028Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3297246Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3297253Z 2022-12-01T10:26:43.3297325Z ERROR (0.000s) 2022-12-01T10:26:43.3297656Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_complex_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3297761Z Traceback (most recent call last): 2022-12-01T10:26:43.3298061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3298138Z raise rte 2022-12-01T10:26:43.3298480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3298583Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3298863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3299056Z return test(*args, **kwargs) 2022-12-01T10:26:43.3299322Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3299464Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3299702Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3299844Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3300112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3300250Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3300553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3300687Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3300939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3301071Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3301359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3301502Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3301768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3301927Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3302186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3302285Z return self.from_real_tensor( 2022-12-01T10:26:43.3302558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3302687Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3302939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3303059Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3303361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3303495Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3303766Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3303776Z 2022-12-01T10:26:43.3303849Z ERROR (0.010s) 2022-12-01T10:26:43.3304132Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_complex_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3304282Z Traceback (most recent call last): 2022-12-01T10:26:43.3304576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3304652Z raise rte 2022-12-01T10:26:43.3304945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3305045Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3305324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3305418Z return test(*args, **kwargs) 2022-12-01T10:26:43.3305681Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3305820Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3306057Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3306189Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3306454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3306595Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3306837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3306970Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3307268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3307398Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3307685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3307826Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3308088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3308247Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3308499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3308598Z return self.from_real_tensor( 2022-12-01T10:26:43.3308871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3309003Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3309257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3309376Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3309689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3309826Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3310104Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3310112Z 2022-12-01T10:26:43.3310184Z ERROR (0.015s) 2022-12-01T10:26:43.3310514Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_complex_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3310590Z ERROR (0.003s) 2022-12-01T10:26:43.3310864Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3310964Z Traceback (most recent call last): 2022-12-01T10:26:43.3311260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3311336Z raise rte 2022-12-01T10:26:43.3311631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3311735Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3312017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3312115Z return test(*args, **kwargs) 2022-12-01T10:26:43.3312380Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3312522Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3312762Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3312900Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3313173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3313316Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3313565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3313702Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3314009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3314142Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3314428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3314571Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3314837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3314999Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3315254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3315355Z return self.from_real_tensor( 2022-12-01T10:26:43.3315674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3315817Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3316071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3316192Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3316507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3316645Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3316916Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3316923Z 2022-12-01T10:26:43.3316999Z ERROR (0.003s) 2022-12-01T10:26:43.3317283Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3317391Z Traceback (most recent call last): 2022-12-01T10:26:43.3317692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3317769Z raise rte 2022-12-01T10:26:43.3318064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3318169Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3318454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3318551Z return test(*args, **kwargs) 2022-12-01T10:26:43.3318814Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3318957Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3319197Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3319337Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3319607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3319750Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3319998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3320136Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3320390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3320521Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3320860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3321003Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3321268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3321426Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3321736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3321841Z return self.from_real_tensor( 2022-12-01T10:26:43.3322110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3322242Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3322548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3322670Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3322933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3323069Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3323289Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3323296Z 2022-12-01T10:26:43.3323368Z ERROR (0.003s) 2022-12-01T10:26:43.3323696Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3323799Z Traceback (most recent call last): 2022-12-01T10:26:43.3324097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3324173Z raise rte 2022-12-01T10:26:43.3324465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3324570Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3324851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3324944Z return test(*args, **kwargs) 2022-12-01T10:26:43.3325209Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3325347Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3325585Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3325721Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3325992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3326129Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3326373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3326507Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3326753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3326886Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3327171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3327769Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3328043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3328200Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3328504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3328609Z return self.from_real_tensor( 2022-12-01T10:26:43.3328884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3329017Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3329273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3329392Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3329656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3329791Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3330012Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3330019Z 2022-12-01T10:26:43.3330095Z ERROR (0.003s) 2022-12-01T10:26:43.3330384Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3330457Z ERROR (0.003s) 2022-12-01T10:26:43.3330805Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3330907Z Traceback (most recent call last): 2022-12-01T10:26:43.3331204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3331281Z raise rte 2022-12-01T10:26:43.3331571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3331675Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3331956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3332048Z return test(*args, **kwargs) 2022-12-01T10:26:43.3332313Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3332451Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3332691Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3332829Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3333098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3333236Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3333481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3333612Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3333916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3334049Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3334339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3334617Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3334884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3335039Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3335297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3335395Z return self.from_real_tensor( 2022-12-01T10:26:43.3335670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3335803Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3336062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3336187Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3336449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3336586Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3336812Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3336819Z 2022-12-01T10:26:43.3336894Z ERROR (0.003s) 2022-12-01T10:26:43.3337193Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3337344Z Traceback (most recent call last): 2022-12-01T10:26:43.3337639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3337718Z raise rte 2022-12-01T10:26:43.3338008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3338112Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3338391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3338483Z return test(*args, **kwargs) 2022-12-01T10:26:43.3338747Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3338886Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3339212Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3339351Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3339620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3339769Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3340069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3340204Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3340494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3340635Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3340925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3341070Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3341332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3341551Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3341807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3341911Z return self.from_real_tensor( 2022-12-01T10:26:43.3342183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3342313Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3342572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3342690Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3342950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3343087Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3343371Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3343379Z 2022-12-01T10:26:43.3343452Z ERROR (0.003s) 2022-12-01T10:26:43.3343752Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3343854Z Traceback (most recent call last): 2022-12-01T10:26:43.3344202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3344283Z raise rte 2022-12-01T10:26:43.3344580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3344686Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3344969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3345065Z return test(*args, **kwargs) 2022-12-01T10:26:43.3345326Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3345462Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3345698Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3345875Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3346154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3346297Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3346592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3346727Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3346974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3347104Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3347392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3347532Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3347797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3347951Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3348257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3348355Z return self.from_real_tensor( 2022-12-01T10:26:43.3348629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3348759Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3349012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3349130Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3349396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3349530Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3349752Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3349760Z 2022-12-01T10:26:43.3349832Z ERROR (0.003s) 2022-12-01T10:26:43.3350131Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3350221Z expected failure (0.003s) 2022-12-01T10:26:43.3350435Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.3350722Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3350868Z Traceback (most recent call last): 2022-12-01T10:26:43.3351164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3351243Z raise rte 2022-12-01T10:26:43.3351536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3351636Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3351969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3352066Z return test(*args, **kwargs) 2022-12-01T10:26:43.3352329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3352468Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3352754Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3352890Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3353233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3353376Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3353624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3353759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3354012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3354144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3354432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3354574Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3354839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3355047Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3355300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3355398Z return self.from_real_tensor( 2022-12-01T10:26:43.3355671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3355800Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3356056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3356179Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3356439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3356576Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3356794Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3356801Z 2022-12-01T10:26:43.3356874Z ERROR (0.003s) 2022-12-01T10:26:43.3357168Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3357271Z Traceback (most recent call last): 2022-12-01T10:26:43.3358000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3358088Z raise rte 2022-12-01T10:26:43.3358387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3358496Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3358826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3358921Z return test(*args, **kwargs) 2022-12-01T10:26:43.3359185Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3359322Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3359560Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3359697Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3359966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3360104Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3360350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3360484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3360733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3360864Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3361152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3361294Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3361555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3361711Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3361965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3362112Z return self.from_real_tensor( 2022-12-01T10:26:43.3362385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3362515Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3362772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3362892Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3363156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3363290Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3363510Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3363519Z 2022-12-01T10:26:43.3363591Z ERROR (0.003s) 2022-12-01T10:26:43.3363912Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3364034Z Traceback (most recent call last): 2022-12-01T10:26:43.3364328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3364408Z raise rte 2022-12-01T10:26:43.3364798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3364901Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3365188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3365286Z return test(*args, **kwargs) 2022-12-01T10:26:43.3365552Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3365690Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3365932Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3366070Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3366341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3366483Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3366727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3366862Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3367116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3367251Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3367538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3367683Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3367949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3368105Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3368361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3368466Z return self.from_real_tensor( 2022-12-01T10:26:43.3368737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3368916Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3369174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3369297Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3369560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3369697Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3369969Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3369977Z 2022-12-01T10:26:43.3370054Z ERROR (0.002s) 2022-12-01T10:26:43.3370347Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3370424Z ERROR (0.010s) 2022-12-01T10:26:43.3370763Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3370873Z Traceback (most recent call last): 2022-12-01T10:26:43.3371174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3371237Z raise rte 2022-12-01T10:26:43.3371594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3371699Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3371985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3372083Z return test(*args, **kwargs) 2022-12-01T10:26:43.3372348Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3372489Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3372730Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3372866Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3373137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3373279Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3373526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3373662Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3373915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3374049Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3374337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3374481Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3374745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3374905Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3375158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3375256Z return self.from_real_tensor( 2022-12-01T10:26:43.3375567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3375695Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3376003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3376125Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3376384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3376547Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3376792Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3376799Z 2022-12-01T10:26:43.3376871Z ERROR (0.010s) 2022-12-01T10:26:43.3377158Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3377247Z Traceback (most recent call last): 2022-12-01T10:26:43.3377555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3377617Z raise rte 2022-12-01T10:26:43.3377918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3378020Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3378342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3378435Z return test(*args, **kwargs) 2022-12-01T10:26:43.3378696Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3378835Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3379154Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3379290Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3379559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3379699Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3379946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3380082Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3380333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3380464Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3380753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3380892Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3381158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3381317Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3381571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3381676Z return self.from_real_tensor( 2022-12-01T10:26:43.3382000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3382131Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3382431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3382589Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3382861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3382996Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3383213Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3383220Z 2022-12-01T10:26:43.3383291Z ERROR (0.000s) 2022-12-01T10:26:43.3383584Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3383672Z Traceback (most recent call last): 2022-12-01T10:26:43.3383968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3384044Z raise rte 2022-12-01T10:26:43.3384335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3384435Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3384726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3384805Z return test(*args, **kwargs) 2022-12-01T10:26:43.3385123Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3385247Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3385496Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3385619Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3385902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3386037Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3386284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3386415Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3386665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3386792Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3387076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3387220Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3399482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3399787Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3400148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3400257Z return self.from_real_tensor( 2022-12-01T10:26:43.3400549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3400697Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3401020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3401147Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3401554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3401698Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3401937Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3401949Z 2022-12-01T10:26:43.3402029Z ERROR (0.010s) 2022-12-01T10:26:43.3402316Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_copysign_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3402424Z expected failure (0.000s) 2022-12-01T10:26:43.3402629Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.012s) 2022-12-01T10:26:43.3402904Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3403013Z Traceback (most recent call last): 2022-12-01T10:26:43.3403318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3403399Z raise rte 2022-12-01T10:26:43.3403703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3403809Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3404159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3404258Z return test(*args, **kwargs) 2022-12-01T10:26:43.3404532Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3404680Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3404927Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3405068Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3405346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3405489Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3405743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3405884Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3406143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3406337Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3406634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3406780Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3407098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3407263Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3407524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3407626Z return self.from_real_tensor( 2022-12-01T10:26:43.3407909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3408045Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3408357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3408480Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3408746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3408888Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3409116Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3409124Z 2022-12-01T10:26:43.3409202Z ERROR (0.002s) 2022-12-01T10:26:43.3409487Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3409593Z Traceback (most recent call last): 2022-12-01T10:26:43.3409892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3409976Z raise rte 2022-12-01T10:26:43.3410270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3410373Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3410656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3410752Z return test(*args, **kwargs) 2022-12-01T10:26:43.3411060Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3411202Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3411445Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3411586Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3411857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3411998Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3412251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3412386Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3412696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3412840Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3413129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3413328Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3413600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3413761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3414019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3414120Z return self.from_real_tensor( 2022-12-01T10:26:43.3414397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3414534Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3414793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3414920Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3415232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3415371Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3415593Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3415601Z 2022-12-01T10:26:43.3415679Z ERROR (0.002s) 2022-12-01T10:26:43.3415956Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3416060Z Traceback (most recent call last): 2022-12-01T10:26:43.3416358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3416438Z raise rte 2022-12-01T10:26:43.3416733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3416842Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3417126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3417223Z return test(*args, **kwargs) 2022-12-01T10:26:43.3417490Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3417632Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3417918Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3418057Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3418326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3418468Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3418770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3418908Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3419246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3419414Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3419728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3419878Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3420148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3420310Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3420570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3420673Z return self.from_real_tensor( 2022-12-01T10:26:43.3420952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3421089Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3421348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3421473Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3421742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3421884Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3422157Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3422165Z 2022-12-01T10:26:43.3422243Z ERROR (0.002s) 2022-12-01T10:26:43.3422523Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cos_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3422598Z ERROR (0.002s) 2022-12-01T10:26:43.3422876Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3422984Z Traceback (most recent call last): 2022-12-01T10:26:43.3423284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3423366Z raise rte 2022-12-01T10:26:43.3423662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3423772Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3424058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3424160Z return test(*args, **kwargs) 2022-12-01T10:26:43.3424428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3424570Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3424886Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3425052Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3425328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3425472Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3425770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3425909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3426165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3426301Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3426591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3426742Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3427013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3427174Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3427434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3427537Z return self.from_real_tensor( 2022-12-01T10:26:43.3427812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3427950Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3428211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3449731Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3450055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3450229Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3450554Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3450562Z 2022-12-01T10:26:43.3450641Z ERROR (0.002s) 2022-12-01T10:26:43.3450920Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3451026Z Traceback (most recent call last): 2022-12-01T10:26:43.3451383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3451474Z raise rte 2022-12-01T10:26:43.3451895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3452065Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3460945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3461078Z return test(*args, **kwargs) 2022-12-01T10:26:43.3461356Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3461498Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3461753Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3461891Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3462249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3462389Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3462633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3462763Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3463007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3463135Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3463415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3463553Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3463813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3463966Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3464213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3464309Z return self.from_real_tensor( 2022-12-01T10:26:43.3464573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3464698Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3464947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3465064Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3465322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3465452Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3465672Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3465680Z 2022-12-01T10:26:43.3465749Z ERROR (0.002s) 2022-12-01T10:26:43.3466087Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3466188Z Traceback (most recent call last): 2022-12-01T10:26:43.3466478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3466554Z raise rte 2022-12-01T10:26:43.3466846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3466943Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3467221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3467366Z return test(*args, **kwargs) 2022-12-01T10:26:43.3467627Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3467762Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3468042Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3468176Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3468439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3468574Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3468860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3468988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3469232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3469360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3469641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3469776Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3470034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3470186Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3470436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3470531Z return self.from_real_tensor( 2022-12-01T10:26:43.3470798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3470929Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3471181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3471294Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3471551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3471682Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3471895Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3471902Z 2022-12-01T10:26:43.3471972Z ERROR (0.002s) 2022-12-01T10:26:43.3472254Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cosh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3472383Z expected failure (0.007s) 2022-12-01T10:26:43.3472594Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.3472803Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.3473014Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.3473223Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.3473438Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.3473637Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.3473909Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3474005Z Traceback (most recent call last): 2022-12-01T10:26:43.3474300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3474370Z raise rte 2022-12-01T10:26:43.3474661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3474760Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3475077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3475165Z return test(*args, **kwargs) 2022-12-01T10:26:43.3475424Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3475561Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3475794Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3475922Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3476186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3476318Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3476557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3476686Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3476929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3477055Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3477339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3477474Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3477729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3477879Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3478128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3478223Z return self.from_real_tensor( 2022-12-01T10:26:43.3478487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3478613Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3479339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3479455Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3479709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3479838Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3480053Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3480060Z 2022-12-01T10:26:43.3480129Z ERROR (0.003s) 2022-12-01T10:26:43.3480406Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3480502Z Traceback (most recent call last): 2022-12-01T10:26:43.3480791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3480865Z raise rte 2022-12-01T10:26:43.3481151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3481247Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3481522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3481611Z return test(*args, **kwargs) 2022-12-01T10:26:43.3481917Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3482051Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3482286Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3482417Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3482679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3482812Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3483052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3483182Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3483425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3483636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3483918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3484057Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3484366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3484519Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3484769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3484861Z return self.from_real_tensor( 2022-12-01T10:26:43.3485132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3485259Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3485511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3485624Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3485932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3571141Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3571456Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3571465Z 2022-12-01T10:26:43.3571538Z ERROR (0.000s) 2022-12-01T10:26:43.3571819Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3571919Z Traceback (most recent call last): 2022-12-01T10:26:43.3572296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3572377Z raise rte 2022-12-01T10:26:43.3572671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3572771Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3573052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3573143Z return test(*args, **kwargs) 2022-12-01T10:26:43.3573406Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3573545Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3573887Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3574022Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3574295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3574433Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3574675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3574810Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3575052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3575181Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3575465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3575604Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3575870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3576028Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3576281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3576377Z return self.from_real_tensor( 2022-12-01T10:26:43.3576646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3576777Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3577030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3577155Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3577418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3577554Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3577831Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3577839Z 2022-12-01T10:26:43.3577911Z ERROR (0.006s) 2022-12-01T10:26:43.3578212Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3578304Z expected failure (0.000s) 2022-12-01T10:26:43.3578526Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.3578731Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.3579089Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3579199Z Traceback (most recent call last): 2022-12-01T10:26:43.3579500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3579577Z raise rte 2022-12-01T10:26:43.3579870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3579973Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3580256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3580350Z return test(*args, **kwargs) 2022-12-01T10:26:43.3580668Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3580809Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3581055Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3581192Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3581459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3581601Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3581845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3581978Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3582228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3582362Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3582649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3582793Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3583060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3583221Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3583479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3583584Z return self.from_real_tensor( 2022-12-01T10:26:43.3583862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3583998Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3584255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3584423Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3584689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3584830Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3585053Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3585059Z 2022-12-01T10:26:43.3585136Z ERROR (0.011s) 2022-12-01T10:26:43.3585423Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3585527Z Traceback (most recent call last): 2022-12-01T10:26:43.3585823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3585903Z raise rte 2022-12-01T10:26:43.3586199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3586306Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3586594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3586691Z return test(*args, **kwargs) 2022-12-01T10:26:43.3586959Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3587142Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3587388Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3587525Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3587797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3587938Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3588185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3588322Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3588575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3588712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3589000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3589144Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3589408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3589572Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3589826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3589929Z return self.from_real_tensor( 2022-12-01T10:26:43.3590202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3590337Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3590594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3590715Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3590977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3591159Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3591376Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3591382Z 2022-12-01T10:26:43.3591457Z ERROR (0.002s) 2022-12-01T10:26:43.3591739Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3591840Z Traceback (most recent call last): 2022-12-01T10:26:43.3592135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3592214Z raise rte 2022-12-01T10:26:43.3592506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3592609Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3592887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3592979Z return test(*args, **kwargs) 2022-12-01T10:26:43.3593241Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3593379Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3593617Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3594205Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3594492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3594634Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3594885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3595018Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3595269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3595400Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3595687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3595830Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3596099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3596260Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3596518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3596618Z return self.from_real_tensor( 2022-12-01T10:26:43.3596893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3597029Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3597282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3597402Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3597663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3597802Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3598021Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3598079Z 2022-12-01T10:26:43.3598155Z ERROR (0.002s) 2022-12-01T10:26:43.3598440Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3598510Z ERROR (0.002s) 2022-12-01T10:26:43.3598800Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3598902Z Traceback (most recent call last): 2022-12-01T10:26:43.3599200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3774394Z raise rte 2022-12-01T10:26:43.3775008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3775140Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3775441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3775541Z return test(*args, **kwargs) 2022-12-01T10:26:43.3775815Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3775957Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3776203Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3776540Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3776821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3776960Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3777213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3777347Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3777602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3777736Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3778025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3778173Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3778437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3778597Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3778858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3779029Z return self.from_real_tensor( 2022-12-01T10:26:43.3779309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3779440Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3779696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3779815Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3780081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3780223Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3780458Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3780547Z 2022-12-01T10:26:43.3780622Z ERROR (0.002s) 2022-12-01T10:26:43.3780920Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3781023Z Traceback (most recent call last): 2022-12-01T10:26:43.3781321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3781399Z raise rte 2022-12-01T10:26:43.3781697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3781799Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3782080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3782177Z return test(*args, **kwargs) 2022-12-01T10:26:43.3782439Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3782579Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3782818Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3782954Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3783223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3783408Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3783656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3783789Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3784046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3784180Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3784467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3784608Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3784872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3785031Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3785290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3785390Z return self.from_real_tensor( 2022-12-01T10:26:43.3785664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3785796Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3786051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3786170Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3786433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3786569Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3786790Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3786798Z 2022-12-01T10:26:43.3786870Z ERROR (0.002s) 2022-12-01T10:26:43.3787161Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3787308Z Traceback (most recent call last): 2022-12-01T10:26:43.3787604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3787679Z raise rte 2022-12-01T10:26:43.3787974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3788077Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3788361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3788456Z return test(*args, **kwargs) 2022-12-01T10:26:43.3788718Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3788855Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3789092Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3789225Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3789495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3789633Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3789922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3790055Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3790304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3790438Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3790723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3790862Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3791129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3791286Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3791542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3791642Z return self.from_real_tensor( 2022-12-01T10:26:43.3791913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3792043Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3792299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3792420Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3792681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3792817Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3793035Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3793042Z 2022-12-01T10:26:43.3793117Z ERROR (0.002s) 2022-12-01T10:26:43.3793407Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3793481Z ERROR (0.010s) 2022-12-01T10:26:43.3793810Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3793914Z Traceback (most recent call last): 2022-12-01T10:26:43.3794213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3794289Z raise rte 2022-12-01T10:26:43.3794585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3794687Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3794972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3795067Z return test(*args, **kwargs) 2022-12-01T10:26:43.3795329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3795469Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3795708Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3795843Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3796115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3796254Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3796543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3796679Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3796929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3797062Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3797348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3797489Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3797753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3797907Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3798165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3798263Z return self.from_real_tensor( 2022-12-01T10:26:43.3798534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3798671Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3798925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3799044Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3799305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3799442Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3799660Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3799668Z 2022-12-01T10:26:43.3799744Z ERROR (0.008s) 2022-12-01T10:26:43.3800035Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3800137Z Traceback (most recent call last): 2022-12-01T10:26:43.3800478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3800554Z raise rte 2022-12-01T10:26:43.3800845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3800948Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3801231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3801326Z return test(*args, **kwargs) 2022-12-01T10:26:43.3801591Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3801729Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3801969Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3802108Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3802376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3802515Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3802760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3802893Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3803182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3803312Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3803601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3803746Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3804012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3804168Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3804422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3804521Z return self.from_real_tensor( 2022-12-01T10:26:43.3804797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3804928Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3805181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3805302Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3805561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3805696Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3805916Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3805923Z 2022-12-01T10:26:43.3805996Z ERROR (0.008s) 2022-12-01T10:26:43.3806288Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3806391Z Traceback (most recent call last): 2022-12-01T10:26:43.3806687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3806802Z raise rte 2022-12-01T10:26:43.3807095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3807197Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3807482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3807576Z return test(*args, **kwargs) 2022-12-01T10:26:43.3807839Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3807977Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3808220Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3808355Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3808622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3808763Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3809006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3809143Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3809395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3809529Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3809858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3810002Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3810268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3810429Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3810685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3810789Z return self.from_real_tensor( 2022-12-01T10:26:43.3811063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3811196Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3811455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3811577Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3811843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3811983Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3812203Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3812210Z 2022-12-01T10:26:43.3812285Z ERROR (0.003s) 2022-12-01T10:26:43.3812577Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3812651Z ERROR (0.006s) 2022-12-01T10:26:43.3812937Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3813025Z Traceback (most recent call last): 2022-12-01T10:26:43.3813340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3813450Z raise rte 2022-12-01T10:26:43.3813768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3813859Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3814157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3814238Z return test(*args, **kwargs) 2022-12-01T10:26:43.3814517Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3814646Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3814902Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3815026Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3815312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3815454Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3815704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3815839Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3816091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3816225Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3816562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3816709Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3816973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3817134Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3817390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3817494Z return self.from_real_tensor( 2022-12-01T10:26:43.3817771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3817905Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3818165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3818288Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3818552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3818695Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3818915Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3818921Z 2022-12-01T10:26:43.3819096Z ERROR (0.000s) 2022-12-01T10:26:43.3819374Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3819475Z Traceback (most recent call last): 2022-12-01T10:26:43.3819781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3819857Z raise rte 2022-12-01T10:26:43.3820152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3820311Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3820596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3820695Z return test(*args, **kwargs) 2022-12-01T10:26:43.3820956Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3821093Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3821333Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3821468Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3821754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3821879Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3822140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3822260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3822524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3822641Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3822941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3823082Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3823392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3823550Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3823806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3823905Z return self.from_real_tensor( 2022-12-01T10:26:43.3824176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3824306Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3824561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3824682Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3824943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3825078Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3825297Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3825306Z 2022-12-01T10:26:43.3825378Z ERROR (0.000s) 2022-12-01T10:26:43.3825655Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3825756Z Traceback (most recent call last): 2022-12-01T10:26:43.3826050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3826126Z raise rte 2022-12-01T10:26:43.3826419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3826521Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3826802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3826942Z return test(*args, **kwargs) 2022-12-01T10:26:43.3827204Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3827339Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3827578Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3827710Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3827977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3828115Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3828359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3828492Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3828736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3828866Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3829163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3829291Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3829569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3829761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3830017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3830115Z return self.from_real_tensor( 2022-12-01T10:26:43.3830388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3830519Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3830775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3830893Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3831153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3831287Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3831494Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3831515Z 2022-12-01T10:26:43.3831576Z ERROR (0.000s) 2022-12-01T10:26:43.3831876Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3831969Z expected failure (0.010s) 2022-12-01T10:26:43.3832187Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.3832391Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.3832674Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_digamma_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3832775Z Traceback (most recent call last): 2022-12-01T10:26:43.3833073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3833150Z raise rte 2022-12-01T10:26:43.3833444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3833598Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3833881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3833979Z return test(*args, **kwargs) 2022-12-01T10:26:43.3834246Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3834385Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3834629Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3834764Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3835032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3835174Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3835419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3835551Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3835802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3835933Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3836259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3836399Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3836663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3836821Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3837075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3837176Z return self.from_real_tensor( 2022-12-01T10:26:43.3837448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3837580Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3837839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3837962Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3838222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3838357Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3838575Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3838581Z 2022-12-01T10:26:43.3838655Z ERROR (0.010s) 2022-12-01T10:26:43.3838941Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_digamma_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3839045Z Traceback (most recent call last): 2022-12-01T10:26:43.3839339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3839415Z raise rte 2022-12-01T10:26:43.3839711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3839813Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3840142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3840236Z return test(*args, **kwargs) 2022-12-01T10:26:43.3840500Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3840638Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3840877Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3841014Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3841286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3841426Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3841668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3841804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3842056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3842187Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3842472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3842616Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3842919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3843075Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3843329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3843433Z return self.from_real_tensor( 2022-12-01T10:26:43.3843710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3843841Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3844096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3844217Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3844477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3844615Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3844832Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3844839Z 2022-12-01T10:26:43.3844914Z ERROR (0.000s) 2022-12-01T10:26:43.3845200Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_digamma_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3845302Z Traceback (most recent call last): 2022-12-01T10:26:43.3845594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3845670Z raise rte 2022-12-01T10:26:43.3845960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3846065Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3846344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3846438Z return test(*args, **kwargs) 2022-12-01T10:26:43.3847262Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3847400Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3847646Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3847782Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3848054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3848192Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3848442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3848578Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3848829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3848967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3849263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3849405Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3849668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3849826Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3850128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3850227Z return self.from_real_tensor( 2022-12-01T10:26:43.3850504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3850635Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3850888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3851006Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3851265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3851401Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3851621Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3851631Z 2022-12-01T10:26:43.3851705Z ERROR (0.000s) 2022-12-01T10:26:43.3851990Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_digamma_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3852082Z expected failure (0.000s) 2022-12-01T10:26:43.3852305Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.018s) 2022-12-01T10:26:43.3852617Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3852722Z Traceback (most recent call last): 2022-12-01T10:26:43.3853020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3853096Z raise rte 2022-12-01T10:26:43.3853391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3853494Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3853826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3853922Z return test(*args, **kwargs) 2022-12-01T10:26:43.3854187Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3854325Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3854565Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3854701Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3854972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3855111Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3855356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3855491Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3855742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3855873Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3856160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3856301Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3856609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3856766Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3857022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3857124Z return self.from_real_tensor( 2022-12-01T10:26:43.3857399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3857534Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3857787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3857907Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3858171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3858309Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3858526Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3858532Z 2022-12-01T10:26:43.3858610Z ERROR (0.011s) 2022-12-01T10:26:43.3858920Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3859126Z Traceback (most recent call last): 2022-12-01T10:26:43.3859422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3859497Z raise rte 2022-12-01T10:26:43.3859791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3859899Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3860181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3860275Z return test(*args, **kwargs) 2022-12-01T10:26:43.3860594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3860737Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3860983Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3861122Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3861391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3861532Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3861784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3861919Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3862170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3862308Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3862595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3862741Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3863007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3863167Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3863471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3863576Z return self.from_real_tensor( 2022-12-01T10:26:43.3863850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3863987Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3864245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3864371Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3864634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3864772Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3864994Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3865001Z 2022-12-01T10:26:43.3865078Z ERROR (0.010s) 2022-12-01T10:26:43.3865392Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3865503Z Traceback (most recent call last): 2022-12-01T10:26:43.3865799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3865877Z raise rte 2022-12-01T10:26:43.3866169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3866274Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3866558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3866656Z return test(*args, **kwargs) 2022-12-01T10:26:43.3866920Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3867060Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3867351Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3867489Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3867761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3867903Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3868152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3868286Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3868538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3868672Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3868960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3869102Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3869369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3869525Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3869781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3869885Z return self.from_real_tensor( 2022-12-01T10:26:43.3870210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3870342Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3870597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3870719Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3870982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3871116Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3871336Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3871342Z 2022-12-01T10:26:43.3871416Z ERROR (0.010s) 2022-12-01T10:26:43.3871732Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3871806Z ERROR (0.009s) 2022-12-01T10:26:43.3872115Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3872218Z Traceback (most recent call last): 2022-12-01T10:26:43.3872512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3872588Z raise rte 2022-12-01T10:26:43.3872884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3872987Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3873270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3873364Z return test(*args, **kwargs) 2022-12-01T10:26:43.3873632Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3873816Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3874057Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3874190Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3874462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3874601Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3874844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3874979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3875226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3875357Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3875734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3875877Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3876141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3876300Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3876605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3877156Z return self.from_real_tensor( 2022-12-01T10:26:43.3877445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3877578Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3877840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3877960Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3878222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3878359Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3878580Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3878588Z 2022-12-01T10:26:43.3878663Z ERROR (0.000s) 2022-12-01T10:26:43.3878980Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3879083Z Traceback (most recent call last): 2022-12-01T10:26:43.3879380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3879457Z raise rte 2022-12-01T10:26:43.3879748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3879851Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3880130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3880223Z return test(*args, **kwargs) 2022-12-01T10:26:43.3880489Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3880628Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3880865Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3881053Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3881323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3881460Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3881705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3881836Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3882086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3882218Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3882503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3882646Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3882906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3883061Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3883316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3883413Z return self.from_real_tensor( 2022-12-01T10:26:43.3883687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3883856Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3884114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3884237Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3884496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3884632Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3884850Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3884857Z 2022-12-01T10:26:43.3884932Z ERROR (0.016s) 2022-12-01T10:26:43.3885247Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3885350Z Traceback (most recent call last): 2022-12-01T10:26:43.3885648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3885728Z raise rte 2022-12-01T10:26:43.3886021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3886126Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3886406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3886501Z return test(*args, **kwargs) 2022-12-01T10:26:43.3886765Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3886903Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3887147Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3887281Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3887550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3887736Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3887982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3888115Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3888367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3888497Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3888786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3888924Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3889188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3889350Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3889604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3889704Z return self.from_real_tensor( 2022-12-01T10:26:43.3889981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3890113Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3890408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3890528Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3890790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3890927Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3891144Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3891151Z 2022-12-01T10:26:43.3891224Z ERROR (0.008s) 2022-12-01T10:26:43.3891534Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3891605Z ERROR (0.008s) 2022-12-01T10:26:43.3891916Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3892018Z Traceback (most recent call last): 2022-12-01T10:26:43.3892315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3892392Z raise rte 2022-12-01T10:26:43.3892682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3892784Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3893063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3893157Z return test(*args, **kwargs) 2022-12-01T10:26:43.3893419Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3893561Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3893800Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3893935Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3894240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3894379Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3894622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3894757Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3895005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3895137Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3895423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3895567Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3895832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3895987Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3896240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3896338Z return self.from_real_tensor( 2022-12-01T10:26:43.3896609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3896740Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3897039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3897159Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3897421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3897559Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3897779Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3897786Z 2022-12-01T10:26:43.3897859Z ERROR (0.008s) 2022-12-01T10:26:43.3898172Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3898275Z Traceback (most recent call last): 2022-12-01T10:26:43.3898570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3898644Z raise rte 2022-12-01T10:26:43.3898937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3899157Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3899442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3899534Z return test(*args, **kwargs) 2022-12-01T10:26:43.3899798Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3899936Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3900178Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3900311Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3900583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3900773Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3901022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3901156Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3901406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3901537Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3901824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3901968Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3902230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3902384Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3902642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3902740Z return self.from_real_tensor( 2022-12-01T10:26:43.3903009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3903139Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3903393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3903516Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3903818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3903955Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3904172Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3904178Z 2022-12-01T10:26:43.3904252Z ERROR (0.008s) 2022-12-01T10:26:43.3904561Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3904663Z Traceback (most recent call last): 2022-12-01T10:26:43.3904959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3905035Z raise rte 2022-12-01T10:26:43.3905333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3905435Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3905714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3905809Z return test(*args, **kwargs) 2022-12-01T10:26:43.3906072Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3906210Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3906450Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3906582Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3906853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3906991Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3907235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3907409Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3907658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3907790Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3908075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3908217Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3908482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3908636Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3908890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3908992Z return self.from_real_tensor( 2022-12-01T10:26:43.3909264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3909394Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3909652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3909771Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3910032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3910210Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3910429Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3910437Z 2022-12-01T10:26:43.3910510Z ERROR (0.006s) 2022-12-01T10:26:43.3910807Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3910879Z ERROR (0.000s) 2022-12-01T10:26:43.3911157Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3911258Z Traceback (most recent call last): 2022-12-01T10:26:43.3911560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3911637Z raise rte 2022-12-01T10:26:43.3911941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3912046Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3912332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3912429Z return test(*args, **kwargs) 2022-12-01T10:26:43.3912695Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3912837Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3913078Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3913216Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3913488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3913629Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3913876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3914054Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3914308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3914443Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3914734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3914878Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3915147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3915304Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3915563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3915668Z return self.from_real_tensor( 2022-12-01T10:26:43.3915940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3916074Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3916334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3916455Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3916716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3916893Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3917119Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3917126Z 2022-12-01T10:26:43.3917203Z ERROR (0.006s) 2022-12-01T10:26:43.3917483Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3917587Z Traceback (most recent call last): 2022-12-01T10:26:43.3917885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3917963Z raise rte 2022-12-01T10:26:43.3918257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3918364Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3918650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3918746Z return test(*args, **kwargs) 2022-12-01T10:26:43.3919019Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3919159Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3919403Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3919540Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3919809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3919950Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3920198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3920334Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3920585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3920768Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3921052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3921196Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3921464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3921620Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3921878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3921978Z return self.from_real_tensor( 2022-12-01T10:26:43.3922251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3922384Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3922638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3922759Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3923022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3923159Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3923376Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3923425Z 2022-12-01T10:26:43.3923498Z ERROR (0.000s) 2022-12-01T10:26:43.3923774Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3923880Z Traceback (most recent call last): 2022-12-01T10:26:43.3924173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3924252Z raise rte 2022-12-01T10:26:43.3924548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3924649Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3924930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3925028Z return test(*args, **kwargs) 2022-12-01T10:26:43.3925290Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3925428Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3925668Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3925805Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3926076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3926217Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3926464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3926600Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3926854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3926988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3927273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3927463Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3927724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3927883Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3928137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3928237Z return self.from_real_tensor( 2022-12-01T10:26:43.3928508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3928638Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3928892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3929014Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3929275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3929409Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3929630Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3929636Z 2022-12-01T10:26:43.3929708Z ERROR (0.000s) 2022-12-01T10:26:43.3930028Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3930087Z ERROR (0.010s) 2022-12-01T10:26:43.3930370Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3930475Z Traceback (most recent call last): 2022-12-01T10:26:43.3930773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3930848Z raise rte 2022-12-01T10:26:43.3931142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3931244Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3931526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3931622Z return test(*args, **kwargs) 2022-12-01T10:26:43.3931887Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3932025Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3932267Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3932403Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3932672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3932809Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3933057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3933189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3933442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3933575Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3933876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3934051Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3934330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3934486Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3934737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3934836Z return self.from_real_tensor( 2022-12-01T10:26:43.3935114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3935244Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3935501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3935623Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3935883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3936020Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3936227Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3936248Z 2022-12-01T10:26:43.3936309Z ERROR (0.021s) 2022-12-01T10:26:43.3936629Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3936733Z Traceback (most recent call last): 2022-12-01T10:26:43.3937033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3937110Z raise rte 2022-12-01T10:26:43.3937399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3937501Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3937782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3937877Z return test(*args, **kwargs) 2022-12-01T10:26:43.3938141Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3938282Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3938522Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3938656Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3938924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3939170Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3939426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3939558Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3939806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3939940Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3940225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3940368Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3940687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3940840Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3941108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3941192Z return self.from_real_tensor( 2022-12-01T10:26:43.3941475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3941594Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3941865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3941983Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3942242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3942378Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3942586Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3942606Z 2022-12-01T10:26:43.3942665Z ERROR (0.013s) 2022-12-01T10:26:43.3942951Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3943055Z Traceback (most recent call last): 2022-12-01T10:26:43.3943393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3943470Z raise rte 2022-12-01T10:26:43.3943761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3943866Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3944146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3944241Z return test(*args, **kwargs) 2022-12-01T10:26:43.3944503Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3944641Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3944882Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3945019Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3945293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3945436Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3945685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3945820Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3946072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3946204Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3946489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3946634Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3946899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3947055Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3947356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3947455Z return self.from_real_tensor( 2022-12-01T10:26:43.3947725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3947856Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3948111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3948233Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3948509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3948632Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3948854Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3948877Z 2022-12-01T10:26:43.3948937Z ERROR (0.013s) 2022-12-01T10:26:43.3949223Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_double_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3949313Z expected failure (0.002s) 2022-12-01T10:26:43.3949521Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.3949841Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dstack_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3949942Z Traceback (most recent call last): 2022-12-01T10:26:43.3950237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3950318Z raise rte 2022-12-01T10:26:43.3950612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3950717Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3950997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3951091Z return test(*args, **kwargs) 2022-12-01T10:26:43.3951353Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3951492Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3951730Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3951865Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3952136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3952279Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3952522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3952656Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3952904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3953036Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3953320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3953461Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3953725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3954304Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3954560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3954659Z return self.from_real_tensor( 2022-12-01T10:26:43.3954931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3955062Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3955320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3955441Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3955699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3955838Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3956058Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3956065Z 2022-12-01T10:26:43.3956137Z ERROR (0.001s) 2022-12-01T10:26:43.3956420Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dstack_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3956523Z Traceback (most recent call last): 2022-12-01T10:26:43.3956863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3956941Z raise rte 2022-12-01T10:26:43.3957234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3957340Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3957619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3957713Z return test(*args, **kwargs) 2022-12-01T10:26:43.3957979Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3958116Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3958354Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3958493Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3958761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3958900Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3959148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3959281Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3959531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3959664Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3959947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3960088Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3960351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3960507Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3960759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3960902Z return self.from_real_tensor( 2022-12-01T10:26:43.3961173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3961304Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3961558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3961680Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3961946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3962081Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3962303Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3962312Z 2022-12-01T10:26:43.3962387Z ERROR (0.000s) 2022-12-01T10:26:43.3962671Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dstack_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3962776Z Traceback (most recent call last): 2022-12-01T10:26:43.3963076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3963155Z raise rte 2022-12-01T10:26:43.3963493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3963599Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3963883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3963981Z return test(*args, **kwargs) 2022-12-01T10:26:43.3964245Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3964385Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3964627Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3964765Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3965036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3965176Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3965424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3965562Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3965816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3965949Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3966237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3966380Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3966645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3966803Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3967062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3967164Z return self.from_real_tensor( 2022-12-01T10:26:43.3967434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3967612Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3967873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3967994Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3968261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3968398Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3968620Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3968627Z 2022-12-01T10:26:43.3968702Z ERROR (0.003s) 2022-12-01T10:26:43.3968987Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_dstack_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3969082Z expected failure (0.000s) 2022-12-01T10:26:43.3969302Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.3969526Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.3969727Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.3970051Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_eq_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3970157Z Traceback (most recent call last): 2022-12-01T10:26:43.3970456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3970539Z raise rte 2022-12-01T10:26:43.3970837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3970943Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3971228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3971325Z return test(*args, **kwargs) 2022-12-01T10:26:43.3971588Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3971729Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3971969Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3972108Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3972384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3972522Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3972771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3972909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3973158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3973289Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3973575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3973716Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3973980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3974185Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3974445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3974545Z return self.from_real_tensor( 2022-12-01T10:26:43.3974820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3974948Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3975207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3975329Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3975591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3975728Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3975948Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3975955Z 2022-12-01T10:26:43.3976027Z ERROR (0.010s) 2022-12-01T10:26:43.3976302Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_eq_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3976403Z Traceback (most recent call last): 2022-12-01T10:26:43.3976743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3976820Z raise rte 2022-12-01T10:26:43.3977226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3977334Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3977618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3977764Z return test(*args, **kwargs) 2022-12-01T10:26:43.3978032Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3978170Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3978408Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3978546Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3978817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3979043Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3979297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3979431Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3979680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3979812Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3980095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3980236Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3980502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3980660Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3980976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3981075Z return self.from_real_tensor( 2022-12-01T10:26:43.3981347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3981480Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3981736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3981856Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3982119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3982254Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3982475Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3982484Z 2022-12-01T10:26:43.3982558Z ERROR (0.011s) 2022-12-01T10:26:43.3982833Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_eq_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.3982933Z Traceback (most recent call last): 2022-12-01T10:26:43.3983227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3983303Z raise rte 2022-12-01T10:26:43.3983972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3984086Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3984371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3984467Z return test(*args, **kwargs) 2022-12-01T10:26:43.3984731Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3984870Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3985110Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3985244Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3985512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3985653Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3985897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3986033Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3986287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3986418Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3986707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3986848Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3987110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3987267Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3987523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3987621Z return self.from_real_tensor( 2022-12-01T10:26:43.3987891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3988071Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3988330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3988452Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3988712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3988846Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3989066Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3989073Z 2022-12-01T10:26:43.3989148Z ERROR (0.008s) 2022-12-01T10:26:43.3989428Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_eq_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.3989520Z expected failure (0.005s) 2022-12-01T10:26:43.3989724Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.3989997Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.3990101Z Traceback (most recent call last): 2022-12-01T10:26:43.3990395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3990469Z raise rte 2022-12-01T10:26:43.3990813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3990919Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3991205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3991300Z return test(*args, **kwargs) 2022-12-01T10:26:43.3991563Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3991701Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3991943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3992081Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3992353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3992492Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3992736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3992875Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3993124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3993253Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3993540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3993681Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.3993948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.3994107Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.3994361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.3994497Z return self.from_real_tensor( 2022-12-01T10:26:43.3994771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.3994906Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.3995159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.3995279Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.3995540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.3995677Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.3995894Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.3995900Z 2022-12-01T10:26:43.3995978Z ERROR (0.002s) 2022-12-01T10:26:43.3996253Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.3996353Z Traceback (most recent call last): 2022-12-01T10:26:43.3996648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.3996722Z raise rte 2022-12-01T10:26:43.3997015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.3997160Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.3997441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.3997534Z return test(*args, **kwargs) 2022-12-01T10:26:43.3997801Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.3997939Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.3998179Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.3998313Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.3998586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.3998723Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.3998972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.3999109Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3999359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.3999493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.3999777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.3999920Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4000180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4000338Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4000592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4000691Z return self.from_real_tensor( 2022-12-01T10:26:43.4000965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4001147Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4001403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4001522Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4001783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4001918Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4002138Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4002146Z 2022-12-01T10:26:43.4002220Z ERROR (0.002s) 2022-12-01T10:26:43.4002496Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4002599Z Traceback (most recent call last): 2022-12-01T10:26:43.4002889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4002963Z raise rte 2022-12-01T10:26:43.4003256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4003357Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4003636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4003769Z return test(*args, **kwargs) 2022-12-01T10:26:43.4004033Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4004171Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4004414Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4004549Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4004816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4004954Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4005198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4005330Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4005581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4005713Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4006000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4006143Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4006409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4006559Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4027882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4028077Z return self.from_real_tensor( 2022-12-01T10:26:43.4028397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4028524Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4028783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4029029Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4029291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4029420Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4029642Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4029651Z 2022-12-01T10:26:43.4029726Z ERROR (0.002s) 2022-12-01T10:26:43.4030008Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4030083Z ERROR (0.002s) 2022-12-01T10:26:43.4030363Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4030472Z Traceback (most recent call last): 2022-12-01T10:26:43.4030777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4030855Z raise rte 2022-12-01T10:26:43.4031153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4031258Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4031548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4031703Z return test(*args, **kwargs) 2022-12-01T10:26:43.4031975Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4032116Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4032364Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4032501Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4032777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4032920Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4033172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4033307Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4033564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4033699Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4033993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4034137Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4034403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4034562Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4034821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4034921Z return self.from_real_tensor( 2022-12-01T10:26:43.4035201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4035336Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4035595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4035760Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4036021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4036156Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4036377Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4036384Z 2022-12-01T10:26:43.4036457Z ERROR (0.002s) 2022-12-01T10:26:43.4036739Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4036841Z Traceback (most recent call last): 2022-12-01T10:26:43.4037136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4037215Z raise rte 2022-12-01T10:26:43.4037509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4037613Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4037892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4037987Z return test(*args, **kwargs) 2022-12-01T10:26:43.4038254Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4038436Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4038678Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4038812Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4039086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4039226Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4039472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4039605Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4039852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4039985Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4040274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4040416Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4040681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4040838Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4041091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4041189Z return self.from_real_tensor( 2022-12-01T10:26:43.4041461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4041591Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4041846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4041966Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4042229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4042412Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4042631Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4042638Z 2022-12-01T10:26:43.4042713Z ERROR (0.002s) 2022-12-01T10:26:43.4042991Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4043094Z Traceback (most recent call last): 2022-12-01T10:26:43.4043391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4043469Z raise rte 2022-12-01T10:26:43.4043762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4043867Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4044147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4044241Z return test(*args, **kwargs) 2022-12-01T10:26:43.4044503Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4044643Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4044883Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4045063Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4045332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4045472Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4045718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4045851Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4046099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4046232Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4046519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4046664Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4046928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4047082Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4047336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4047436Z return self.from_real_tensor( 2022-12-01T10:26:43.4047709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4047838Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4048091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4048209Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4048473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4048609Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4048829Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4048880Z 2022-12-01T10:26:43.4048953Z ERROR (0.002s) 2022-12-01T10:26:43.4049233Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfc_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4049307Z ERROR (0.003s) 2022-12-01T10:26:43.4049587Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4049689Z Traceback (most recent call last): 2022-12-01T10:26:43.4049987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4050062Z raise rte 2022-12-01T10:26:43.4050359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4050465Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4050747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4050842Z return test(*args, **kwargs) 2022-12-01T10:26:43.4051109Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4051246Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4051487Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4051669Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4051942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4052083Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4052328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4052462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4052713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4052844Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4053129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4053271Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4053534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4053691Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4053946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4054046Z return self.from_real_tensor( 2022-12-01T10:26:43.4054319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4054450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4054705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4054827Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4055092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4055231Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4055497Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4055504Z 2022-12-01T10:26:43.4055576Z ERROR (0.000s) 2022-12-01T10:26:43.4055859Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4055960Z Traceback (most recent call last): 2022-12-01T10:26:43.4056254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4056332Z raise rte 2022-12-01T10:26:43.4056627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4056729Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4057010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4057106Z return test(*args, **kwargs) 2022-12-01T10:26:43.4057370Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4057509Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4057752Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4057888Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4058199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4058338Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4058581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4058716Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4059079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4059223Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4059510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4059655Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4059919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4060079Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4060333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4060434Z return self.from_real_tensor( 2022-12-01T10:26:43.4060709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4060840Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4061098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4061217Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4061479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4061617Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4061838Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4061844Z 2022-12-01T10:26:43.4061917Z ERROR (0.003s) 2022-12-01T10:26:43.4062199Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4062351Z Traceback (most recent call last): 2022-12-01T10:26:43.4062646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4062722Z raise rte 2022-12-01T10:26:43.4063015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4063119Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4063401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4063495Z return test(*args, **kwargs) 2022-12-01T10:26:43.4063759Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4063900Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4064139Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4064275Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4064541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4064681Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4064967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4065100Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4065350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4065483Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4065770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4065911Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4066175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4066331Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4066586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4066688Z return self.from_real_tensor( 2022-12-01T10:26:43.4066963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4067097Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4067354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4067474Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4067734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4067871Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4068090Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4068097Z 2022-12-01T10:26:43.4068172Z ERROR (0.000s) 2022-12-01T10:26:43.4068454Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4068526Z ERROR (0.006s) 2022-12-01T10:26:43.4068849Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4068951Z Traceback (most recent call last): 2022-12-01T10:26:43.4069253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4069329Z raise rte 2022-12-01T10:26:43.4069623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4069726Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4070012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4070105Z return test(*args, **kwargs) 2022-12-01T10:26:43.4070367Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4070508Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4070749Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4070885Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4071151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4071290Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4071579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4071715Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4071965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4072100Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4072386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4072530Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4072795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4072952Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4073210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4073310Z return self.from_real_tensor( 2022-12-01T10:26:43.4073584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4073718Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4073972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4074093Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4074355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4074489Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4074709Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4074715Z 2022-12-01T10:26:43.4074790Z ERROR (0.000s) 2022-12-01T10:26:43.4075068Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4075171Z Traceback (most recent call last): 2022-12-01T10:26:43.4075508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4075583Z raise rte 2022-12-01T10:26:43.4075877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4075982Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4076266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4076361Z return test(*args, **kwargs) 2022-12-01T10:26:43.4076628Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4076767Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4077008Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4077146Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4077412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4077553Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4077798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4077933Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4078337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4078476Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4078766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4078966Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4079233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4079393Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4079649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4079748Z return self.from_real_tensor( 2022-12-01T10:26:43.4080023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4080155Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4080413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4080536Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4080797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4080933Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4081154Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4081161Z 2022-12-01T10:26:43.4081234Z ERROR (0.000s) 2022-12-01T10:26:43.4081513Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4081604Z Traceback (most recent call last): 2022-12-01T10:26:43.4081911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4081975Z raise rte 2022-12-01T10:26:43.4082737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4082841Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4083124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4083220Z return test(*args, **kwargs) 2022-12-01T10:26:43.4083485Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4083624Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4083866Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4084001Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4084346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4084492Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4084738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4084922Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4085177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4085310Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4085655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4085800Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4086065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4086225Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4086480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4086580Z return self.from_real_tensor( 2022-12-01T10:26:43.4086854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4086987Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4087248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4087369Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4087631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4087769Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4087991Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4088000Z 2022-12-01T10:26:43.4088073Z ERROR (0.000s) 2022-12-01T10:26:43.4088351Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp2_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4088410Z ERROR (0.000s) 2022-12-01T10:26:43.4088685Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4088790Z Traceback (most recent call last): 2022-12-01T10:26:43.4089087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4089208Z raise rte 2022-12-01T10:26:43.4089503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4089604Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4089889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4089986Z return test(*args, **kwargs) 2022-12-01T10:26:43.4090315Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4090455Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4090701Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4090889Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4091161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4091303Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4091547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4091681Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4091931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4092060Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4092390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4092535Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4092805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4092965Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4093214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4093312Z return self.from_real_tensor( 2022-12-01T10:26:43.4093584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4093713Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4093981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4094088Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4094363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4094487Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4094706Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4094728Z 2022-12-01T10:26:43.4094788Z ERROR (0.012s) 2022-12-01T10:26:43.4095064Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4095166Z Traceback (most recent call last): 2022-12-01T10:26:43.4095464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4095541Z raise rte 2022-12-01T10:26:43.4095835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4095979Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4096314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4096411Z return test(*args, **kwargs) 2022-12-01T10:26:43.4096674Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4096854Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4097103Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4097240Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4097511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4097649Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4097897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4098030Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4098283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4098416Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4098698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4098843Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4099240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4099401Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4099663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4099765Z return self.from_real_tensor( 2022-12-01T10:26:43.4100043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4100175Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4100433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4100559Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4100822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4100957Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4101175Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4101184Z 2022-12-01T10:26:43.4101257Z ERROR (0.002s) 2022-12-01T10:26:43.4101533Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4101636Z Traceback (most recent call last): 2022-12-01T10:26:43.4101934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4102011Z raise rte 2022-12-01T10:26:43.4102362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4102468Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4102754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4102946Z return test(*args, **kwargs) 2022-12-01T10:26:43.4103213Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4103354Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4103594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4103729Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4104001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4104141Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4104383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4104517Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4104766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4104897Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4105182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4105323Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4105586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4105742Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4106038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4106140Z return self.from_real_tensor( 2022-12-01T10:26:43.4106413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4106546Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4106800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4106920Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4107181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4107322Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4107542Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4107549Z 2022-12-01T10:26:43.4107622Z ERROR (0.002s) 2022-12-01T10:26:43.4107904Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_exp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4107979Z ERROR (0.002s) 2022-12-01T10:26:43.4108323Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4108426Z Traceback (most recent call last): 2022-12-01T10:26:43.4108722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4108799Z raise rte 2022-12-01T10:26:43.4109151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4109259Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4109541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4109680Z return test(*args, **kwargs) 2022-12-01T10:26:43.4109946Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4110087Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4110324Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4110459Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4110728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4110867Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4111108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4111240Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4111493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4111624Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4111907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4112049Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4112310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4112836Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4113103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4113203Z return self.from_real_tensor( 2022-12-01T10:26:43.4113480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4113609Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4113869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4113987Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4114313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4114450Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4114673Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4114681Z 2022-12-01T10:26:43.4114752Z ERROR (0.002s) 2022-12-01T10:26:43.4115091Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4115200Z Traceback (most recent call last): 2022-12-01T10:26:43.4115494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4115567Z raise rte 2022-12-01T10:26:43.4115859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4115964Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4116249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4116342Z return test(*args, **kwargs) 2022-12-01T10:26:43.4116608Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4116798Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4117036Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4117173Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4117442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4117580Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4117825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4117963Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4118214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4118343Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4118631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4118777Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4119041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4119196Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4119451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4119590Z return self.from_real_tensor( 2022-12-01T10:26:43.4119864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4119994Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4120303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4120424Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4120688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4120875Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4121097Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4121103Z 2022-12-01T10:26:43.4121176Z ERROR (0.002s) 2022-12-01T10:26:43.4121468Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4121572Z Traceback (most recent call last): 2022-12-01T10:26:43.4121866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4121946Z raise rte 2022-12-01T10:26:43.4122237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4122343Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4122628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4122722Z return test(*args, **kwargs) 2022-12-01T10:26:43.4122986Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4123124Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4123365Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4123548Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4123816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4123954Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4124198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4124331Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4124580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4124715Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4124997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4125139Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4125402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4125556Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4125807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4125906Z return self.from_real_tensor( 2022-12-01T10:26:43.4126230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4126407Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4126665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4126787Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4127050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4127239Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4127460Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4127467Z 2022-12-01T10:26:43.4127543Z ERROR (0.002s) 2022-12-01T10:26:43.4127832Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4127908Z ERROR (0.002s) 2022-12-01T10:26:43.4128189Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4128290Z Traceback (most recent call last): 2022-12-01T10:26:43.4128590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4128665Z raise rte 2022-12-01T10:26:43.4128959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4129062Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4129343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4129437Z return test(*args, **kwargs) 2022-12-01T10:26:43.4129705Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4129843Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4130083Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4130264Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4130536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4130680Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4130927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4131061Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4131313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4131446Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4131732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4131873Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4132135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4132289Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4132594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4132695Z return self.from_real_tensor( 2022-12-01T10:26:43.4132965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4133184Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4133444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4133565Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4133827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4133961Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4134178Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4134185Z 2022-12-01T10:26:43.4134260Z ERROR (0.002s) 2022-12-01T10:26:43.4134542Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4134648Z Traceback (most recent call last): 2022-12-01T10:26:43.4134940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4135016Z raise rte 2022-12-01T10:26:43.4135309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4135414Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4135694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4135786Z return test(*args, **kwargs) 2022-12-01T10:26:43.4136046Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4136183Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4136421Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4136554Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4136821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4137005Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4137251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4137385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4137632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4137763Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4138050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4138192Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4138494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4138666Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4138921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4139110Z return self.from_real_tensor( 2022-12-01T10:26:43.4139432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4139566Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4139820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4139986Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4140247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4140385Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4140603Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4140613Z 2022-12-01T10:26:43.4140686Z ERROR (0.002s) 2022-12-01T10:26:43.4140968Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4141068Z Traceback (most recent call last): 2022-12-01T10:26:43.4141361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4141440Z raise rte 2022-12-01T10:26:43.4141731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4141834Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4142116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4142210Z return test(*args, **kwargs) 2022-12-01T10:26:43.4142476Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4142614Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4142852Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4142987Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4143255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4143394Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4143639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4143814Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4144063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4144193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4144477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4144672Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4144942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4145098Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4145407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4145511Z return self.from_real_tensor( 2022-12-01T10:26:43.4145783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4145913Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4146168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4146287Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4146590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4146727Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4146948Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4146957Z 2022-12-01T10:26:43.4147030Z ERROR (0.002s) 2022-12-01T10:26:43.4147310Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expand_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4147380Z ERROR (0.002s) 2022-12-01T10:26:43.4147657Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4147759Z Traceback (most recent call last): 2022-12-01T10:26:43.4148053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4148131Z raise rte 2022-12-01T10:26:43.4148424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4148526Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4148809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4148902Z return test(*args, **kwargs) 2022-12-01T10:26:43.4149165Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4149302Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4149544Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4149679Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4149952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4150089Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4150336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4150515Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4150820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4150950Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4151288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4151434Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4151702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4151859Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4152117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4152222Z return self.from_real_tensor( 2022-12-01T10:26:43.4152493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4152624Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4152883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4153002Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4153303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4153437Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4153655Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4153664Z 2022-12-01T10:26:43.4153736Z ERROR (0.002s) 2022-12-01T10:26:43.4154014Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4154117Z Traceback (most recent call last): 2022-12-01T10:26:43.4154413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4154489Z raise rte 2022-12-01T10:26:43.4154781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4154885Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4155162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4155257Z return test(*args, **kwargs) 2022-12-01T10:26:43.4155520Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4155656Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4155893Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4156029Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4156296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4156435Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4156737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4156872Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4157196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4157349Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4157636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4157776Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4158043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4158199Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4158457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4158556Z return self.from_real_tensor( 2022-12-01T10:26:43.4158829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4158961Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4159216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4159334Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4159594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4159730Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4159994Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4160001Z 2022-12-01T10:26:43.4160075Z ERROR (0.002s) 2022-12-01T10:26:43.4160353Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4160458Z Traceback (most recent call last): 2022-12-01T10:26:43.4160751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4160826Z raise rte 2022-12-01T10:26:43.4161115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4161217Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4161499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4161594Z return test(*args, **kwargs) 2022-12-01T10:26:43.4161857Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4161995Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4162233Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4162368Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4162692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4162832Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4163082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4163268Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4163518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4163649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4163983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4164125Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4164390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4164545Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4164797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4164897Z return self.from_real_tensor( 2022-12-01T10:26:43.4165170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4165301Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4165555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4165676Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4165937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4166071Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4166289Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4166295Z 2022-12-01T10:26:43.4166369Z ERROR (0.002s) 2022-12-01T10:26:43.4166691Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_expm1_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4166761Z ok (0.552s) 2022-12-01T10:26:43.4166980Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4167202Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4167418Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4167641Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4167856Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4168060Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4168275Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4168525Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4168760Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4168974Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4169241Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4169462Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4169681Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4169895Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4170113Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4170371Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4170584Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4170794Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4171006Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4171222Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4171421Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.4171694Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4171795Z Traceback (most recent call last): 2022-12-01T10:26:43.4172096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4172173Z raise rte 2022-12-01T10:26:43.4172470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4172572Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4172900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4172996Z return test(*args, **kwargs) 2022-12-01T10:26:43.4173260Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4173403Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4173643Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4173782Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4174053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4174193Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4174437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4174628Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4174884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4175017Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4175361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4175505Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4175771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4175926Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4176182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4176282Z return self.from_real_tensor( 2022-12-01T10:26:43.4176554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4176737Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4176992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4177112Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4177373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4177510Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4177729Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4177736Z 2022-12-01T10:26:43.4177813Z ERROR (0.000s) 2022-12-01T10:26:43.4178088Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4178193Z Traceback (most recent call last): 2022-12-01T10:26:43.4178487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4178564Z raise rte 2022-12-01T10:26:43.4178855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4179035Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4179321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4179415Z return test(*args, **kwargs) 2022-12-01T10:26:43.4179729Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4179871Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4180111Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4180251Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4180577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4180720Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4180967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4181104Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4181415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4181549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4181835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4181980Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4182242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4182398Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4182658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4182757Z return self.from_real_tensor( 2022-12-01T10:26:43.4183030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4183160Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4183414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4183580Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4183845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4183982Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4184199Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4184206Z 2022-12-01T10:26:43.4184279Z ERROR (0.000s) 2022-12-01T10:26:43.4184558Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4184660Z Traceback (most recent call last): 2022-12-01T10:26:43.4184956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4185035Z raise rte 2022-12-01T10:26:43.4185326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4185429Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4185709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4185802Z return test(*args, **kwargs) 2022-12-01T10:26:43.4186064Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4186201Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4186509Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4186669Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4186938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4187079Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4187371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4187508Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4187753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4187884Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4188173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4188313Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4188576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4188733Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4188988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4189087Z return self.from_real_tensor( 2022-12-01T10:26:43.4189358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4189488Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4189742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4189860Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4190120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4190681Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4190902Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4190910Z 2022-12-01T10:26:43.4190985Z ERROR (0.000s) 2022-12-01T10:26:43.4191269Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fill_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4191342Z ERROR (0.010s) 2022-12-01T10:26:43.4191628Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flatten_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4191730Z Traceback (most recent call last): 2022-12-01T10:26:43.4192027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4192107Z raise rte 2022-12-01T10:26:43.4192400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4192562Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4192845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4192938Z return test(*args, **kwargs) 2022-12-01T10:26:43.4193248Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4193441Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4193684Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4193818Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4194091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4194231Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4194475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4194608Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4194857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4194988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4195279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4195420Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4195687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4195844Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4196100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4196199Z return self.from_real_tensor( 2022-12-01T10:26:43.4196470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4196601Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4196861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4196980Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4197242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4197417Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4197636Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4197643Z 2022-12-01T10:26:43.4197715Z ERROR (0.000s) 2022-12-01T10:26:43.4198001Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flatten_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4198102Z Traceback (most recent call last): 2022-12-01T10:26:43.4198394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4198470Z raise rte 2022-12-01T10:26:43.4198818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4198926Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4199205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4199350Z return test(*args, **kwargs) 2022-12-01T10:26:43.4199615Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4199753Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4199992Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4200173Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4200446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4200585Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4200833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4200967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4201218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4201349Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4201637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4201779Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4202051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4202207Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4202464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4202563Z return self.from_real_tensor( 2022-12-01T10:26:43.4202836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4202967Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4203218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4203338Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4203601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4203736Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4203955Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4204002Z 2022-12-01T10:26:43.4204076Z ERROR (0.000s) 2022-12-01T10:26:43.4204361Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flatten_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4204464Z Traceback (most recent call last): 2022-12-01T10:26:43.4204758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4204888Z raise rte 2022-12-01T10:26:43.4205183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4205286Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4205618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4205716Z return test(*args, **kwargs) 2022-12-01T10:26:43.4205980Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4206117Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4206357Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4206490Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4206758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4206942Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4207188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4207322Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4207574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4207705Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4207990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4208130Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4208391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4208549Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4208800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4208898Z return self.from_real_tensor( 2022-12-01T10:26:43.4209169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4209298Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4209552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4209671Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4209932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4210066Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4210287Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4210294Z 2022-12-01T10:26:43.4210367Z ERROR (0.000s) 2022-12-01T10:26:43.4210650Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flatten_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4210766Z ERROR (0.011s) 2022-12-01T10:26:43.4211102Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4211205Z Traceback (most recent call last): 2022-12-01T10:26:43.4211500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4211562Z raise rte 2022-12-01T10:26:43.4211927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4212033Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4212315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4212409Z return test(*args, **kwargs) 2022-12-01T10:26:43.4212670Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4212806Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4213043Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4213178Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4213445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4213627Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4213872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4214005Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4214258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4214389Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4214674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4214814Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4215080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4215238Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4215489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4215588Z return self.from_real_tensor( 2022-12-01T10:26:43.4215865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4215994Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4216248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4216367Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4216626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4216761Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4216982Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4216990Z 2022-12-01T10:26:43.4217062Z ERROR (0.002s) 2022-12-01T10:26:43.4217394Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4217532Z Traceback (most recent call last): 2022-12-01T10:26:43.4217872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4217950Z raise rte 2022-12-01T10:26:43.4218258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4218359Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4218641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4218733Z return test(*args, **kwargs) 2022-12-01T10:26:43.4219092Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4219236Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4219474Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4219608Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4219878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4220018Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4220265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4220790Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4221053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4221190Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4221477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4221620Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4221885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4222041Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4222295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4222398Z return self.from_real_tensor( 2022-12-01T10:26:43.4222664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4222796Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4223056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4223177Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4223503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4223639Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4223861Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4223869Z 2022-12-01T10:26:43.4223943Z ERROR (0.002s) 2022-12-01T10:26:43.4224262Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4224369Z Traceback (most recent call last): 2022-12-01T10:26:43.4224724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4224799Z raise rte 2022-12-01T10:26:43.4225095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4225198Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4225489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4225569Z return test(*args, **kwargs) 2022-12-01T10:26:43.4225850Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4225974Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4226225Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4226349Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4226631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4226756Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4227016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4227148Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4227397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4227569Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4227859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4228003Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4228266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4228421Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4228675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4228772Z return self.from_real_tensor( 2022-12-01T10:26:43.4229044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4229177Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4229433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4229607Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4229876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4230011Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4230283Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4230292Z 2022-12-01T10:26:43.4230364Z ERROR (0.002s) 2022-12-01T10:26:43.4230633Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flip_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4230707Z ERROR (0.002s) 2022-12-01T10:26:43.4230990Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4231093Z Traceback (most recent call last): 2022-12-01T10:26:43.4231438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4231512Z raise rte 2022-12-01T10:26:43.4231806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4231907Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4232190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4232283Z return test(*args, **kwargs) 2022-12-01T10:26:43.4232551Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4232688Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4232929Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4233066Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4233333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4233470Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4233719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4233854Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4234146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4234280Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4234570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4234716Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4234982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4235140Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4235394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4235492Z return self.from_real_tensor( 2022-12-01T10:26:43.4235817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4235954Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4236212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4236383Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4236650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4236787Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4237005Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4237012Z 2022-12-01T10:26:43.4237087Z ERROR (0.002s) 2022-12-01T10:26:43.4237367Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4237474Z Traceback (most recent call last): 2022-12-01T10:26:43.4237769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4237846Z raise rte 2022-12-01T10:26:43.4238188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4238292Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4238574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4238666Z return test(*args, **kwargs) 2022-12-01T10:26:43.4238931Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4239069Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4239308Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4239442Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4239709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4239848Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4240094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4240226Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4240473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4240603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4240929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4241073Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4241339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4241498Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4241751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4241902Z return self.from_real_tensor( 2022-12-01T10:26:43.4242176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4242307Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4242611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4242737Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4242999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4243136Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4243358Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4243365Z 2022-12-01T10:26:43.4243438Z ERROR (0.002s) 2022-12-01T10:26:43.4243719Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4243818Z Traceback (most recent call last): 2022-12-01T10:26:43.4244112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4244188Z raise rte 2022-12-01T10:26:43.4244476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4244577Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4244909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4245003Z return test(*args, **kwargs) 2022-12-01T10:26:43.4245266Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4245403Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4245643Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4245775Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4246045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4246182Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4246427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4246563Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4246813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4246944Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4247229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4247370Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4247677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4247834Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4248142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4248246Z return self.from_real_tensor( 2022-12-01T10:26:43.4248517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4248646Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4248905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4249072Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4249337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4249471Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4249689Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4249698Z 2022-12-01T10:26:43.4249773Z ERROR (0.003s) 2022-12-01T10:26:43.4250055Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4250126Z ERROR (0.002s) 2022-12-01T10:26:43.4250408Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4250508Z Traceback (most recent call last): 2022-12-01T10:26:43.4250803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4250877Z raise rte 2022-12-01T10:26:43.4251169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4251319Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4251597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4251688Z return test(*args, **kwargs) 2022-12-01T10:26:43.4251951Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4252085Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4252323Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4252457Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4252727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4252865Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4253111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4253243Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4253492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4253624Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4253908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4254048Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4254353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4254557Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4254816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4254915Z return self.from_real_tensor( 2022-12-01T10:26:43.4255236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4255368Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4255621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4255741Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4256003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4256137Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4256353Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4256362Z 2022-12-01T10:26:43.4256436Z ERROR (0.002s) 2022-12-01T10:26:43.4256718Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4256821Z Traceback (most recent call last): 2022-12-01T10:26:43.4257115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4257191Z raise rte 2022-12-01T10:26:43.4257488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4257589Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4257869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4258006Z return test(*args, **kwargs) 2022-12-01T10:26:43.4258266Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4258405Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4258641Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4258776Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4259127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4259269Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4259513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4259648Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4259900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4260031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4260319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4260463Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4260775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4260932Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4261230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4261378Z return self.from_real_tensor( 2022-12-01T10:26:43.4261653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4261787Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4262042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4262163Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4262420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4262553Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4262776Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4262783Z 2022-12-01T10:26:43.4262858Z ERROR (0.002s) 2022-12-01T10:26:43.4263140Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4263243Z Traceback (most recent call last): 2022-12-01T10:26:43.4263537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4263613Z raise rte 2022-12-01T10:26:43.4263902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4264006Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4264286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4264379Z return test(*args, **kwargs) 2022-12-01T10:26:43.4264639Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4264826Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4265066Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4265202Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4265470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4265608Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4265852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4265989Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4266237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4266368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4266655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4266851Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4267115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4267270Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4267571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4267673Z return self.from_real_tensor( 2022-12-01T10:26:43.4267988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4268120Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4268374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4268497Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4268757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4268891Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4269109Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4269116Z 2022-12-01T10:26:43.4269191Z ERROR (0.002s) 2022-12-01T10:26:43.4269475Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_flipud_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4269549Z ERROR (0.012s) 2022-12-01T10:26:43.4269826Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4269931Z Traceback (most recent call last): 2022-12-01T10:26:43.4270228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4270304Z raise rte 2022-12-01T10:26:43.4270597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4270705Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4270987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4271079Z return test(*args, **kwargs) 2022-12-01T10:26:43.4271342Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4271526Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4271764Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4271900Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4272166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4272307Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4272551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4272686Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4272991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4273124Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4273413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4273583Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4273874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4274032Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4274288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4274439Z return self.from_real_tensor( 2022-12-01T10:26:43.4274715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4274847Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4275106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4275226Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4275488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4275624Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4275842Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4275849Z 2022-12-01T10:26:43.4275924Z ERROR (0.006s) 2022-12-01T10:26:43.4276205Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4276307Z Traceback (most recent call last): 2022-12-01T10:26:43.4276600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4276678Z raise rte 2022-12-01T10:26:43.4276971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4277073Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4277357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4277455Z return test(*args, **kwargs) 2022-12-01T10:26:43.4277721Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4277861Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4278100Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4278276Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4278546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4278684Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4278929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4279123Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4279377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4279513Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4279851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4279994Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4280258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4280412Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4280666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4280767Z return self.from_real_tensor( 2022-12-01T10:26:43.4281042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4281219Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4281480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4281600Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4281861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4281996Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4282215Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4282222Z 2022-12-01T10:26:43.4282295Z ERROR (0.022s) 2022-12-01T10:26:43.4282578Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4282681Z Traceback (most recent call last): 2022-12-01T10:26:43.4282976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4283052Z raise rte 2022-12-01T10:26:43.4283345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4283451Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4283733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4283829Z return test(*args, **kwargs) 2022-12-01T10:26:43.4284089Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4284226Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4284467Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4284602Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4284873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4285059Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4285362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4285499Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4285750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4285929Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4286219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4286365Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4286629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4286789Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4287044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4287142Z return self.from_real_tensor( 2022-12-01T10:26:43.4287415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4287544Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4287800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4287959Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4288219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4288353Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4288574Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4288581Z 2022-12-01T10:26:43.4288654Z ERROR (0.016s) 2022-12-01T10:26:43.4288941Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4289013Z ERROR (0.012s) 2022-12-01T10:26:43.4289302Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4289405Z Traceback (most recent call last): 2022-12-01T10:26:43.4289697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4289772Z raise rte 2022-12-01T10:26:43.4290063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4290166Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4290442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4290536Z return test(*args, **kwargs) 2022-12-01T10:26:43.4290801Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4290937Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4291176Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4291313Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4291632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4291819Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4292116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4292253Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4292503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4292634Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4292920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4293061Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4293327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4293487Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4293739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4293836Z return self.from_real_tensor( 2022-12-01T10:26:43.4294104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4294232Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4294487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4294647Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4294910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4295045Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4295265Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4295272Z 2022-12-01T10:26:43.4295347Z ERROR (0.006s) 2022-12-01T10:26:43.4295638Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4295738Z Traceback (most recent call last): 2022-12-01T10:26:43.4296029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4296108Z raise rte 2022-12-01T10:26:43.4296395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4296497Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4296779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4296872Z return test(*args, **kwargs) 2022-12-01T10:26:43.4297133Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4297271Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4297561Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4297697Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4297969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4298107Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4298399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4298928Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4299266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4299398Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4299686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4299826Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4300092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4300248Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4300505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4300606Z return self.from_real_tensor( 2022-12-01T10:26:43.4300880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4301012Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4301270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4301390Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4301699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4301835Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4302052Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4302062Z 2022-12-01T10:26:43.4302135Z ERROR (0.018s) 2022-12-01T10:26:43.4302429Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4302531Z Traceback (most recent call last): 2022-12-01T10:26:43.4302824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4302901Z raise rte 2022-12-01T10:26:43.4303192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4303297Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4303579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4303731Z return test(*args, **kwargs) 2022-12-01T10:26:43.4304001Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4304139Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4304428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4304566Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4304833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4304970Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4305219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4305351Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4305601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4305786Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4306074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4306210Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4306474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4306627Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4306882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4306979Z return self.from_real_tensor( 2022-12-01T10:26:43.4307250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4307380Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4307635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4307754Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4308050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4308266Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4308680Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4308694Z 2022-12-01T10:26:43.4308811Z ERROR (0.014s) 2022-12-01T10:26:43.4309251Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_float_power_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4309367Z ERROR (0.003s) 2022-12-01T10:26:43.4309770Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4309915Z Traceback (most recent call last): 2022-12-01T10:26:43.4310398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4310511Z raise rte 2022-12-01T10:26:43.4311214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4311404Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4311832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4311976Z return test(*args, **kwargs) 2022-12-01T10:26:43.4312369Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4312569Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4312917Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4313111Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4313495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4313691Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4314041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4314230Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4314650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4314787Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4315076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4315218Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4315484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4315640Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4315899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4315999Z return self.from_real_tensor( 2022-12-01T10:26:43.4316268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4316466Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4316726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4316844Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4317154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4317291Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4317581Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4317593Z 2022-12-01T10:26:43.4317666Z ERROR (0.003s) 2022-12-01T10:26:43.4317947Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4318053Z Traceback (most recent call last): 2022-12-01T10:26:43.4318352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4318429Z raise rte 2022-12-01T10:26:43.4318722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4318825Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4319111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4319206Z return test(*args, **kwargs) 2022-12-01T10:26:43.4319467Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4319606Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4319848Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4319982Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4320252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4320393Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4320638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4320776Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4321028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4321159Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4321488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4321632Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4321894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4322050Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4322302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4322400Z return self.from_real_tensor( 2022-12-01T10:26:43.4322733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4322868Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4323124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4323292Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4323560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4323696Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4323915Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4323922Z 2022-12-01T10:26:43.4323995Z ERROR (0.004s) 2022-12-01T10:26:43.4324319Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4324421Z Traceback (most recent call last): 2022-12-01T10:26:43.4324718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4324797Z raise rte 2022-12-01T10:26:43.4325090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4325191Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4325472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4325566Z return test(*args, **kwargs) 2022-12-01T10:26:43.4325832Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4325971Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4326210Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4326349Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4326618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4326758Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4327005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4327140Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4327391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4327526Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4327811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4327955Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4328268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4328424Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4328682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4328838Z return self.from_real_tensor( 2022-12-01T10:26:43.4329119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4329250Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4329564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4329688Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4329955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4330091Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4330310Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4330317Z 2022-12-01T10:26:43.4330391Z ERROR (0.002s) 2022-12-01T10:26:43.4330683Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4330759Z ERROR (0.010s) 2022-12-01T10:26:43.4331483Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4331597Z Traceback (most recent call last): 2022-12-01T10:26:43.4331905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4331986Z raise rte 2022-12-01T10:26:43.4332288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4332392Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4332678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4332774Z return test(*args, **kwargs) 2022-12-01T10:26:43.4333041Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4333183Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4333428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4333566Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4333850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4333974Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4334238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4334359Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4334624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4334745Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4335104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4335299Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4335564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4335773Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4336031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4336131Z return self.from_real_tensor( 2022-12-01T10:26:43.4336405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4336539Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4336798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4336918Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4337183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4337319Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4337538Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4337546Z 2022-12-01T10:26:43.4337605Z ERROR (0.010s) 2022-12-01T10:26:43.4337899Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4338051Z Traceback (most recent call last): 2022-12-01T10:26:43.4338353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4338430Z raise rte 2022-12-01T10:26:43.4338725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4338830Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4339232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4339333Z return test(*args, **kwargs) 2022-12-01T10:26:43.4339599Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4339740Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4339985Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4340122Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4340398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4340541Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4340789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4340922Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4341226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4341363Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4341666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4341794Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4342121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4342332Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4342587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4342683Z return self.from_real_tensor( 2022-12-01T10:26:43.4342957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4343088Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4343345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4343466Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4343725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4343859Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4344066Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4344087Z 2022-12-01T10:26:43.4344147Z ERROR (0.021s) 2022-12-01T10:26:43.4344442Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4344547Z Traceback (most recent call last): 2022-12-01T10:26:43.4344842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4344963Z raise rte 2022-12-01T10:26:43.4345256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4345358Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4345646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4345742Z return test(*args, **kwargs) 2022-12-01T10:26:43.4346007Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4346146Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4346383Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4346520Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4346792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4346932Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4347177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4347316Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4347615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4347748Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4348037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4348228Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4348499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4353763Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4354071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4354299Z return self.from_real_tensor( 2022-12-01T10:26:43.4354618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4354740Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4355026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4355137Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4355429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4355567Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4355778Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4355803Z 2022-12-01T10:26:43.4355863Z ERROR (0.017s) 2022-12-01T10:26:43.4356156Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4356232Z ERROR (0.011s) 2022-12-01T10:26:43.4356502Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmax_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4356605Z Traceback (most recent call last): 2022-12-01T10:26:43.4356905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4357036Z raise rte 2022-12-01T10:26:43.4357336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4357439Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4357725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4357820Z return test(*args, **kwargs) 2022-12-01T10:26:43.4358086Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4358225Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4358465Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4358598Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4358874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4359016Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4359264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4359401Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4359654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4359839Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4360130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4360271Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4360589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4360746Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4361003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4361153Z return self.from_real_tensor( 2022-12-01T10:26:43.4361425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4361557Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4361812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4361932Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4362196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4362330Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4362552Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4362562Z 2022-12-01T10:26:43.4362638Z ERROR (0.009s) 2022-12-01T10:26:43.4362916Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmax_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4363017Z Traceback (most recent call last): 2022-12-01T10:26:43.4363311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4363389Z raise rte 2022-12-01T10:26:43.4363682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4363831Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4364119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4364214Z return test(*args, **kwargs) 2022-12-01T10:26:43.4364477Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4364616Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4364855Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4364991Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4365256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4365394Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4365642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4365780Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4366082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4366220Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4366508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4366698Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4366961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4367116Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4367372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4367470Z return self.from_real_tensor( 2022-12-01T10:26:43.4367745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4367930Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4368188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4368308Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4368568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4368705Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4368926Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4368934Z 2022-12-01T10:26:43.4369008Z ERROR (0.000s) 2022-12-01T10:26:43.4369285Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmax_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4369390Z Traceback (most recent call last): 2022-12-01T10:26:43.4369685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4369759Z raise rte 2022-12-01T10:26:43.4370049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4370151Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4370436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4370570Z return test(*args, **kwargs) 2022-12-01T10:26:43.4370835Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4370974Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4371212Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4371347Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4371614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4371752Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4371999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4372186Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4372444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4372581Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4372916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4373061Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4373327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4373484Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4373738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4373835Z return self.from_real_tensor( 2022-12-01T10:26:43.4374107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4374237Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4374492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4374660Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4374922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4375057Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4375275Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4375282Z 2022-12-01T10:26:43.4375357Z ERROR (0.020s) 2022-12-01T10:26:43.4375634Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmax_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4375704Z ERROR (0.012s) 2022-12-01T10:26:43.4375976Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4376081Z Traceback (most recent call last): 2022-12-01T10:26:43.4376374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4376450Z raise rte 2022-12-01T10:26:43.4376743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4376849Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4377172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4377266Z return test(*args, **kwargs) 2022-12-01T10:26:43.4377530Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4377670Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4377910Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4378046Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4378366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4378507Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4378754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4378894Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4379277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4379410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4379701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4379844Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4380113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4380272Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4380528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4380629Z return self.from_real_tensor( 2022-12-01T10:26:43.4380903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4381034Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4381289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4381460Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4381722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4381857Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4382075Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4382082Z 2022-12-01T10:26:43.4382158Z ERROR (0.011s) 2022-12-01T10:26:43.4382438Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4382540Z Traceback (most recent call last): 2022-12-01T10:26:43.4382832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4382911Z raise rte 2022-12-01T10:26:43.4383202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4383304Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4383584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4383678Z return test(*args, **kwargs) 2022-12-01T10:26:43.4383943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4384124Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4384367Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4384557Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4384828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4384966Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4385258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4385391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4385644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4385779Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4386067Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4386209Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4386478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4386634Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4386890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4386990Z return self.from_real_tensor( 2022-12-01T10:26:43.4387262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4387392Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4387648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4387768Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4388029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4388214Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4388432Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4388438Z 2022-12-01T10:26:43.4388509Z ERROR (0.009s) 2022-12-01T10:26:43.4388785Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4388886Z Traceback (most recent call last): 2022-12-01T10:26:43.4389187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4389263Z raise rte 2022-12-01T10:26:43.4389557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4389663Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4389944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4390037Z return test(*args, **kwargs) 2022-12-01T10:26:43.4390301Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4390437Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4390729Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4390910Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4391179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4391370Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4391613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4391748Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4391995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4392124Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4392405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4392548Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4392813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4392969Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4393225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4393324Z return self.from_real_tensor( 2022-12-01T10:26:43.4393596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4393727Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4393984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4394106Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4394364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4394501Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4394767Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4394773Z 2022-12-01T10:26:43.4394848Z ERROR (0.006s) 2022-12-01T10:26:43.4395124Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4395198Z ERROR (0.016s) 2022-12-01T10:26:43.4395473Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4395576Z Traceback (most recent call last): 2022-12-01T10:26:43.4395877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4395954Z raise rte 2022-12-01T10:26:43.4396247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4396356Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4396640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4396734Z return test(*args, **kwargs) 2022-12-01T10:26:43.4397051Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4397190Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4397522Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4397663Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4397931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4398073Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4398320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4398452Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4398703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4398836Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4399124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4399267Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4399529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4399687Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4399945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4400043Z return self.from_real_tensor( 2022-12-01T10:26:43.4400315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4400447Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4400708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4400829Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4401090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4401227Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4401486Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4401493Z 2022-12-01T10:26:43.4401570Z ERROR (0.012s) 2022-12-01T10:26:43.4401846Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4401949Z Traceback (most recent call last): 2022-12-01T10:26:43.4402245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4402322Z raise rte 2022-12-01T10:26:43.4402617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4402716Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4403052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4403150Z return test(*args, **kwargs) 2022-12-01T10:26:43.4403413Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4403550Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4403834Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4403970Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4404288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4404425Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4404668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4404801Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4405050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4405179Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4405465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4405607Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4405871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4406026Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4406280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4406379Z return self.from_real_tensor( 2022-12-01T10:26:43.4406648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4406778Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4407032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4407150Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4407408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4407546Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4407769Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4407775Z 2022-12-01T10:26:43.4407848Z ERROR (0.010s) 2022-12-01T10:26:43.4408162Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4408263Z Traceback (most recent call last): 2022-12-01T10:26:43.4408555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4408630Z raise rte 2022-12-01T10:26:43.4408921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4409023Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4409360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4409455Z return test(*args, **kwargs) 2022-12-01T10:26:43.4409717Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4409908Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4410149Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4410283Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4410551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4410689Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4410976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4411108Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4411356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4411488Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4411771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4411911Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4412172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4412329Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4412588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4412685Z return self.from_real_tensor( 2022-12-01T10:26:43.4412951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4413083Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4413338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4413454Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4413710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4413844Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4414061Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4414068Z 2022-12-01T10:26:43.4414143Z ERROR (0.009s) 2022-12-01T10:26:43.4414420Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_fmod_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4414490Z ERROR (0.003s) 2022-12-01T10:26:43.4415209Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4415375Z Traceback (most recent call last): 2022-12-01T10:26:43.4415680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4415759Z raise rte 2022-12-01T10:26:43.4416107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4416214Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4416500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4416594Z return test(*args, **kwargs) 2022-12-01T10:26:43.4416862Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4417003Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4417244Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4417378Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4417647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4417787Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4418086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4418219Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4418472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4418606Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4418895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4419119Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4419389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4419547Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4419804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4419902Z return self.from_real_tensor( 2022-12-01T10:26:43.4420177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4420312Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4420569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4420687Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4420947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4421082Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4421308Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4421315Z 2022-12-01T10:26:43.4421426Z ERROR (0.001s) 2022-12-01T10:26:43.4421727Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4421876Z Traceback (most recent call last): 2022-12-01T10:26:43.4422222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4422300Z raise rte 2022-12-01T10:26:43.4422595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4422698Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4422982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4423075Z return test(*args, **kwargs) 2022-12-01T10:26:43.4423341Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4423480Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4423725Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4423863Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4424131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4424268Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4424511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4424643Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4424937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4425071Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4425354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4425495Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4425758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4425912Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4426163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4426260Z return self.from_real_tensor( 2022-12-01T10:26:43.4426532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4426665Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4426921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4427040Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4427302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4427438Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4427711Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4427720Z 2022-12-01T10:26:43.4427792Z ERROR (0.000s) 2022-12-01T10:26:43.4428072Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4428176Z Traceback (most recent call last): 2022-12-01T10:26:43.4428518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4428639Z raise rte 2022-12-01T10:26:43.4428932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4429035Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4429312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4429406Z return test(*args, **kwargs) 2022-12-01T10:26:43.4429670Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4429809Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4430049Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4430182Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4430451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4430588Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4430828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4430960Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4431211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4431345Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4431669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4431811Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4432075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4432232Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4432484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4432583Z return self.from_real_tensor( 2022-12-01T10:26:43.4432855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4432986Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4433242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4433360Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4433618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4433807Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4434028Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4434035Z 2022-12-01T10:26:43.4434109Z ERROR (0.003s) 2022-12-01T10:26:43.4434439Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_frac_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4434531Z expected failure (0.000s) 2022-12-01T10:26:43.4434744Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.4435018Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_full_like_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4435119Z Traceback (most recent call last): 2022-12-01T10:26:43.4435465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4435542Z raise rte 2022-12-01T10:26:43.4435836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4435938Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4436234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4436314Z return test(*args, **kwargs) 2022-12-01T10:26:43.4436590Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4436712Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4436965Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4437088Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4437371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4437496Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4437758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4437894Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4438185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4438316Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4438602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4438744Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4439007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4439161Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4439416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4439515Z return self.from_real_tensor( 2022-12-01T10:26:43.4439785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4439967Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4440221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4440343Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4440607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4440743Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4441011Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4441018Z 2022-12-01T10:26:43.4441093Z ERROR (0.017s) 2022-12-01T10:26:43.4441367Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_full_like_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4441471Z Traceback (most recent call last): 2022-12-01T10:26:43.4441766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4441841Z raise rte 2022-12-01T10:26:43.4442181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4442285Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4442570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4442665Z return test(*args, **kwargs) 2022-12-01T10:26:43.4442926Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4443064Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4443304Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4443437Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4443704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4443844Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4444102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4444222Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4444484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4444602Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4445292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4445446Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4445715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4445877Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4446132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4446231Z return self.from_real_tensor( 2022-12-01T10:26:43.4446567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4446704Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4446963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4447132Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4447395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4447536Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4447760Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4447768Z 2022-12-01T10:26:43.4447828Z ERROR (0.010s) 2022-12-01T10:26:43.4448117Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_full_like_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4448220Z Traceback (most recent call last): 2022-12-01T10:26:43.4448514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4448594Z raise rte 2022-12-01T10:26:43.4448887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4448989Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4449329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4449423Z return test(*args, **kwargs) 2022-12-01T10:26:43.4449687Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4449824Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4450066Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4450204Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4450478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4450617Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4450864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4450999Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4451248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4451379Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4451666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4451807Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4452125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4452267Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4452585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4452690Z return self.from_real_tensor( 2022-12-01T10:26:43.4452964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4453095Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4453401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4453523Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4453788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4453927Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4454133Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4454155Z 2022-12-01T10:26:43.4454215Z ERROR (0.011s) 2022-12-01T10:26:43.4454500Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_full_like_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4454591Z expected failure (0.004s) 2022-12-01T10:26:43.4454791Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.4455061Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ge_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4455161Z Traceback (most recent call last): 2022-12-01T10:26:43.4455463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4455540Z raise rte 2022-12-01T10:26:43.4455832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4455981Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4456257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4456351Z return test(*args, **kwargs) 2022-12-01T10:26:43.4456614Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4456750Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4456992Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4457127Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4457395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4457537Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4457779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4457913Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4458158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4458292Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4458620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4458811Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4459168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4459328Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4459632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4459736Z return self.from_real_tensor( 2022-12-01T10:26:43.4460010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4460142Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4460401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4460523Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4460791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4460927Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4461148Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4461154Z 2022-12-01T10:26:43.4461228Z ERROR (0.009s) 2022-12-01T10:26:43.4461505Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ge_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4461610Z Traceback (most recent call last): 2022-12-01T10:26:43.4461907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4461984Z raise rte 2022-12-01T10:26:43.4462277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4462379Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4462659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4462801Z return test(*args, **kwargs) 2022-12-01T10:26:43.4463063Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4463206Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4463442Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4463577Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4463846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4463984Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4464227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4464363Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4464610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4464741Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4465027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4465169Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4465467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4465622Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4465875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4465974Z return self.from_real_tensor( 2022-12-01T10:26:43.4466242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4466373Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4466629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4466750Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4467012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4467152Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4467370Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4467377Z 2022-12-01T10:26:43.4467452Z ERROR (0.000s) 2022-12-01T10:26:43.4467724Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ge_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4467825Z Traceback (most recent call last): 2022-12-01T10:26:43.4468119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4468196Z raise rte 2022-12-01T10:26:43.4468490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4468590Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4468873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4468965Z return test(*args, **kwargs) 2022-12-01T10:26:43.4469227Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4469407Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4469648Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4469783Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4470108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4470249Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4470499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4470683Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4470940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4471074Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4471360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4471502Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4471765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4471922Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4472230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4472331Z return self.from_real_tensor( 2022-12-01T10:26:43.4472607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4472739Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4472993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4473111Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4473366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4473501Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4473716Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4473723Z 2022-12-01T10:26:43.4473799Z ERROR (0.015s) 2022-12-01T10:26:43.4474077Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ge_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4474168Z expected failure (0.002s) 2022-12-01T10:26:43.4474390Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4474587Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.4474858Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_gt_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4474960Z Traceback (most recent call last): 2022-12-01T10:26:43.4475258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4475335Z raise rte 2022-12-01T10:26:43.4475628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4475732Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4476058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4476150Z return test(*args, **kwargs) 2022-12-01T10:26:43.4476415Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4476551Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4476789Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4476922Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4477191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4477328Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4477574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4477707Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4477959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4478088Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4478370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4478511Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4478813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4478968Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4479221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4479323Z return self.from_real_tensor( 2022-12-01T10:26:43.4479595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4479725Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4479984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4480106Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4480367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4480505Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4480721Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4480729Z 2022-12-01T10:26:43.4480799Z ERROR (0.007s) 2022-12-01T10:26:43.4481073Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_gt_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4481174Z Traceback (most recent call last): 2022-12-01T10:26:43.4481464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4481540Z raise rte 2022-12-01T10:26:43.4481832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4481937Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4482214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4482350Z return test(*args, **kwargs) 2022-12-01T10:26:43.4482610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4482747Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4482982Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4483115Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4483385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4483526Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4483769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4483903Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4484151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4484285Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4484572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4484713Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4484971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4485126Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4485421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4485520Z return self.from_real_tensor( 2022-12-01T10:26:43.4485793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4485924Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4486233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4486361Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4486620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4486755Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4487027Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4487035Z 2022-12-01T10:26:43.4487107Z ERROR (0.008s) 2022-12-01T10:26:43.4487382Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_gt_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4487487Z Traceback (most recent call last): 2022-12-01T10:26:43.4487782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4487859Z raise rte 2022-12-01T10:26:43.4488155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4488258Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4488541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4488635Z return test(*args, **kwargs) 2022-12-01T10:26:43.4488901Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4489036Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4489324Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4489458Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4489723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4489863Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4490105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4490241Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4490491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4490621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4490907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4491048Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4491313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4491468Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4491720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4491818Z return self.from_real_tensor( 2022-12-01T10:26:43.4492134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4492265Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4492519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4492637Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4492894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4493026Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4493245Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4493252Z 2022-12-01T10:26:43.4493323Z ERROR (0.005s) 2022-12-01T10:26:43.4493601Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_gt_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4493672Z ERROR (0.009s) 2022-12-01T10:26:43.4493942Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4494045Z Traceback (most recent call last): 2022-12-01T10:26:43.4494338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4494413Z raise rte 2022-12-01T10:26:43.4494706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4494808Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4495094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4495190Z return test(*args, **kwargs) 2022-12-01T10:26:43.4495455Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4495636Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4495875Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4496009Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4496279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4496418Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4496663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4496801Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4497049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4497181Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4497468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4497610Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4497873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4498028Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4498284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4498383Z return self.from_real_tensor( 2022-12-01T10:26:43.4498700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4498831Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4499187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4499312Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4499574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4499713Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4499933Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4499940Z 2022-12-01T10:26:43.4500014Z ERROR (0.010s) 2022-12-01T10:26:43.4500294Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4500397Z Traceback (most recent call last): 2022-12-01T10:26:43.4500694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4500773Z raise rte 2022-12-01T10:26:43.4501065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4501168Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4501450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4501542Z return test(*args, **kwargs) 2022-12-01T10:26:43.4501805Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4501944Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4502186Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4502368Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4502637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4502775Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4503018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4503151Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4503403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4503538Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4503823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4503966Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4504230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4504387Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4504641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4504740Z return self.from_real_tensor( 2022-12-01T10:26:43.4505009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4505141Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4505432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4505550Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4505812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4505946Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4506162Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4506169Z 2022-12-01T10:26:43.4506241Z ERROR (0.021s) 2022-12-01T10:26:43.4506517Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4506617Z Traceback (most recent call last): 2022-12-01T10:26:43.4506912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4506991Z raise rte 2022-12-01T10:26:43.4507281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4507385Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4507667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4507759Z return test(*args, **kwargs) 2022-12-01T10:26:43.4508020Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4508154Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4508395Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4508530Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4508798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4508977Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4509222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4509354Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4509602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4509733Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4510018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4510160Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4510426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4510579Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4510833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4510929Z return self.from_real_tensor( 2022-12-01T10:26:43.4511197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4511325Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4511577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4511694Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4511992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4512128Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4512349Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4512355Z 2022-12-01T10:26:43.4512428Z ERROR (0.014s) 2022-12-01T10:26:43.4512712Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_half_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4512783Z ERROR (0.009s) 2022-12-01T10:26:43.4513074Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4513177Z Traceback (most recent call last): 2022-12-01T10:26:43.4513475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4513552Z raise rte 2022-12-01T10:26:43.4513845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4513950Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4514231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4514324Z return test(*args, **kwargs) 2022-12-01T10:26:43.4514587Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4514720Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4514961Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4515096Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4515363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4515543Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4515786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4515917Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4516164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4516293Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4516579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4516722Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4516981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4517137Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4517388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4517565Z return self.from_real_tensor( 2022-12-01T10:26:43.4517839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4517970Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4518278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4518451Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4518713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4518849Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4519070Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4519076Z 2022-12-01T10:26:43.4519147Z ERROR (0.008s) 2022-12-01T10:26:43.4519439Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4519538Z Traceback (most recent call last): 2022-12-01T10:26:43.4519831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4519906Z raise rte 2022-12-01T10:26:43.4520200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4520300Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4520578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4520675Z return test(*args, **kwargs) 2022-12-01T10:26:43.4520936Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4521074Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4521313Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4521447Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4521719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4521860Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4522104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4522652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4522907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4523041Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4523330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4523471Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4523736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4523893Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4524145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4524248Z return self.from_real_tensor( 2022-12-01T10:26:43.4524519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4524652Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4524908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4525029Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4525288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4525475Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4525694Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4525701Z 2022-12-01T10:26:43.4525777Z ERROR (0.009s) 2022-12-01T10:26:43.4526067Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4526168Z Traceback (most recent call last): 2022-12-01T10:26:43.4526464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4526541Z raise rte 2022-12-01T10:26:43.4526831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4526933Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4527218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4527314Z return test(*args, **kwargs) 2022-12-01T10:26:43.4527580Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4527718Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4527959Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4528095Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4528366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4528508Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4528755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4528887Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4529133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4529304Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4529590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4529730Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4529993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4530147Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4530401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4530501Z return self.from_real_tensor( 2022-12-01T10:26:43.4530772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4530901Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4531154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4531271Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4531530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4531664Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4531880Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4531930Z 2022-12-01T10:26:43.4532003Z ERROR (0.000s) 2022-12-01T10:26:43.4532288Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4532367Z expected failure (0.010s) 2022-12-01T10:26:43.4532590Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:26:43.4532814Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:26:43.4533026Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4533229Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.4533507Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hstack_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4533608Z Traceback (most recent call last): 2022-12-01T10:26:43.4533902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4533978Z raise rte 2022-12-01T10:26:43.4534273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4534373Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4534654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4534746Z return test(*args, **kwargs) 2022-12-01T10:26:43.4535010Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4535148Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4535386Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4535566Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4535833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4535972Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4536217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4536348Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4536595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4536727Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4537010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4537151Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4537417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4537571Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4537823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4537921Z return self.from_real_tensor( 2022-12-01T10:26:43.4538191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4538319Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4538617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4538735Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4539103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4539241Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4539458Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4539465Z 2022-12-01T10:26:43.4539539Z ERROR (0.002s) 2022-12-01T10:26:43.4539824Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hstack_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4539924Z Traceback (most recent call last): 2022-12-01T10:26:43.4540221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4540298Z raise rte 2022-12-01T10:26:43.4540591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4540696Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4540975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4541070Z return test(*args, **kwargs) 2022-12-01T10:26:43.4541333Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4541468Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4541709Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4541845Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4542110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4542300Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4542542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4542674Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4542921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4543050Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4543333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4543473Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4543734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4543890Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4544149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4544248Z return self.from_real_tensor( 2022-12-01T10:26:43.4544520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4544652Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4544908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4545072Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4545332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4545468Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4545687Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4545693Z 2022-12-01T10:26:43.4545760Z ERROR (0.002s) 2022-12-01T10:26:43.4546041Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hstack_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4546141Z Traceback (most recent call last): 2022-12-01T10:26:43.4546431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4546505Z raise rte 2022-12-01T10:26:43.4546798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4546898Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4547181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4547276Z return test(*args, **kwargs) 2022-12-01T10:26:43.4547540Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4547674Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4547913Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4548047Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4548315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4548454Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4548696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4548874Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4549123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4549257Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4549544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4549685Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4549945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4550101Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4550354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4550454Z return self.from_real_tensor( 2022-12-01T10:26:43.4550726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4550856Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4551110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4551228Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4551487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4551980Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4552208Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4552215Z 2022-12-01T10:26:43.4552286Z ERROR (0.002s) 2022-12-01T10:26:43.4552572Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hstack_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4552643Z ERROR (0.008s) 2022-12-01T10:26:43.4552922Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4553024Z Traceback (most recent call last): 2022-12-01T10:26:43.4553326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4553399Z raise rte 2022-12-01T10:26:43.4553693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4553796Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4554075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4554172Z return test(*args, **kwargs) 2022-12-01T10:26:43.4554431Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4554568Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4554810Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4554946Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4555220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4555357Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4555598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4555775Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4556024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4556152Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4556438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4556580Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4556842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4556997Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4557251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4557351Z return self.from_real_tensor( 2022-12-01T10:26:43.4557619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4557752Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4558010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4558128Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4558386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4558556Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4558771Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4558777Z 2022-12-01T10:26:43.4558849Z ERROR (0.007s) 2022-12-01T10:26:43.4559131Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4559233Z Traceback (most recent call last): 2022-12-01T10:26:43.4559529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4559603Z raise rte 2022-12-01T10:26:43.4559892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4559992Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4560273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4560366Z return test(*args, **kwargs) 2022-12-01T10:26:43.4560624Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4560765Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4561004Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4561138Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4561406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4561543Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4561784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4561917Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4562164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4562336Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4562619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4562761Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4563023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4563177Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4563431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4563527Z return self.from_real_tensor( 2022-12-01T10:26:43.4563797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4563933Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4564185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4564305Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4564565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4564698Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4564913Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4564919Z 2022-12-01T10:26:43.4565034Z ERROR (0.005s) 2022-12-01T10:26:43.4565315Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4565418Z Traceback (most recent call last): 2022-12-01T10:26:43.4565712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4565786Z raise rte 2022-12-01T10:26:43.4566074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4566174Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4566449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4566542Z return test(*args, **kwargs) 2022-12-01T10:26:43.4566809Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4566946Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4567187Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4567325Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4567592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4567730Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4567976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4568110Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4568364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4568499Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4568785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4568966Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4569229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4569385Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4569637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4569736Z return self.from_real_tensor( 2022-12-01T10:26:43.4570013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4570144Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4570401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4570524Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4570787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4570924Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4571141Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4571147Z 2022-12-01T10:26:43.4571218Z ERROR (0.006s) 2022-12-01T10:26:43.4571533Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_hypot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4571620Z expected failure (0.000s) 2022-12-01T10:26:43.4571825Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.016s) 2022-12-01T10:26:43.4572106Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igamma_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4572208Z Traceback (most recent call last): 2022-12-01T10:26:43.4572499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4572572Z raise rte 2022-12-01T10:26:43.4572862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4572963Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4573248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4573341Z return test(*args, **kwargs) 2022-12-01T10:26:43.4573602Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4573840Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4574085Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4574221Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4574541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4574682Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4574932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4575067Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4575318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4575498Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4575785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4575925Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4576187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4576341Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4576594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4576694Z return self.from_real_tensor( 2022-12-01T10:26:43.4576965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4577094Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4577350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4577468Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4577726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4577860Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4578076Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4578082Z 2022-12-01T10:26:43.4578156Z ERROR (0.008s) 2022-12-01T10:26:43.4578479Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igamma_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4578583Z Traceback (most recent call last): 2022-12-01T10:26:43.4578877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4579038Z raise rte 2022-12-01T10:26:43.4579338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4579441Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4579725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4579819Z return test(*args, **kwargs) 2022-12-01T10:26:43.4580086Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4580223Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4580464Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4580602Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4580868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4581006Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4581251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4581386Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4581634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4581764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4582047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4582232Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4582495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4582649Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4582901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4583001Z return self.from_real_tensor( 2022-12-01T10:26:43.4583271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4583405Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4583658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4583780Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4584038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4584174Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4584393Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4584399Z 2022-12-01T10:26:43.4584473Z ERROR (0.007s) 2022-12-01T10:26:43.4584751Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igamma_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4584896Z Traceback (most recent call last): 2022-12-01T10:26:43.4585192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4585268Z raise rte 2022-12-01T10:26:43.4585562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4585665Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4585944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4586042Z return test(*args, **kwargs) 2022-12-01T10:26:43.4586304Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4586442Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4586681Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4586821Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4587087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4587227Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4587474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4587608Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4587857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4587991Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4588279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4588421Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4588689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4588886Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4589139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4589236Z return self.from_real_tensor( 2022-12-01T10:26:43.4589508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4589641Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4589896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4590017Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4590276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4590412Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4590629Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4590635Z 2022-12-01T10:26:43.4590708Z ERROR (0.008s) 2022-12-01T10:26:43.4590994Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igamma_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4591066Z ERROR (0.008s) 2022-12-01T10:26:43.4591351Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igammac_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4591490Z Traceback (most recent call last): 2022-12-01T10:26:43.4591787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4591864Z raise rte 2022-12-01T10:26:43.4592157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4592261Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4592543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4592637Z return test(*args, **kwargs) 2022-12-01T10:26:43.4592898Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4593037Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4593278Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4593414Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4593683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4593822Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4594065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4594201Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4594447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4594580Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4594871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4595014Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4595277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4595472Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4595725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4595823Z return self.from_real_tensor( 2022-12-01T10:26:43.4596094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4596226Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4596484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4596603Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4596862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4596999Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4597216Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4597222Z 2022-12-01T10:26:43.4597296Z ERROR (0.005s) 2022-12-01T10:26:43.4597584Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igammac_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4597688Z Traceback (most recent call last): 2022-12-01T10:26:43.4598023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4598101Z raise rte 2022-12-01T10:26:43.4598397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4598503Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4598784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4598878Z return test(*args, **kwargs) 2022-12-01T10:26:43.4599140Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4599281Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4599523Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4599656Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4599930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4600069Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4600318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4600451Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4600703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4600834Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4601118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4601259Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4601521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4601677Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4601933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4602072Z return self.from_real_tensor( 2022-12-01T10:26:43.4602344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4602474Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4602733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4602854Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4603115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4603250Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4603469Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4603477Z 2022-12-01T10:26:43.4603550Z ERROR (0.009s) 2022-12-01T10:26:43.4603837Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igammac_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4603940Z Traceback (most recent call last): 2022-12-01T10:26:43.4604237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4604314Z raise rte 2022-12-01T10:26:43.4604652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4604755Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4605036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4605133Z return test(*args, **kwargs) 2022-12-01T10:26:43.4605394Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4605531Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4605769Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4605903Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4606170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4606312Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4606555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4606689Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4606935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4607066Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4607351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4607491Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4607751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4607907Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4608159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4608259Z return self.from_real_tensor( 2022-12-01T10:26:43.4608528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4608701Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4608956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4609073Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4609328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4609461Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4609682Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4609688Z 2022-12-01T10:26:43.4609760Z ERROR (0.000s) 2022-12-01T10:26:43.4610047Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_igammac_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4610140Z expected failure (0.046s) 2022-12-01T10:26:43.4610363Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:26:43.4610567Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.4610772Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.4611099Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_put_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4611202Z Traceback (most recent call last): 2022-12-01T10:26:43.4611496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4611574Z raise rte 2022-12-01T10:26:43.4611868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4611969Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4612251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4612344Z return test(*args, **kwargs) 2022-12-01T10:26:43.4612603Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4612741Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4612980Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4613113Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4613383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4613522Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4613767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4613901Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4614151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4614280Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4614566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4614706Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4614984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4615165Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4615429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4615513Z return self.from_real_tensor( 2022-12-01T10:26:43.4615795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4615923Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4616175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4616290Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4616551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4616688Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4616892Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4616908Z 2022-12-01T10:26:43.4616968Z ERROR (0.000s) 2022-12-01T10:26:43.4617253Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_put_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4617353Z Traceback (most recent call last): 2022-12-01T10:26:43.4617687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4617761Z raise rte 2022-12-01T10:26:43.4618055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4618158Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4618440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4618532Z return test(*args, **kwargs) 2022-12-01T10:26:43.4618793Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4618930Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4619284Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4619419Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4619686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4619824Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4620070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4620206Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4620454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4620585Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4620867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4621009Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4621276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4621429Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4621747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4621833Z return self.from_real_tensor( 2022-12-01T10:26:43.4622113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4622228Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4622494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4622600Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4622874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4623009Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4623217Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4623239Z 2022-12-01T10:26:43.4623301Z ERROR (0.013s) 2022-12-01T10:26:43.4623586Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_put_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4623690Z Traceback (most recent call last): 2022-12-01T10:26:43.4623984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4624062Z raise rte 2022-12-01T10:26:43.4624405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4624508Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4624787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4624883Z return test(*args, **kwargs) 2022-12-01T10:26:43.4625143Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4625282Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4625520Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4625655Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4625923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4626062Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4626306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4626438Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4626687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4626820Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4627104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4627245Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4627509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4627666Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4627915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4628011Z return self.from_real_tensor( 2022-12-01T10:26:43.4628706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4628838Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4629097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4629217Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4629480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4629617Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4629838Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4629845Z 2022-12-01T10:26:43.4629921Z ERROR (0.002s) 2022-12-01T10:26:43.4630213Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_put_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4630308Z expected failure (0.087s) 2022-12-01T10:26:43.4630519Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.023s) 2022-12-01T10:26:43.4630813Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_select_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4630910Z Traceback (most recent call last): 2022-12-01T10:26:43.4631252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4631325Z raise rte 2022-12-01T10:26:43.4631618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4631721Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4631999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4632093Z return test(*args, **kwargs) 2022-12-01T10:26:43.4632353Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4632491Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4632732Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4632867Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4633135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4633271Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4633515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4633649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4633895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4634031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4634313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4634455Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4634718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4634871Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4635166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4635265Z return self.from_real_tensor( 2022-12-01T10:26:43.4635535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4635662Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4635913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4636029Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4636291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4636425Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4636640Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4636650Z 2022-12-01T10:26:43.4636719Z ERROR (0.012s) 2022-12-01T10:26:43.4637012Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_select_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4637111Z Traceback (most recent call last): 2022-12-01T10:26:43.4637402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4637476Z raise rte 2022-12-01T10:26:43.4637805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4637909Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4638191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4638283Z return test(*args, **kwargs) 2022-12-01T10:26:43.4638545Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4638681Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4638917Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4639050Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4639316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4639456Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4639696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4639827Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4640078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4640208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4640491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4640629Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4640889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4641048Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4641299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4641394Z return self.from_real_tensor( 2022-12-01T10:26:43.4641711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4641841Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4642095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4642212Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4642469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4642604Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4642821Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4642827Z 2022-12-01T10:26:43.4642898Z ERROR (0.012s) 2022-12-01T10:26:43.4643193Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_select_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4643296Z Traceback (most recent call last): 2022-12-01T10:26:43.4643586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4643659Z raise rte 2022-12-01T10:26:43.4643953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4644054Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4644374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4644463Z return test(*args, **kwargs) 2022-12-01T10:26:43.4644728Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4644865Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4645102Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4645233Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4645499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4645636Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4645879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4646017Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4646265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4646397Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4646682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4646821Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4647083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4647240Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4647491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4647593Z return self.from_real_tensor( 2022-12-01T10:26:43.4647863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4647992Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4648297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4648415Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4648673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4648807Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4649024Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4649031Z 2022-12-01T10:26:43.4649103Z ERROR (0.012s) 2022-12-01T10:26:43.4649398Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_index_select_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4649488Z expected failure (0.000s) 2022-12-01T10:26:43.4649695Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.4649966Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_int_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4650065Z Traceback (most recent call last): 2022-12-01T10:26:43.4650362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4650435Z raise rte 2022-12-01T10:26:43.4650769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4650874Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4651153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4651251Z return test(*args, **kwargs) 2022-12-01T10:26:43.4651514Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4651650Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4651887Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4652026Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4652292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4652432Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4652676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4652810Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4653061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4653194Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4653479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4653621Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4653884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4654040Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4654293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4654393Z return self.from_real_tensor( 2022-12-01T10:26:43.4654662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4654838Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4655093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4655213Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4655474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4655609Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4655827Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4655834Z 2022-12-01T10:26:43.4655909Z ERROR (0.010s) 2022-12-01T10:26:43.4656180Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_int_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4656284Z Traceback (most recent call last): 2022-12-01T10:26:43.4656573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4656647Z raise rte 2022-12-01T10:26:43.4656938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4657038Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4657680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4657784Z return test(*args, **kwargs) 2022-12-01T10:26:43.4658051Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4658198Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4658439Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4658572Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4658843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4659091Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4659342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4659480Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4659729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4659862Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4660154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4660294Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4660555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4660712Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4660962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4661062Z return self.from_real_tensor( 2022-12-01T10:26:43.4661337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4661467Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4661783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4661903Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4662162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4662298Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4662516Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4662522Z 2022-12-01T10:26:43.4662595Z ERROR (0.020s) 2022-12-01T10:26:43.4662873Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_int_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4662973Z Traceback (most recent call last): 2022-12-01T10:26:43.4663268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4663346Z raise rte 2022-12-01T10:26:43.4663638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4663740Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4664023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4664116Z return test(*args, **kwargs) 2022-12-01T10:26:43.4664426Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4664566Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4664805Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4664940Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4665205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4665344Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4665587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4665721Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4665968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4666104Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4666385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4666526Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4666789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4666943Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4667194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4667293Z return self.from_real_tensor( 2022-12-01T10:26:43.4667563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4667695Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4672901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4673053Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4673413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4673555Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4673781Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4673789Z 2022-12-01T10:26:43.4673861Z ERROR (0.012s) 2022-12-01T10:26:43.4674148Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_int_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4674239Z expected failure (0.016s) 2022-12-01T10:26:43.4674451Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.4674737Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4674840Z Traceback (most recent call last): 2022-12-01T10:26:43.4675257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4675337Z raise rte 2022-12-01T10:26:43.4675634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4675739Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4676077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4676225Z return test(*args, **kwargs) 2022-12-01T10:26:43.4676495Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4676634Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4676877Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4677012Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4677283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4677422Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4677668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4677801Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4678053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4678185Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4678475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4678620Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4678884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4679039Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4679292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4679387Z return self.from_real_tensor( 2022-12-01T10:26:43.4679662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4679791Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4680050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4680220Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4680480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4680615Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4680835Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4680843Z 2022-12-01T10:26:43.4680916Z ERROR (0.006s) 2022-12-01T10:26:43.4681205Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4681352Z Traceback (most recent call last): 2022-12-01T10:26:43.4681657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4681739Z raise rte 2022-12-01T10:26:43.4682086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4682189Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4682473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4682566Z return test(*args, **kwargs) 2022-12-01T10:26:43.4682837Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4683024Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4683267Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4683402Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4683677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4683815Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4684059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4684192Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4684444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4684577Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4684868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4685009Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4685275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4685429Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4685681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4685779Z return self.from_real_tensor( 2022-12-01T10:26:43.4686048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4686178Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4686434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4686553Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4686814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4686993Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4687210Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4687217Z 2022-12-01T10:26:43.4687291Z ERROR (0.000s) 2022-12-01T10:26:43.4687634Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4687736Z Traceback (most recent call last): 2022-12-01T10:26:43.4688034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4688138Z raise rte 2022-12-01T10:26:43.4688454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4688559Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4688838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4688930Z return test(*args, **kwargs) 2022-12-01T10:26:43.4689192Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4689329Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4689569Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4689747Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4690018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4690156Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4690401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4690534Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4690780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4690911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4691195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4691335Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4691595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4691750Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4692007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4692107Z return self.from_real_tensor( 2022-12-01T10:26:43.4692377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4692508Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4692760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4692878Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4693139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4693274Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4693492Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4693540Z 2022-12-01T10:26:43.4693642Z ERROR (0.000s) 2022-12-01T10:26:43.4693947Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4694039Z expected failure (0.000s) 2022-12-01T10:26:43.4694245Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.4694566Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isinf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4694667Z Traceback (most recent call last): 2022-12-01T10:26:43.4694961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4695039Z raise rte 2022-12-01T10:26:43.4695331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4695432Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4695714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4695806Z return test(*args, **kwargs) 2022-12-01T10:26:43.4696068Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4696252Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4696491Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4696625Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4696895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4697032Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4697277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4697410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4697661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4697792Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4698079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4698219Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4698480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4698637Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4698889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4699079Z return self.from_real_tensor( 2022-12-01T10:26:43.4699355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4699487Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4699749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4699922Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4700183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4700378Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4700650Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4700659Z 2022-12-01T10:26:43.4700730Z ERROR (0.010s) 2022-12-01T10:26:43.4701008Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isinf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4701112Z Traceback (most recent call last): 2022-12-01T10:26:43.4701406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4701468Z raise rte 2022-12-01T10:26:43.4701774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4701874Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4702155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4702246Z return test(*args, **kwargs) 2022-12-01T10:26:43.4702509Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4702645Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4702885Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4703065Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4703333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4703472Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4703720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4703851Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4704100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4704229Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4704511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4704652Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4704913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4705068Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4705320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4705418Z return self.from_real_tensor( 2022-12-01T10:26:43.4705687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4705817Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4706129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4706248Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4706511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4706695Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4706919Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4706972Z 2022-12-01T10:26:43.4707044Z ERROR (0.000s) 2022-12-01T10:26:43.4707322Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isinf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4707410Z Traceback (most recent call last): 2022-12-01T10:26:43.4707716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4707778Z raise rte 2022-12-01T10:26:43.4708085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4708184Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4708466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4708561Z return test(*args, **kwargs) 2022-12-01T10:26:43.4708823Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4708959Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4709195Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4709329Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4709597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4709779Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4710026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4710158Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4710414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4710544Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4710829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4710971Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4711234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4711393Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4711646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4711746Z return self.from_real_tensor( 2022-12-01T10:26:43.4712019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4712237Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4712495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4712617Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4712880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4713016Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4713291Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4713299Z 2022-12-01T10:26:43.4713372Z ERROR (0.000s) 2022-12-01T10:26:43.4713640Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isinf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4713762Z ERROR (0.000s) 2022-12-01T10:26:43.4714040Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isnan_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4714144Z Traceback (most recent call last): 2022-12-01T10:26:43.4714444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4714526Z raise rte 2022-12-01T10:26:43.4714823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4714929Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4715215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4715315Z return test(*args, **kwargs) 2022-12-01T10:26:43.4715583Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4715723Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4715965Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4716103Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4716377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4716564Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4716815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4716951Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4717205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4717340Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4717630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4717772Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4718041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4718201Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4718459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4718559Z return self.from_real_tensor( 2022-12-01T10:26:43.4718888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4719024Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4719346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4719456Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4719731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4719853Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4720077Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4720096Z 2022-12-01T10:26:43.4720159Z ERROR (0.011s) 2022-12-01T10:26:43.4720441Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isnan_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4720596Z Traceback (most recent call last): 2022-12-01T10:26:43.4720892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4720967Z raise rte 2022-12-01T10:26:43.4721261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4721366Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4721648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4721741Z return test(*args, **kwargs) 2022-12-01T10:26:43.4722005Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4722147Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4722388Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4722523Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4722791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4722929Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4723176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4723353Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4723606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4723734Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4724020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4724160Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4724423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4724576Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4724887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4724990Z return self.from_real_tensor( 2022-12-01T10:26:43.4725261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4725432Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4725699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4725816Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4726074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4726208Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4726424Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4726431Z 2022-12-01T10:26:43.4726503Z ERROR (0.002s) 2022-12-01T10:26:43.4726787Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isnan_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4726887Z Traceback (most recent call last): 2022-12-01T10:26:43.4727182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4727308Z raise rte 2022-12-01T10:26:43.4727599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4727699Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4727978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4728071Z return test(*args, **kwargs) 2022-12-01T10:26:43.4728342Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4728479Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4728719Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4728855Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4729123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4729262Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4729509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4729642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4729890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4730063Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4730351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4730490Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4730753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4730962Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4731216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4731317Z return self.from_real_tensor( 2022-12-01T10:26:43.4731635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4731769Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4732025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4732143Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4732406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4732540Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4732757Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4732764Z 2022-12-01T10:26:43.4732835Z ERROR (0.002s) 2022-12-01T10:26:43.4733118Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isnan_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4733187Z ERROR (0.002s) 2022-12-01T10:26:43.4733474Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4733574Z Traceback (most recent call last): 2022-12-01T10:26:43.4733924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4733998Z raise rte 2022-12-01T10:26:43.4734287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4734388Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4734672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4734764Z return test(*args, **kwargs) 2022-12-01T10:26:43.4735026Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4735163Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4735400Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4735537Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4735807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4735945Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4736190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4736322Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4736614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4736744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4737078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4737223Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4737487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4737642Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4737950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4738049Z return self.from_real_tensor( 2022-12-01T10:26:43.4738317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4738449Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4738702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4738821Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4739178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4739316Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4739532Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4739539Z 2022-12-01T10:26:43.4739611Z ERROR (0.002s) 2022-12-01T10:26:43.4739898Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4740000Z Traceback (most recent call last): 2022-12-01T10:26:43.4740296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4740373Z raise rte 2022-12-01T10:26:43.4741113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4741217Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4741499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4741595Z return test(*args, **kwargs) 2022-12-01T10:26:43.4741859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4742000Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4742245Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4742381Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4742651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4742794Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4743040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4743235Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4743487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4743618Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4744007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4744155Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4744418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4744578Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4744832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4744930Z return self.from_real_tensor( 2022-12-01T10:26:43.4745200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4745328Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4745587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4745704Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4745961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4746100Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4746323Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4746331Z 2022-12-01T10:26:43.4746403Z ERROR (0.002s) 2022-12-01T10:26:43.4746692Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4746795Z Traceback (most recent call last): 2022-12-01T10:26:43.4747089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4747167Z raise rte 2022-12-01T10:26:43.4747459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4747562Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4747882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4747974Z return test(*args, **kwargs) 2022-12-01T10:26:43.4748234Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4748373Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4748610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4748744Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4749013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4749152Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4749444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4749580Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4749829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4749989Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4750298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4750440Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4750750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4750908Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4751161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4751261Z return self.from_real_tensor( 2022-12-01T10:26:43.4751533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4751665Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4751922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4752040Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4752299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4752434Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4752650Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4752659Z 2022-12-01T10:26:43.4752732Z ERROR (0.002s) 2022-12-01T10:26:43.4753021Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4753093Z ERROR (0.002s) 2022-12-01T10:26:43.4753368Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4753468Z Traceback (most recent call last): 2022-12-01T10:26:43.4753763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4753838Z raise rte 2022-12-01T10:26:43.4754128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4754275Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4754559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4754651Z return test(*args, **kwargs) 2022-12-01T10:26:43.4754911Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4755045Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4755283Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4755417Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4755738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4755877Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4756156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4756305Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4756553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4756684Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4756968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4757109Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4757414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4757570Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4757824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4757924Z return self.from_real_tensor( 2022-12-01T10:26:43.4758193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4758321Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4758577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4758694Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4758956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4759091Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4759308Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4759317Z 2022-12-01T10:26:43.4759391Z ERROR (0.002s) 2022-12-01T10:26:43.4759678Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4759780Z Traceback (most recent call last): 2022-12-01T10:26:43.4760071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4760147Z raise rte 2022-12-01T10:26:43.4760442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4760543Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4760822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4760957Z return test(*args, **kwargs) 2022-12-01T10:26:43.4761220Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4761356Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4761594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4761777Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4762045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4762185Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4762483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4762616Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4762868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4762998Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4763284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4763428Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4763695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4763852Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4764153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4764253Z return self.from_real_tensor( 2022-12-01T10:26:43.4764527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4764662Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4764915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4765035Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4765295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4765433Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4765655Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4765662Z 2022-12-01T10:26:43.4765737Z ERROR (0.002s) 2022-12-01T10:26:43.4766026Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4766132Z Traceback (most recent call last): 2022-12-01T10:26:43.4766427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4766505Z raise rte 2022-12-01T10:26:43.4766800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4766902Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4767190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4767286Z return test(*args, **kwargs) 2022-12-01T10:26:43.4767550Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4767732Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4768022Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4768157Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4768460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4768613Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4768859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4768998Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4769249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4769383Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4769673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4769816Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4770082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4770240Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4770494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4770594Z return self.from_real_tensor( 2022-12-01T10:26:43.4771274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4771457Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4771841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4772025Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4772411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4772621Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4772954Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4772964Z 2022-12-01T10:26:43.4773071Z ERROR (0.002s) 2022-12-01T10:26:43.4773504Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4773616Z ERROR (0.002s) 2022-12-01T10:26:43.4774096Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isreal_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4774268Z Traceback (most recent call last): 2022-12-01T10:26:43.4775020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4775185Z raise rte 2022-12-01T10:26:43.4775604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4775759Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4776190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4776331Z return test(*args, **kwargs) 2022-12-01T10:26:43.4776749Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4777112Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4777477Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4777684Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4778088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4778284Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4779513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4779852Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4780272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4780521Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4780967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4781227Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4781625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4781861Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4782271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4782642Z return self.from_real_tensor( 2022-12-01T10:26:43.4783099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4783296Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4783722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4783907Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4784346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4784561Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4784926Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4784938Z 2022-12-01T10:26:43.4785054Z ERROR (0.002s) 2022-12-01T10:26:43.4785513Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isreal_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4785677Z Traceback (most recent call last): 2022-12-01T10:26:43.4786185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4786316Z raise rte 2022-12-01T10:26:43.4786867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4787031Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4787526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4787681Z return test(*args, **kwargs) 2022-12-01T10:26:43.4788102Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4788331Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4788703Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4789064Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4789456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4789652Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4790070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4790324Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4790790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4791057Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4791593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4791873Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4792367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4792736Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4793209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4793432Z return self.from_real_tensor( 2022-12-01T10:26:43.4793949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4794333Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4794819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4795047Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4795546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4795805Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4796226Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4796240Z 2022-12-01T10:26:43.4796384Z ERROR (0.002s) 2022-12-01T10:26:43.4796930Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isreal_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4797134Z Traceback (most recent call last): 2022-12-01T10:26:43.4797700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4797846Z raise rte 2022-12-01T10:26:43.4798405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4798607Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4799212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4799430Z return test(*args, **kwargs) 2022-12-01T10:26:43.4799934Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4800205Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4800676Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4800934Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4801441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4801844Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4802305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4802549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4803009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4803260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4803792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4804064Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4804566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4804933Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4805455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4805650Z return self.from_real_tensor( 2022-12-01T10:26:43.4806171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4806422Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4806900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4807235Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4807728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4807987Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4808401Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4808414Z 2022-12-01T10:26:43.4808555Z ERROR (0.002s) 2022-12-01T10:26:43.4809086Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_isreal_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4809255Z expected failure (0.002s) 2022-12-01T10:26:43.4809721Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:43.4810197Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:43.4810631Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:43.4811184Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:43.4811673Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:26:43.4812085Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4812504Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4812880Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.4813395Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4813712Z Traceback (most recent call last): 2022-12-01T10:26:43.4814284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4814432Z raise rte 2022-12-01T10:26:43.4814983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4815176Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4815704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4815885Z return test(*args, **kwargs) 2022-12-01T10:26:43.4816397Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4816658Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4817175Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4817465Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4817962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4818228Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4818695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4818938Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4819612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4819872Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4820411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4820667Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4821177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4821481Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4821952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4822143Z return self.from_real_tensor( 2022-12-01T10:26:43.4822656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4822972Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4823488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4823729Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4824211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4824460Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4824876Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4824908Z 2022-12-01T10:26:43.4825033Z ERROR (0.014s) 2022-12-01T10:26:43.4825505Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4825712Z Traceback (most recent call last): 2022-12-01T10:26:43.4826220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4826492Z raise rte 2022-12-01T10:26:43.4826985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4827166Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4827628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4827786Z return test(*args, **kwargs) 2022-12-01T10:26:43.4828220Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4828458Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4828913Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4829149Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4829654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4829888Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4830303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4830524Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4830951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4831184Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4831803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4832054Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4832487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4832752Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4833187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4833336Z return self.from_real_tensor( 2022-12-01T10:26:43.4833805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4834009Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4834442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4834623Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4835146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4835368Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4835752Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4835783Z 2022-12-01T10:26:43.4835898Z ERROR (0.008s) 2022-12-01T10:26:43.4836359Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4836526Z Traceback (most recent call last): 2022-12-01T10:26:43.4837007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4837131Z raise rte 2022-12-01T10:26:43.4837573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4837871Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4838333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4838499Z return test(*args, **kwargs) 2022-12-01T10:26:43.4838937Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4839163Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4839544Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4839766Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4840196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4840422Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4840904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4841137Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4841565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4841781Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4842255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4842484Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4843019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4843275Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4843700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4843865Z return self.from_real_tensor( 2022-12-01T10:26:43.4844312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4844532Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4844949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4845158Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4845589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4845789Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4846124Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4846139Z 2022-12-01T10:26:43.4846249Z ERROR (0.009s) 2022-12-01T10:26:43.4846658Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4846767Z ERROR (0.009s) 2022-12-01T10:26:43.4847265Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_le_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4847429Z Traceback (most recent call last): 2022-12-01T10:26:43.4847943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4848078Z raise rte 2022-12-01T10:26:43.4848517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4848799Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4849270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4849428Z return test(*args, **kwargs) 2022-12-01T10:26:43.4849860Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4850088Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4850493Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4850714Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4851144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4851380Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4851778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4851995Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4852393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4852617Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4853152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4853391Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4853948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4854213Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4854624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4854779Z return self.from_real_tensor( 2022-12-01T10:26:43.4855213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4855434Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4855837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4856022Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4856436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4856664Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4857026Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4857043Z 2022-12-01T10:26:43.4857162Z ERROR (0.006s) 2022-12-01T10:26:43.4857592Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_le_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4857767Z Traceback (most recent call last): 2022-12-01T10:26:43.4858224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4858346Z raise rte 2022-12-01T10:26:43.4858913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4859169Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4859652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4859929Z return test(*args, **kwargs) 2022-12-01T10:26:43.4860355Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4860581Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4860958Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4861174Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4861600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4861821Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4862206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4862419Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4862820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4863029Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4863496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4863735Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4864147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4864518Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4864936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4865157Z return self.from_real_tensor( 2022-12-01T10:26:43.4865647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4865880Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4866299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4866476Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4866945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4867207Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4867626Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4867639Z 2022-12-01T10:26:43.4867784Z ERROR (0.005s) 2022-12-01T10:26:43.4868294Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_le_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4868499Z Traceback (most recent call last): 2022-12-01T10:26:43.4869056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4869210Z raise rte 2022-12-01T10:26:43.4869758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4869961Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4870491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4870675Z return test(*args, **kwargs) 2022-12-01T10:26:43.4871249Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4871680Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4872140Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4872402Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4872908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4873173Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4873632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4873898Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4874363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4874621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4875162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4875430Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4875926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4876228Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4876711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4877082Z return self.from_real_tensor( 2022-12-01T10:26:43.4877614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4877906Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4878390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4878622Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4879107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4879366Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4879782Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4879795Z 2022-12-01T10:26:43.4879941Z ERROR (0.006s) 2022-12-01T10:26:43.4880466Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_le_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4880646Z expected failure (0.000s) 2022-12-01T10:26:43.4881034Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.4881572Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4881771Z Traceback (most recent call last): 2022-12-01T10:26:43.4882330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4882486Z raise rte 2022-12-01T10:26:43.4883093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4883305Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4883876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4884061Z return test(*args, **kwargs) 2022-12-01T10:26:43.4884680Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4884942Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4885394Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4885653Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4886155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4886420Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4886883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4887139Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4887610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4887872Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4888407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4888681Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4889236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4889541Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4890180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4890379Z return self.from_real_tensor( 2022-12-01T10:26:43.4890892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4891149Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4891619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4891849Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4892338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4892595Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4893010Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4893022Z 2022-12-01T10:26:43.4893168Z ERROR (0.000s) 2022-12-01T10:26:43.4893634Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4893783Z Traceback (most recent call last): 2022-12-01T10:26:43.4894259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4894371Z raise rte 2022-12-01T10:26:43.4894851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4895028Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4895575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4895772Z return test(*args, **kwargs) 2022-12-01T10:26:43.4896165Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4896361Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4896866Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4897081Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4897510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4897719Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4898112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4898342Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4898752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4899078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4899537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4899747Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4900158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4900390Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4900823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4900967Z return self.from_real_tensor( 2022-12-01T10:26:43.4901588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4901863Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4902282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4902493Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4902913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4903118Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4903450Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4903463Z 2022-12-01T10:26:43.4903575Z ERROR (0.000s) 2022-12-01T10:26:43.4903994Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4904102Z Traceback (most recent call last): 2022-12-01T10:26:43.4904410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4904491Z raise rte 2022-12-01T10:26:43.4904786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4904890Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4905177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4905270Z return test(*args, **kwargs) 2022-12-01T10:26:43.4905535Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4905674Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4905916Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4906051Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4906880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4907024Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4907356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4907496Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4907751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4907937Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4908231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4908374Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4908644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4908803Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4909059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4909159Z return self.from_real_tensor( 2022-12-01T10:26:43.4909433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4909566Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4909884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4910008Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4910274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4910414Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4910640Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4910648Z 2022-12-01T10:26:43.4910724Z ERROR (0.000s) 2022-12-01T10:26:43.4911020Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4911112Z expected failure (0.010s) 2022-12-01T10:26:43.4911349Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4911573Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4911795Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4912015Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:26:43.4912246Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:26:43.4912462Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4912681Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4912908Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4913134Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4913463Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4913698Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4913905Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4914136Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4914369Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.4914637Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4914856Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.4915090Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.4915308Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4915528Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:26:43.4915800Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4916024Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.4916252Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4916486Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.059s) 2022-12-01T10:26:43.4916709Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4916950Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.4917171Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.4917393Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.4917636Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4917859Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4918090Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.4918373Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:26:43.4918594Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.4918819Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:26:43.4919039Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.4919303Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4919539Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4919757Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.066s) 2022-12-01T10:26:43.4919980Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4920262Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.4920491Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:26:43.4920746Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:26:43.4920971Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.023s) 2022-12-01T10:26:43.4921265Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4921355Z Traceback (most recent call last): 2022-12-01T10:26:43.4921673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4921782Z raise rte 2022-12-01T10:26:43.4922099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4922200Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4922486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4922581Z return test(*args, **kwargs) 2022-12-01T10:26:43.4922846Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4922983Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4923223Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4923359Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4923630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4923767Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4924013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4924148Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4924400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4924531Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4924814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4924955Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4925221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4925377Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4925632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4925775Z return self.from_real_tensor( 2022-12-01T10:26:43.4926052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4926186Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4926500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4926625Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4926891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4927075Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4927298Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4927309Z 2022-12-01T10:26:43.4927385Z ERROR (0.023s) 2022-12-01T10:26:43.4927668Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4927773Z Traceback (most recent call last): 2022-12-01T10:26:43.4928073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4928153Z raise rte 2022-12-01T10:26:43.4928465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4928611Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4928913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4928995Z return test(*args, **kwargs) 2022-12-01T10:26:43.4929277Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4929404Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4929662Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4929785Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4930073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4930215Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4930465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4930602Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4930853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4930990Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4931278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4931423Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4931689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4931850Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4932107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4932206Z return self.from_real_tensor( 2022-12-01T10:26:43.4932514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4932709Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4932969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4933091Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4933406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4933542Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4933766Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4933774Z 2022-12-01T10:26:43.4933847Z ERROR (0.022s) 2022-12-01T10:26:43.4934135Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4934243Z Traceback (most recent call last): 2022-12-01T10:26:43.4934547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4934625Z raise rte 2022-12-01T10:26:43.4934925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4935028Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4935721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4935828Z return test(*args, **kwargs) 2022-12-01T10:26:43.4936101Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4936241Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4936490Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4936629Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4936913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4937040Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4937304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4937426Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4937692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4937809Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4938111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4938252Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4938517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4938683Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4939078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4939182Z return self.from_real_tensor( 2022-12-01T10:26:43.4939465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4939645Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4939908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4940091Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4940351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4940486Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4940706Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4940714Z 2022-12-01T10:26:43.4940775Z ERROR (0.022s) 2022-12-01T10:26:43.4941082Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4941156Z ERROR (0.192s) 2022-12-01T10:26:43.4941461Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4941569Z Traceback (most recent call last): 2022-12-01T10:26:43.4941868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4941945Z raise rte 2022-12-01T10:26:43.4942238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4942339Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4942672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4942769Z return test(*args, **kwargs) 2022-12-01T10:26:43.4943033Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4943173Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4943411Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4943546Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4943815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4943952Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4944199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4944334Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4944584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4944718Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4945008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4945202Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4945468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4945626Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4945930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4946034Z return self.from_real_tensor( 2022-12-01T10:26:43.4946306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4946435Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4946742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4946861Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4947116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4947250Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4947469Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4947477Z 2022-12-01T10:26:43.4947552Z ERROR (0.191s) 2022-12-01T10:26:43.4947859Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4947962Z Traceback (most recent call last): 2022-12-01T10:26:43.4948258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4948333Z raise rte 2022-12-01T10:26:43.4948625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4948728Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4949007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4949100Z return test(*args, **kwargs) 2022-12-01T10:26:43.4949409Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4949548Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4949788Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4949926Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4950193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4950331Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4950574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4950707Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4950958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4951089Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4951431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4951581Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4951847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4952055Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4952309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4952410Z return self.from_real_tensor( 2022-12-01T10:26:43.4952680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4952813Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4953070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4953240Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4953500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4953635Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4953854Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4953861Z 2022-12-01T10:26:43.4953936Z ERROR (0.210s) 2022-12-01T10:26:43.4954246Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4954350Z Traceback (most recent call last): 2022-12-01T10:26:43.4954644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4954723Z raise rte 2022-12-01T10:26:43.4955016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4955119Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4955398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4955492Z return test(*args, **kwargs) 2022-12-01T10:26:43.4955753Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4955893Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4956179Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4956314Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4956582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4956724Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4956970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4957105Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4957354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4957540Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4957830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4957970Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4958286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4958446Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4958700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4958798Z return self.from_real_tensor( 2022-12-01T10:26:43.4959070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4959200Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4959458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4959580Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4959839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4960023Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4960242Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4960249Z 2022-12-01T10:26:43.4960322Z ERROR (0.222s) 2022-12-01T10:26:43.4960620Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4960691Z ok (0.298s) 2022-12-01T10:26:43.4960893Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.4961173Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4961275Z Traceback (most recent call last): 2022-12-01T10:26:43.4961619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4961694Z raise rte 2022-12-01T10:26:43.4961989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4962092Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4962374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4962468Z return test(*args, **kwargs) 2022-12-01T10:26:43.4962777Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4962915Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4963154Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4963290Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4963555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4963746Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4963991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4964126Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4964423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4964561Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4964846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4964990Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4965255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4965409Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4965663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4965762Z return self.from_real_tensor( 2022-12-01T10:26:43.4966033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4966163Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4966418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4966537Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4966846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4966981Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4967199Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4967207Z 2022-12-01T10:26:43.4967280Z ERROR (0.003s) 2022-12-01T10:26:43.4967553Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4967657Z Traceback (most recent call last): 2022-12-01T10:26:43.4967953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4968028Z raise rte 2022-12-01T10:26:43.4968319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4968425Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4968703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4968797Z return test(*args, **kwargs) 2022-12-01T10:26:43.4969061Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4969200Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4969481Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4969618Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4969944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4970087Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4970333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4970467Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4970766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4970899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4971186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4971327Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4971590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4971749Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4972002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4972100Z return self.from_real_tensor( 2022-12-01T10:26:43.4972375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4972503Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4972761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4972881Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4973140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4973275Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4973540Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4973547Z 2022-12-01T10:26:43.4973620Z ERROR (0.000s) 2022-12-01T10:26:43.4973895Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4973996Z Traceback (most recent call last): 2022-12-01T10:26:43.4974293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4974370Z raise rte 2022-12-01T10:26:43.4974665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4974767Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4975049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4975145Z return test(*args, **kwargs) 2022-12-01T10:26:43.4975403Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4975540Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4975775Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4975949Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4976283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4976420Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4976714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4976854Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4977104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4977235Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4977516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4977660Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4977928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4978087Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4978342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4978447Z return self.from_real_tensor( 2022-12-01T10:26:43.4978720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4978853Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4979216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4979341Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4979604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4979744Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4979964Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4979971Z 2022-12-01T10:26:43.4980096Z ERROR (0.006s) 2022-12-01T10:26:43.4980378Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log10_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4980452Z ERROR (0.000s) 2022-12-01T10:26:43.4980732Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.4980837Z Traceback (most recent call last): 2022-12-01T10:26:43.4981138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4981218Z raise rte 2022-12-01T10:26:43.4981516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4981620Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4981908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4982056Z return test(*args, **kwargs) 2022-12-01T10:26:43.4982319Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4982462Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4982751Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4982891Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4983211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4983353Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4983600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4983738Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4983990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4984125Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4984412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4984555Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4984824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4984981Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4985243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4985347Z return self.from_real_tensor( 2022-12-01T10:26:43.4985623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4985757Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4986013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4986137Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4986403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4986540Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4986762Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4986817Z 2022-12-01T10:26:43.4986896Z ERROR (0.000s) 2022-12-01T10:26:43.4987174Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.4987278Z Traceback (most recent call last): 2022-12-01T10:26:43.4987575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4987651Z raise rte 2022-12-01T10:26:43.4987943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4988106Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4988397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4988492Z return test(*args, **kwargs) 2022-12-01T10:26:43.4988808Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4988947Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4989185Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4989320Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4989588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4989730Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4990021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4990156Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4990407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4990540Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4990823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4990964Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4991228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4991384Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4991638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4991736Z return self.from_real_tensor( 2022-12-01T10:26:43.4992006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4992137Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4992390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4992510Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4992770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4992903Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4993124Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4993131Z 2022-12-01T10:26:43.4993203Z ERROR (0.000s) 2022-12-01T10:26:43.4993483Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.4993626Z Traceback (most recent call last): 2022-12-01T10:26:43.4993921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.4993997Z raise rte 2022-12-01T10:26:43.4994335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.4994437Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.4994749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.4994859Z return test(*args, **kwargs) 2022-12-01T10:26:43.4995122Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.4995260Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.4995506Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.4995643Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.4995912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.4996052Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.4996298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.4996433Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4996727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.4996859Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.4997148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.4997290Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.4997554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.4997710Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.4997967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.4998066Z return self.from_real_tensor( 2022-12-01T10:26:43.4998337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.4998467Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.4998716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.4998842Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.4999100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.4999241Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.4999464Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.4999471Z 2022-12-01T10:26:43.4999547Z ERROR (0.010s) 2022-12-01T10:26:43.4999835Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log1p_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.4999907Z ERROR (0.002s) 2022-12-01T10:26:43.5000233Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5000385Z Traceback (most recent call last): 2022-12-01T10:26:43.5000682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5000756Z raise rte 2022-12-01T10:26:43.5001093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5001196Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5001476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5001573Z return test(*args, **kwargs) 2022-12-01T10:26:43.5001837Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5001975Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5002218Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5002356Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5002624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5002763Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5003007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5003189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5003437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5003568Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5003856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5003995Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5004258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5004411Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5004663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5004763Z return self.from_real_tensor( 2022-12-01T10:26:43.5005037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5005165Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5005419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5005539Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5005800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5005936Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5006156Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5006164Z 2022-12-01T10:26:43.5006238Z ERROR (0.002s) 2022-12-01T10:26:43.5006573Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5006677Z Traceback (most recent call last): 2022-12-01T10:26:43.5006972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5007147Z raise rte 2022-12-01T10:26:43.5007442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5007545Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5007822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5007914Z return test(*args, **kwargs) 2022-12-01T10:26:43.5008175Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5008315Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5008553Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5008689Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5008960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5009099Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5009345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5009479Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5009726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5009905Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5010191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5010332Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5010599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5010754Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5011006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5011104Z return self.from_real_tensor( 2022-12-01T10:26:43.5011373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5011502Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5011762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5011880Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5012142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5012279Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5012499Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5012506Z 2022-12-01T10:26:43.5012611Z ERROR (0.002s) 2022-12-01T10:26:43.5012911Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5013015Z Traceback (most recent call last): 2022-12-01T10:26:43.5013355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5013436Z raise rte 2022-12-01T10:26:43.5013728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5014258Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5014545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5014639Z return test(*args, **kwargs) 2022-12-01T10:26:43.5014904Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5015044Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5015284Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5015424Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5015694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5015835Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5016083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5016217Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5016466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5016596Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5016880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5017071Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5017335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5017492Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5017746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5017845Z return self.from_real_tensor( 2022-12-01T10:26:43.5018117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5018248Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5018500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5018621Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5018947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5019165Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5019390Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5019397Z 2022-12-01T10:26:43.5019473Z ERROR (0.002s) 2022-12-01T10:26:43.5019806Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log2_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5019881Z ERROR (0.002s) 2022-12-01T10:26:43.5020157Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5020259Z Traceback (most recent call last): 2022-12-01T10:26:43.5020560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5020636Z raise rte 2022-12-01T10:26:43.5020929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5021084Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5021368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5021461Z return test(*args, **kwargs) 2022-12-01T10:26:43.5021724Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5021863Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5022103Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5022238Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5022506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5022645Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5022888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5023089Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5023341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5023473Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5023761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5023953Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5024219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5024375Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5024634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5024735Z return self.from_real_tensor( 2022-12-01T10:26:43.5025005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5025135Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5025440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5025561Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5025826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5026012Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5026238Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5026245Z 2022-12-01T10:26:43.5026317Z ERROR (0.002s) 2022-12-01T10:26:43.5026592Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5026693Z Traceback (most recent call last): 2022-12-01T10:26:43.5026984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5027057Z raise rte 2022-12-01T10:26:43.5027351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5027451Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5027732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5027872Z return test(*args, **kwargs) 2022-12-01T10:26:43.5028134Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5028272Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5028509Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5028643Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5028913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5029053Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5029299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5029438Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5029690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5029825Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5030177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5030324Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5030592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5030802Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5031059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5031166Z return self.from_real_tensor( 2022-12-01T10:26:43.5031480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5031628Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5031890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5032017Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5032331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5032472Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5032693Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5032700Z 2022-12-01T10:26:43.5032774Z ERROR (0.002s) 2022-12-01T10:26:43.5033053Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5033159Z Traceback (most recent call last): 2022-12-01T10:26:43.5033458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5033521Z raise rte 2022-12-01T10:26:43.5033832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5033938Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5034224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5034377Z return test(*args, **kwargs) 2022-12-01T10:26:43.5034639Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5034832Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5035074Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5035217Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5035488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5035632Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5035884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5036023Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5036273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5036413Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5036702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5036846Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5037112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5037273Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5037633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5037809Z return self.from_real_tensor( 2022-12-01T10:26:43.5038085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5038219Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5038525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5038683Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5039005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5039146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5039367Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5039374Z 2022-12-01T10:26:43.5039451Z ERROR (0.002s) 2022-12-01T10:26:43.5039745Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5039816Z ERROR (0.002s) 2022-12-01T10:26:43.5040111Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5040212Z Traceback (most recent call last): 2022-12-01T10:26:43.5040508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5040588Z raise rte 2022-12-01T10:26:43.5040879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5040983Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5041264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5041356Z return test(*args, **kwargs) 2022-12-01T10:26:43.5041618Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5041808Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5042045Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5042184Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5042451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5042587Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5042832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5042967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5043216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5043349Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5043637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5043779Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5044101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5044258Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5044906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5045073Z return self.from_real_tensor( 2022-12-01T10:26:43.5045352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5045488Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5045748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5045869Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5046130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5046268Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5046490Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5046498Z 2022-12-01T10:26:43.5046574Z ERROR (0.002s) 2022-12-01T10:26:43.5046866Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5046955Z Traceback (most recent call last): 2022-12-01T10:26:43.5047263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5047325Z raise rte 2022-12-01T10:26:43.5047630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5047731Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5048008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5048101Z return test(*args, **kwargs) 2022-12-01T10:26:43.5048365Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5048501Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5048800Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5048933Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5049203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5049341Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5049582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5049715Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5049963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5050093Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5050374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5050516Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5050777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5050932Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5056231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5056453Z return self.from_real_tensor( 2022-12-01T10:26:43.5056936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5057077Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5057452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5057642Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5057951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5058091Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5058323Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5058333Z 2022-12-01T10:26:43.5058407Z ERROR (0.002s) 2022-12-01T10:26:43.5058705Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5058796Z Traceback (most recent call last): 2022-12-01T10:26:43.5059189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5059257Z raise rte 2022-12-01T10:26:43.5059566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5059658Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5059956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5060049Z return test(*args, **kwargs) 2022-12-01T10:26:43.5060315Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5060456Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5060698Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5060834Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5061191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5061331Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5061579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5061712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5061965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5062097Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5062383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5062525Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5062792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5062950Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5063206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5063309Z return self.from_real_tensor( 2022-12-01T10:26:43.5063579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5063712Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5064013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5064134Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5064396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5064535Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5064756Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5064763Z 2022-12-01T10:26:43.5064835Z ERROR (0.002s) 2022-12-01T10:26:43.5065122Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5065195Z ERROR (0.002s) 2022-12-01T10:26:43.5065503Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5065605Z Traceback (most recent call last): 2022-12-01T10:26:43.5065903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5065981Z raise rte 2022-12-01T10:26:43.5066273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5066376Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5066659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5066754Z return test(*args, **kwargs) 2022-12-01T10:26:43.5067017Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5067158Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5067398Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5067577Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5067847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5067986Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5068229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5068363Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5068614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5068747Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5069033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5069175Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5069442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5069603Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5069861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5069959Z return self.from_real_tensor( 2022-12-01T10:26:43.5070246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5070364Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5070675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5070782Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5071055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5071180Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5071398Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5071418Z 2022-12-01T10:26:43.5071478Z ERROR (0.002s) 2022-12-01T10:26:43.5071783Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5071960Z Traceback (most recent call last): 2022-12-01T10:26:43.5072260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5072336Z raise rte 2022-12-01T10:26:43.5072679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5072786Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5073068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5073163Z return test(*args, **kwargs) 2022-12-01T10:26:43.5073427Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5073566Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5073806Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5073940Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5074207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5074395Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5074642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5074775Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5075023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5075154Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5075439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5075582Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5075846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5076003Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5076257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5076355Z return self.from_real_tensor( 2022-12-01T10:26:43.5076629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5076759Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5077013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5077174Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5077451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5077573Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5077794Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5077802Z 2022-12-01T10:26:43.5077876Z ERROR (0.002s) 2022-12-01T10:26:43.5078182Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5078283Z Traceback (most recent call last): 2022-12-01T10:26:43.5078575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5078651Z raise rte 2022-12-01T10:26:43.5078947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5079048Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5079331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5079427Z return test(*args, **kwargs) 2022-12-01T10:26:43.5079692Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5079827Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5080068Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5080201Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5080472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5080610Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5080854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5081028Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5081279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5081410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5081694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5081835Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5082101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5082257Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5082514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5082612Z return self.from_real_tensor( 2022-12-01T10:26:43.5082880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5083010Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5083263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5083381Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5083641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5083815Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5084035Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5084041Z 2022-12-01T10:26:43.5084117Z ERROR (0.003s) 2022-12-01T10:26:43.5084421Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5084510Z expected failure (0.000s) 2022-12-01T10:26:43.5084734Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.5084964Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.5085181Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:26:43.5085391Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.5085679Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5085782Z Traceback (most recent call last): 2022-12-01T10:26:43.5086080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5086157Z raise rte 2022-12-01T10:26:43.5086451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5086550Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5086835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5086928Z return test(*args, **kwargs) 2022-12-01T10:26:43.5087189Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5087370Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5087608Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5087743Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5088011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5088150Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5088398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5088534Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5088787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5088919Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5089206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5089347Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5089610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5089766Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5090020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5090160Z return self.from_real_tensor( 2022-12-01T10:26:43.5090435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5090566Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5090821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5090940Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5091200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5091334Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5091551Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5091557Z 2022-12-01T10:26:43.5091631Z ERROR (0.008s) 2022-12-01T10:26:43.5091928Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5092030Z Traceback (most recent call last): 2022-12-01T10:26:43.5092323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5092401Z raise rte 2022-12-01T10:26:43.5092694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5092798Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5093078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5093171Z return test(*args, **kwargs) 2022-12-01T10:26:43.5093435Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5093572Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5093809Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5093987Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5094258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5094393Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5094638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5094771Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5095020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5095156Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5095444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5095591Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5095855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5096013Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5096267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5096369Z return self.from_real_tensor( 2022-12-01T10:26:43.5096643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5096819Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5097074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5097196Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5097459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5097597Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5097816Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5097822Z 2022-12-01T10:26:43.5097898Z ERROR (0.007s) 2022-12-01T10:26:43.5098193Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5098297Z Traceback (most recent call last): 2022-12-01T10:26:43.5098596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5098676Z raise rte 2022-12-01T10:26:43.5099053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5099172Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5099455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5099549Z return test(*args, **kwargs) 2022-12-01T10:26:43.5099813Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5099951Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5100195Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5100333Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5100602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5100795Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5101042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5101178Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5101430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5101564Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5101853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5101996Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5102261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5102422Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5102677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5102779Z return self.from_real_tensor( 2022-12-01T10:26:43.5103124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5103257Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5103519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5103739Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5104006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5104144Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5104367Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5104373Z 2022-12-01T10:26:43.5104448Z ERROR (0.008s) 2022-12-01T10:26:43.5104743Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5104815Z ERROR (0.002s) 2022-12-01T10:26:43.5105105Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5105209Z Traceback (most recent call last): 2022-12-01T10:26:43.5105504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5105581Z raise rte 2022-12-01T10:26:43.5105878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5105982Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5106265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5106358Z return test(*args, **kwargs) 2022-12-01T10:26:43.5106622Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5106761Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5107003Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5107137Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5107404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5107581Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5107827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5107960Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5108209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5108338Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5108624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5108765Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5109027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5109184Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5109437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5109535Z return self.from_real_tensor( 2022-12-01T10:26:43.5109805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5109936Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5110227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5110349Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5110610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5110749Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5110964Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5110971Z 2022-12-01T10:26:43.5111043Z ERROR (0.000s) 2022-12-01T10:26:43.5111337Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5111438Z Traceback (most recent call last): 2022-12-01T10:26:43.5111731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5111811Z raise rte 2022-12-01T10:26:43.5112104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5112205Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5112488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5112581Z return test(*args, **kwargs) 2022-12-01T10:26:43.5112843Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5112978Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5113217Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5113353Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5113621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5113759Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5114043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5114178Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5114434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5114565Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5114851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5114991Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5115254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5115411Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5115665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5115764Z return self.from_real_tensor( 2022-12-01T10:26:43.5116039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5116170Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5116426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5116546Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5116847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5116983Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5117200Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5117209Z 2022-12-01T10:26:43.5117282Z ERROR (0.003s) 2022-12-01T10:26:43.5117572Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5117675Z Traceback (most recent call last): 2022-12-01T10:26:43.5117970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5118046Z raise rte 2022-12-01T10:26:43.5118339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5118441Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5118720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5118813Z return test(*args, **kwargs) 2022-12-01T10:26:43.5119075Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5119214Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5119451Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5119583Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5119851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5119991Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5120235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5120367Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5120659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5120789Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5121074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5121215Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5121477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5121633Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5121888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5121987Z return self.from_real_tensor( 2022-12-01T10:26:43.5122259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5122391Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5122646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5122765Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5123025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5123161Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5123420Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5123428Z 2022-12-01T10:26:43.5123500Z ERROR (0.000s) 2022-12-01T10:26:43.5123793Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5123868Z ERROR (0.006s) 2022-12-01T10:26:43.5124157Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5124258Z Traceback (most recent call last): 2022-12-01T10:26:43.5124554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5124629Z raise rte 2022-12-01T10:26:43.5124925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5125029Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5125308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5125405Z return test(*args, **kwargs) 2022-12-01T10:26:43.5125670Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5125814Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5126053Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5126188Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5126457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5126599Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5126845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5126978Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5127801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5127935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5128221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5128364Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5128627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5128788Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5129043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5129145Z return self.from_real_tensor( 2022-12-01T10:26:43.5129418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5129549Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5129803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5129924Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5130185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5130320Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5130592Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5130600Z 2022-12-01T10:26:43.5130674Z ERROR (0.015s) 2022-12-01T10:26:43.5130965Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5131070Z Traceback (most recent call last): 2022-12-01T10:26:43.5131363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5131438Z raise rte 2022-12-01T10:26:43.5131731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5131833Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5132116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5132209Z return test(*args, **kwargs) 2022-12-01T10:26:43.5132471Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5132610Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5132848Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5132982Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5133250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5133388Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5133633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5133768Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5134017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5134148Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5134482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5134621Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5134886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5135043Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5135295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5135394Z return self.from_real_tensor( 2022-12-01T10:26:43.5135667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5135797Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5136053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5136172Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5136433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5136566Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5136784Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5136791Z 2022-12-01T10:26:43.5136863Z ERROR (0.007s) 2022-12-01T10:26:43.5137197Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5137300Z Traceback (most recent call last): 2022-12-01T10:26:43.5137596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5137671Z raise rte 2022-12-01T10:26:43.5137964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5138066Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5138347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5138439Z return test(*args, **kwargs) 2022-12-01T10:26:43.5138704Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5138842Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5139173Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5139312Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5139582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5139721Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5139969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5140102Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5140352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5140483Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5140770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5140960Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5141224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5141380Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5141631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5141730Z return self.from_real_tensor( 2022-12-01T10:26:43.5142004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5142136Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5142390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5142510Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5142772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5142909Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5143128Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5143135Z 2022-12-01T10:26:43.5143209Z ERROR (0.008s) 2022-12-01T10:26:43.5143503Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5143575Z ERROR (0.008s) 2022-12-01T10:26:43.5143909Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5144013Z Traceback (most recent call last): 2022-12-01T10:26:43.5144312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5144388Z raise rte 2022-12-01T10:26:43.5144681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5144781Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5145059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5145152Z return test(*args, **kwargs) 2022-12-01T10:26:43.5145414Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5145551Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5145786Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5145926Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5146199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5146338Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5146586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5146721Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5146975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5147110Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5147397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5147581Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5147846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5148005Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5148263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5148362Z return self.from_real_tensor( 2022-12-01T10:26:43.5148638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5148771Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5149028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5149153Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5149414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5149552Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5149774Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5149780Z 2022-12-01T10:26:43.5149855Z ERROR (0.008s) 2022-12-01T10:26:43.5150195Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5150300Z Traceback (most recent call last): 2022-12-01T10:26:43.5150595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5150675Z raise rte 2022-12-01T10:26:43.5150972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5151074Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5151357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5151452Z return test(*args, **kwargs) 2022-12-01T10:26:43.5151716Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5151856Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5152100Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5152238Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5152510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5152653Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5152899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5153034Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5153285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5153421Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5153715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5153860Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5154124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5154322Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5154578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5154678Z return self.from_real_tensor( 2022-12-01T10:26:43.5154947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5155079Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5155337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5155455Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5155715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5155854Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5156075Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5156082Z 2022-12-01T10:26:43.5156154Z ERROR (0.007s) 2022-12-01T10:26:43.5156447Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5156549Z Traceback (most recent call last): 2022-12-01T10:26:43.5157216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5157301Z raise rte 2022-12-01T10:26:43.5157598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5157703Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5157990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5158084Z return test(*args, **kwargs) 2022-12-01T10:26:43.5158352Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5158492Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5158738Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5158874Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5159234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5159373Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5159623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5159757Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5160059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5160194Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5160479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5160622Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5160888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5161043Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5161356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5161453Z return self.from_real_tensor( 2022-12-01T10:26:43.5161728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5161861Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5162117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5162237Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5162498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5162634Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5162856Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5162866Z 2022-12-01T10:26:43.5162940Z ERROR (0.009s) 2022-12-01T10:26:43.5163226Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5163298Z ERROR (0.003s) 2022-12-01T10:26:43.5163560Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5163662Z Traceback (most recent call last): 2022-12-01T10:26:43.5163999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5164075Z raise rte 2022-12-01T10:26:43.5164368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5164472Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5164753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5164846Z return test(*args, **kwargs) 2022-12-01T10:26:43.5165108Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5165244Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5165482Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5165619Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5165890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5166028Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5166276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5166407Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5166657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5166787Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5167083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5167212Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5167489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5167644Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5167944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5168043Z return self.from_real_tensor( 2022-12-01T10:26:43.5168314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5168443Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5168700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5168822Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5169081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5169216Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5169419Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5169439Z 2022-12-01T10:26:43.5169499Z ERROR (0.002s) 2022-12-01T10:26:43.5169776Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5169878Z Traceback (most recent call last): 2022-12-01T10:26:43.5170172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5170247Z raise rte 2022-12-01T10:26:43.5170577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5170681Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5170961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5171056Z return test(*args, **kwargs) 2022-12-01T10:26:43.5171316Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5171454Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5171692Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5171827Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5172095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5172235Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5172479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5172613Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5172862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5172991Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5173272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5173410Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5173686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5173831Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5174093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5174177Z return self.from_real_tensor( 2022-12-01T10:26:43.5174504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5174634Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5174890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5175008Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5175265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5175399Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5175605Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5175624Z 2022-12-01T10:26:43.5175683Z ERROR (0.002s) 2022-12-01T10:26:43.5175963Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5176067Z Traceback (most recent call last): 2022-12-01T10:26:43.5176358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5176432Z raise rte 2022-12-01T10:26:43.5176726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5176826Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5177144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5177238Z return test(*args, **kwargs) 2022-12-01T10:26:43.5177502Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5177643Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5177883Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5178017Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5178286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5178422Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5178666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5178803Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5179134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5179266Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5179553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5179695Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5179956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5180111Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5180364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5180465Z return self.from_real_tensor( 2022-12-01T10:26:43.5180735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5180866Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5181180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5181286Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5181556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5181679Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5181895Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5181912Z 2022-12-01T10:26:43.5181973Z ERROR (0.002s) 2022-12-01T10:26:43.5182256Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logit_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5182324Z ok (0.606s) 2022-12-01T10:26:43.5182536Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.009s) 2022-12-01T10:26:43.5182828Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5182928Z Traceback (most recent call last): 2022-12-01T10:26:43.5183221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5183296Z raise rte 2022-12-01T10:26:43.5183591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5183737Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5184021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5184116Z return test(*args, **kwargs) 2022-12-01T10:26:43.5184379Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5184515Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5184752Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5184888Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5185152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5185292Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5185537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5185671Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5185922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5186052Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5186334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5186474Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5186738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5186891Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5187146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5187244Z return self.from_real_tensor( 2022-12-01T10:26:43.5187518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5187689Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5187947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5188065Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5188323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5188458Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5188675Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5188682Z 2022-12-01T10:26:43.5188755Z ERROR (0.011s) 2022-12-01T10:26:43.5189045Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5189150Z Traceback (most recent call last): 2022-12-01T10:26:43.5189445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5189524Z raise rte 2022-12-01T10:26:43.5189812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5189913Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5190234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5190326Z return test(*args, **kwargs) 2022-12-01T10:26:43.5190588Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5190728Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5190964Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5191098Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5191365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5191503Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5191747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5191882Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5192132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5192263Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5192548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5192688Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5192949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5193105Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5193357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5193457Z return self.from_real_tensor( 2022-12-01T10:26:43.5193726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5193856Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5194110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5194269Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5194529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5194665Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5194880Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5194887Z 2022-12-01T10:26:43.5194959Z ERROR (0.010s) 2022-12-01T10:26:43.5195252Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5195354Z Traceback (most recent call last): 2022-12-01T10:26:43.5195648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5195727Z raise rte 2022-12-01T10:26:43.5196018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5196117Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5196396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5196490Z return test(*args, **kwargs) 2022-12-01T10:26:43.5196791Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5196931Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5197173Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5197311Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5197580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5197721Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5197966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5198102Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5198349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5198484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5198769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5198913Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5199175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5199332Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5199585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5199685Z return self.from_real_tensor( 2022-12-01T10:26:43.5199956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5200089Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5200346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5200469Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5200777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5200908Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5201124Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5201130Z 2022-12-01T10:26:43.5201203Z ERROR (0.010s) 2022-12-01T10:26:43.5201488Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5201561Z ERROR (0.013s) 2022-12-01T10:26:43.5201836Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_long_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5201937Z Traceback (most recent call last): 2022-12-01T10:26:43.5202236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5202313Z raise rte 2022-12-01T10:26:43.5202606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5202706Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5202990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5203084Z return test(*args, **kwargs) 2022-12-01T10:26:43.5203390Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5203529Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5203769Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5203906Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5204175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5204313Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5204558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5204691Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5204940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5205071Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5205357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5205498Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5205762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5205918Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5206172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5206272Z return self.from_real_tensor( 2022-12-01T10:26:43.5206540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5206670Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5206926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5207045Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5207348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5207481Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5207697Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5207703Z 2022-12-01T10:26:43.5207774Z ERROR (0.008s) 2022-12-01T10:26:43.5208045Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_long_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5208146Z Traceback (most recent call last): 2022-12-01T10:26:43.5208444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5208518Z raise rte 2022-12-01T10:26:43.5208811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5208911Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5209188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5209280Z return test(*args, **kwargs) 2022-12-01T10:26:43.5209542Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5209679Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5209962Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5210096Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5210364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5210504Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5210746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5210877Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5211122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5211249Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5211529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5211670Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5211929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5212083Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5212334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5212430Z return self.from_real_tensor( 2022-12-01T10:26:43.5212698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5212826Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5213078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5213199Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5213457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5213590Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5213847Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5213854Z 2022-12-01T10:26:43.5213926Z ERROR (0.018s) 2022-12-01T10:26:43.5214199Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_long_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5214300Z Traceback (most recent call last): 2022-12-01T10:26:43.5214594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5214669Z raise rte 2022-12-01T10:26:43.5214962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5215063Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5215332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5215427Z return test(*args, **kwargs) 2022-12-01T10:26:43.5215685Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5215819Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5216053Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5216187Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5216501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5216639Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5216883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5217017Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5217262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5217393Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5217677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5217816Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5218079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5218233Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5218484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5218582Z return self.from_real_tensor( 2022-12-01T10:26:43.5218853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5219066Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5219327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5219445Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5219705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5219842Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5220060Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5220066Z 2022-12-01T10:26:43.5220136Z ERROR (0.013s) 2022-12-01T10:26:43.5220461Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_long_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5220531Z ERROR (0.008s) 2022-12-01T10:26:43.5220800Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lt_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5220900Z Traceback (most recent call last): 2022-12-01T10:26:43.5221191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5221264Z raise rte 2022-12-01T10:26:43.5221562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5221661Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5221936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5222037Z return test(*args, **kwargs) 2022-12-01T10:26:43.5222301Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5222439Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5222672Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5222806Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5223116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5223255Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5223498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5223633Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5223882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5224013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5224296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5224436Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5224701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5224854Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5225105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5225203Z return self.from_real_tensor( 2022-12-01T10:26:43.5225472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5225600Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5225854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5225973Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5226226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5226358Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5226576Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5226582Z 2022-12-01T10:26:43.5226692Z ERROR (0.006s) 2022-12-01T10:26:43.5226965Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lt_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5227066Z Traceback (most recent call last): 2022-12-01T10:26:43.5227357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5227432Z raise rte 2022-12-01T10:26:43.5227721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5227825Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5228105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5228197Z return test(*args, **kwargs) 2022-12-01T10:26:43.5228458Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5228596Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5228833Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5228967Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5229233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5229367Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5229654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5229787Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5230036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5230171Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5230455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5230601Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5230861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5231016Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5231268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5231366Z return self.from_real_tensor( 2022-12-01T10:26:43.5231630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5231761Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5232017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5232136Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5232393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5232525Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5232744Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5232751Z 2022-12-01T10:26:43.5232823Z ERROR (0.006s) 2022-12-01T10:26:43.5233094Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lt_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5233611Z Traceback (most recent call last): 2022-12-01T10:26:43.5233909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5233984Z raise rte 2022-12-01T10:26:43.5234274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5234375Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5234656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5234748Z return test(*args, **kwargs) 2022-12-01T10:26:43.5235013Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5235151Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5235389Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5235522Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5235786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5235921Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5236163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5236292Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5236591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5236722Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5237009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5237154Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5237417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5237572Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5237827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5237926Z return self.from_real_tensor( 2022-12-01T10:26:43.5238200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5238329Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5238585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5238703Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5238961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5239097Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5239317Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5239323Z 2022-12-01T10:26:43.5239396Z ERROR (0.013s) 2022-12-01T10:26:43.5239670Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_lt_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5239760Z expected failure (0.002s) 2022-12-01T10:26:43.5239977Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5240195Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.5240700Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.5240965Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5241066Z Traceback (most recent call last): 2022-12-01T10:26:43.5241364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5241429Z raise rte 2022-12-01T10:26:43.5241733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5241836Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5242122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5242219Z return test(*args, **kwargs) 2022-12-01T10:26:43.5242478Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5242614Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5242852Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5242985Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5243298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5243435Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5243677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5243811Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5244059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5244186Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5244467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5244605Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5244868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5245026Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5245282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5245383Z return self.from_real_tensor( 2022-12-01T10:26:43.5245655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5245786Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5246041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5246161Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5246418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5246555Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5246767Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5246773Z 2022-12-01T10:26:43.5246847Z ERROR (0.002s) 2022-12-01T10:26:43.5247411Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5247501Z Traceback (most recent call last): 2022-12-01T10:26:43.5247808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5247871Z raise rte 2022-12-01T10:26:43.5248175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5248265Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5248560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5248652Z return test(*args, **kwargs) 2022-12-01T10:26:43.5248914Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5249057Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5249297Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5249436Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5249704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5249838Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5250157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5250359Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5250733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5250930Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5251344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5251552Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5251956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5252171Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5252520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5252668Z return self.from_real_tensor( 2022-12-01T10:26:43.5253069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5253276Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5253669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5253835Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5254194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5254400Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5254733Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5254745Z 2022-12-01T10:26:43.5254853Z ERROR (0.003s) 2022-12-01T10:26:43.5255237Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5255968Z Traceback (most recent call last): 2022-12-01T10:26:43.5256474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5256597Z raise rte 2022-12-01T10:26:43.5257089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5257257Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5257723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5257877Z return test(*args, **kwargs) 2022-12-01T10:26:43.5258310Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5258537Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5259067Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5259289Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5259758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5259984Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5260429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5260714Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5261307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5261536Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5261843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5261990Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5262263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5262421Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5262678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5262777Z return self.from_real_tensor( 2022-12-01T10:26:43.5263052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5263182Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5263437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5263559Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5263821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5263954Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5264181Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5264191Z 2022-12-01T10:26:43.5264262Z ERROR (0.003s) 2022-12-01T10:26:43.5264527Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mH_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5264597Z ERROR (0.003s) 2022-12-01T10:26:43.5264868Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5265406Z Traceback (most recent call last): 2022-12-01T10:26:43.5265708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5265785Z raise rte 2022-12-01T10:26:43.5266080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5266184Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5266471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5266568Z return test(*args, **kwargs) 2022-12-01T10:26:43.5266838Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5266978Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5267222Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5267358Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5267626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5267768Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5268012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5268147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5268820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5268962Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5269255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5269398Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5269666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5269822Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5270078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5270176Z return self.from_real_tensor( 2022-12-01T10:26:43.5270453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5270585Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5270841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5270961Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5271225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5271360Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5271581Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5271588Z 2022-12-01T10:26:43.5271662Z ERROR (0.002s) 2022-12-01T10:26:43.5271935Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5272033Z Traceback (most recent call last): 2022-12-01T10:26:43.5272325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5272688Z raise rte 2022-12-01T10:26:43.5272985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5273088Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5273371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5273467Z return test(*args, **kwargs) 2022-12-01T10:26:43.5273734Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5273876Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5274116Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5274249Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5274522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5274662Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5274906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5275041Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5275296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5275431Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5275764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5275908Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5276176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5276333Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5276585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5276684Z return self.from_real_tensor( 2022-12-01T10:26:43.5276957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5277090Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5277347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5277465Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5277725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5277861Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5278078Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5278086Z 2022-12-01T10:26:43.5278160Z ERROR (0.002s) 2022-12-01T10:26:43.5278431Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5278533Z Traceback (most recent call last): 2022-12-01T10:26:43.5278827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5278901Z raise rte 2022-12-01T10:26:43.5279195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5279577Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5279862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5279956Z return test(*args, **kwargs) 2022-12-01T10:26:43.5280218Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5280357Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5280594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5280733Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5281002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5281140Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5281387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5281520Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5281775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5281906Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5282192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5282335Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5282646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5282803Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5283057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5283158Z return self.from_real_tensor( 2022-12-01T10:26:43.5283430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5283561Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5283818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5283938Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5284200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5284337Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5284555Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5284565Z 2022-12-01T10:26:43.5284636Z ERROR (0.003s) 2022-12-01T10:26:43.5284919Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mT_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5285008Z expected failure (0.050s) 2022-12-01T10:26:43.5285231Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:26:43.5285455Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:26:43.5285680Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.042s) 2022-12-01T10:26:43.5285908Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5286406Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.5286626Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.5286856Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5287084Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.5287316Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.5287535Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.083s) 2022-12-01T10:26:43.5287755Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.5287974Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.063s) 2022-12-01T10:26:43.5288188Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:26:43.5288493Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5288595Z Traceback (most recent call last): 2022-12-01T10:26:43.5288943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5289020Z raise rte 2022-12-01T10:26:43.5289319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5289424Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5289707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5289800Z return test(*args, **kwargs) 2022-12-01T10:26:43.5290063Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5290201Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5290444Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5290584Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5290856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5290992Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5291241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5291374Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5291625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5291759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5292043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5292188Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5292449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5292604Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5293156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5293255Z return self.from_real_tensor( 2022-12-01T10:26:43.5293529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5293663Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5293921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5294043Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5294306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5294443Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5294662Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5294672Z 2022-12-01T10:26:43.5294746Z ERROR (0.004s) 2022-12-01T10:26:43.5295054Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5295157Z Traceback (most recent call last): 2022-12-01T10:26:43.5295453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5295529Z raise rte 2022-12-01T10:26:43.5295868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5295970Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5296250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5296346Z return test(*args, **kwargs) 2022-12-01T10:26:43.5296613Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5296752Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5296990Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5297127Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5297398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5297537Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5297781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5297916Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5298165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5298297Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5298584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5298728Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5299087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5299250Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5299510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5299610Z return self.from_real_tensor( 2022-12-01T10:26:43.5299941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5300071Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5300324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5300445Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5300705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5300839Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5301062Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5301070Z 2022-12-01T10:26:43.5301144Z ERROR (0.004s) 2022-12-01T10:26:43.5301451Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5301554Z Traceback (most recent call last): 2022-12-01T10:26:43.5301850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5301926Z raise rte 2022-12-01T10:26:43.5302216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5302316Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5302637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5302731Z return test(*args, **kwargs) 2022-12-01T10:26:43.5302992Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5303134Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5303372Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5303507Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5303778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5303918Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5304165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5304300Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5304547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5304685Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5304972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5305113Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5305379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5305535Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5305792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5305893Z return self.from_real_tensor( 2022-12-01T10:26:43.5306166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5306338Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5306596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5306715Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5306979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5307114Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5307335Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5307341Z 2022-12-01T10:26:43.5307415Z ERROR (0.004s) 2022-12-01T10:26:43.5307719Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5307811Z expected failure (0.048s) 2022-12-01T10:26:43.5308047Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5308274Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5308502Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.5308713Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.5308975Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.127s) 2022-12-01T10:26:43.5309195Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:26:43.5309413Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.122s) 2022-12-01T10:26:43.5309619Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:26:43.5309896Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_matmul_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5310000Z Traceback (most recent call last): 2022-12-01T10:26:43.5310302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5310382Z raise rte 2022-12-01T10:26:43.5310685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5310789Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5311076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5311178Z return test(*args, **kwargs) 2022-12-01T10:26:43.5311445Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5311585Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5311825Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5311961Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5312235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5312374Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5312620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5312799Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5313051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5313183Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5313469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5313609Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5313876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5314033Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5314289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5314393Z return self.from_real_tensor( 2022-12-01T10:26:43.5314665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5314794Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5315053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5315172Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5315432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5315609Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5315829Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5315836Z 2022-12-01T10:26:43.5315911Z ERROR (0.004s) 2022-12-01T10:26:43.5316191Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_matmul_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5316287Z Traceback (most recent call last): 2022-12-01T10:26:43.5316584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5316658Z raise rte 2022-12-01T10:26:43.5316952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5317054Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5317337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5317435Z return test(*args, **kwargs) 2022-12-01T10:26:43.5317697Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5317838Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5318077Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5318211Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5318478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5318615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5318860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5318993Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5319242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5319413Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5319700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5319842Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5320109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5320269Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5320525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5320622Z return self.from_real_tensor( 2022-12-01T10:26:43.5320893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5321020Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5321275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5321391Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5321652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5321787Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5322001Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5322007Z 2022-12-01T10:26:43.5322120Z ERROR (0.004s) 2022-12-01T10:26:43.5322401Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_matmul_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5322504Z Traceback (most recent call last): 2022-12-01T10:26:43.5322801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5322879Z raise rte 2022-12-01T10:26:43.5323173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5323275Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5323557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5323650Z return test(*args, **kwargs) 2022-12-01T10:26:43.5323913Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5324049Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5324288Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5324421Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5324687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5324825Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5325066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5325196Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5325441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5325573Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5325857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5326037Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5326296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5326453Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5326701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5326800Z return self.from_real_tensor( 2022-12-01T10:26:43.5327073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5327200Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5327453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5327570Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5327825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5327960Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5328177Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5328184Z 2022-12-01T10:26:43.5328255Z ERROR (0.004s) 2022-12-01T10:26:43.5328575Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_matmul_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5328665Z expected failure (0.002s) 2022-12-01T10:26:43.5328874Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.5329161Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5329263Z Traceback (most recent call last): 2022-12-01T10:26:43.5329554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5329628Z raise rte 2022-12-01T10:26:43.5329921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5330021Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5330304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5330397Z return test(*args, **kwargs) 2022-12-01T10:26:43.5330658Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5330798Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5331037Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5331170Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5331436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5331573Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5331816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5331948Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5332191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5332360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5332640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5332778Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5333039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5333193Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5333448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5333544Z return self.from_real_tensor( 2022-12-01T10:26:43.5333812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5333946Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5334201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5334318Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5334577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5334712Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5334930Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5334937Z 2022-12-01T10:26:43.5335008Z ERROR (0.008s) 2022-12-01T10:26:43.5335333Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5335435Z Traceback (most recent call last): 2022-12-01T10:26:43.5335731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5335807Z raise rte 2022-12-01T10:26:43.5336099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5336200Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5336479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5336572Z return test(*args, **kwargs) 2022-12-01T10:26:43.5336836Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5336973Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5337213Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5337351Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5337619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5337757Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5338000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5338130Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5338380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5338509Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5338793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5339062Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5339329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5339483Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5339736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5339834Z return self.from_real_tensor( 2022-12-01T10:26:43.5340107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5340238Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5340489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5340612Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5340873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5341007Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5341223Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5341230Z 2022-12-01T10:26:43.5341301Z ERROR (0.006s) 2022-12-01T10:26:43.5341590Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5341741Z Traceback (most recent call last): 2022-12-01T10:26:43.5342035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5342114Z raise rte 2022-12-01T10:26:43.5342404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5342506Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5342781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5342873Z return test(*args, **kwargs) 2022-12-01T10:26:43.5343138Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5343273Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5343516Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5343650Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5343912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5344053Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5344296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5344428Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5344674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5344804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5345091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5345233Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5345495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5345695Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5345949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5346046Z return self.from_real_tensor( 2022-12-01T10:26:43.5346317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5346444Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5346700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5346817Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5347075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5347211Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5347425Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5347432Z 2022-12-01T10:26:43.5347503Z ERROR (0.010s) 2022-12-01T10:26:43.5347804Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5347874Z ERROR (0.000s) 2022-12-01T10:26:43.5348228Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5348329Z Traceback (most recent call last): 2022-12-01T10:26:43.5348621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5348698Z raise rte 2022-12-01T10:26:43.5348988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5349089Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5349366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5349459Z return test(*args, **kwargs) 2022-12-01T10:26:43.5349718Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5349857Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5350092Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5350228Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5350498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5350634Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5350876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5351009Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5351254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5351384Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5351671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5351813Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5352116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5352266Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5352520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5352615Z return self.from_real_tensor( 2022-12-01T10:26:43.5352883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5353012Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5353263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5353380Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5353641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5353774Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5353990Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5353997Z 2022-12-01T10:26:43.5354071Z ERROR (0.000s) 2022-12-01T10:26:43.5354382Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5354483Z Traceback (most recent call last): 2022-12-01T10:26:43.5354817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5354892Z raise rte 2022-12-01T10:26:43.5355185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5355290Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5355570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5355665Z return test(*args, **kwargs) 2022-12-01T10:26:43.5355927Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5356064Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5356304Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5356436Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5356702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5356840Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5357084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5357219Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5357468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5357601Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5357885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5358027Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5358290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5358445Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5358739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5358839Z return self.from_real_tensor( 2022-12-01T10:26:43.5359109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5359240Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5359489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5359608Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5359871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5360005Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5360221Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5360228Z 2022-12-01T10:26:43.5360299Z ERROR (0.000s) 2022-12-01T10:26:43.5360612Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5360712Z Traceback (most recent call last): 2022-12-01T10:26:43.5361007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5361084Z raise rte 2022-12-01T10:26:43.5361421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5361522Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5361896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5361993Z return test(*args, **kwargs) 2022-12-01T10:26:43.5362257Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5362453Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5362695Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5362826Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5363094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5363232Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5363476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5363612Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5363863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5363993Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5364277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5364416Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5364677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5364830Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5365082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5365224Z return self.from_real_tensor( 2022-12-01T10:26:43.5365495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5365620Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5365876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5365995Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5366252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5366388Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5366604Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5366612Z 2022-12-01T10:26:43.5366685Z ERROR (0.000s) 2022-12-01T10:26:43.5366994Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5367083Z expected failure (0.011s) 2022-12-01T10:26:43.5367287Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.5367568Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5367669Z Traceback (most recent call last): 2022-12-01T10:26:43.5368001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5368075Z raise rte 2022-12-01T10:26:43.5368366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5368468Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5368747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5368842Z return test(*args, **kwargs) 2022-12-01T10:26:43.5369100Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5369237Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5369473Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5369607Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5369877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5370016Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5370259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5370389Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5370633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5370764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5371045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5371184Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5371444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5371646Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5371897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5371993Z return self.from_real_tensor( 2022-12-01T10:26:43.5372263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5372391Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5372643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5372763Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5373019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5373153Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5373375Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5373382Z 2022-12-01T10:26:43.5373454Z ERROR (0.008s) 2022-12-01T10:26:43.5373736Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5373835Z Traceback (most recent call last): 2022-12-01T10:26:43.5374124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5374197Z raise rte 2022-12-01T10:26:43.5374863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5374975Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5375260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5375357Z return test(*args, **kwargs) 2022-12-01T10:26:43.5375618Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5380538Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5380823Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5380968Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5381252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5381393Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5381645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5381785Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5382034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5382168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5382459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5382602Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5382874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5383031Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5383284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5383470Z return self.from_real_tensor( 2022-12-01T10:26:43.5383749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5383878Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5384133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5384252Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5384513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5384651Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5384873Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5384882Z 2022-12-01T10:26:43.5384954Z ERROR (0.007s) 2022-12-01T10:26:43.5385241Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5385342Z Traceback (most recent call last): 2022-12-01T10:26:43.5385635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5385712Z raise rte 2022-12-01T10:26:43.5386003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5386105Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5386434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5386531Z return test(*args, **kwargs) 2022-12-01T10:26:43.5386799Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5386936Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5387172Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5387304Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5387573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5387709Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5387959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5388091Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5388343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5388475Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5388757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5388898Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5389159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5389318Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5389574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5389672Z return self.from_real_tensor( 2022-12-01T10:26:43.5389942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5390114Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5390369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5390490Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5390749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5390884Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5391099Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5391106Z 2022-12-01T10:26:43.5391179Z ERROR (0.008s) 2022-12-01T10:26:43.5391456Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_maximum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5391530Z ERROR (0.023s) 2022-12-01T10:26:43.5391801Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mean_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5391901Z Traceback (most recent call last): 2022-12-01T10:26:43.5392196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5392268Z raise rte 2022-12-01T10:26:43.5392559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5392661Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5392989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5393079Z return test(*args, **kwargs) 2022-12-01T10:26:43.5393342Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5393480Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5393716Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5393853Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5394122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5394256Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5394498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5394629Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5394877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5395007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5395295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5395439Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5395702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5395853Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5396110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5396209Z return self.from_real_tensor( 2022-12-01T10:26:43.5396479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5396655Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5396910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5397030Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5397288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5397420Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5397639Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5397648Z 2022-12-01T10:26:43.5397720Z ERROR (0.024s) 2022-12-01T10:26:43.5397993Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mean_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5398094Z Traceback (most recent call last): 2022-12-01T10:26:43.5398386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5398449Z raise rte 2022-12-01T10:26:43.5398751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5398852Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5399128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5399218Z return test(*args, **kwargs) 2022-12-01T10:26:43.5399519Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5399657Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5399896Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5400032Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5400298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5400431Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5400674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5400805Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5401056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5401183Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5401466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5401608Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5401874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5402029Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5402282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5402381Z return self.from_real_tensor( 2022-12-01T10:26:43.5402655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5402785Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5403041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5403207Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5403468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5403603Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5403819Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5403826Z 2022-12-01T10:26:43.5403898Z ERROR (0.031s) 2022-12-01T10:26:43.5404175Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mean_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5404264Z Traceback (most recent call last): 2022-12-01T10:26:43.5404569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5404635Z raise rte 2022-12-01T10:26:43.5404936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5405026Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5405314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5405406Z return test(*args, **kwargs) 2022-12-01T10:26:43.5405665Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5405842Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5406079Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5406211Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5406480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5406615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5406858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5406988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5407233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5407360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5407647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5407785Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5408049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5408204Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5408457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5408554Z return self.from_real_tensor( 2022-12-01T10:26:43.5408820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5408949Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5409205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5409322Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5409585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5409759Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5409979Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5409986Z 2022-12-01T10:26:43.5410059Z ERROR (0.017s) 2022-12-01T10:26:43.5410325Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mean_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5410412Z expected failure (0.015s) 2022-12-01T10:26:43.5410654Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:26:43.5410893Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:26:43.5411103Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.5411389Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5411491Z Traceback (most recent call last): 2022-12-01T10:26:43.5411785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5411858Z raise rte 2022-12-01T10:26:43.5412150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5412295Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5412578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5412669Z return test(*args, **kwargs) 2022-12-01T10:26:43.5412932Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5413069Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5413304Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5413436Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5413709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5413846Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5414090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5414222Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5414469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5414600Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5414889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5415033Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5415297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5415451Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5415705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5415801Z return self.from_real_tensor( 2022-12-01T10:26:43.5416071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5416241Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5416495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5416616Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5416876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5417011Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5417229Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5417236Z 2022-12-01T10:26:43.5417311Z ERROR (0.009s) 2022-12-01T10:26:43.5417595Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5417697Z Traceback (most recent call last): 2022-12-01T10:26:43.5417988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5418063Z raise rte 2022-12-01T10:26:43.5418354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5418457Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5418778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5418872Z return test(*args, **kwargs) 2022-12-01T10:26:43.5419246Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5419387Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5419631Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5419767Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5420038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5420176Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5420425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5420560Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5420809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5420939Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5421227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5421367Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5421627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5421783Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5422039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5422140Z return self.from_real_tensor( 2022-12-01T10:26:43.5422413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5422546Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5422802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5422979Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5423243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5423379Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5423597Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5423604Z 2022-12-01T10:26:43.5423679Z ERROR (0.000s) 2022-12-01T10:26:43.5423971Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5424075Z Traceback (most recent call last): 2022-12-01T10:26:43.5424369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5424444Z raise rte 2022-12-01T10:26:43.5424738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5424843Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5425124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5425218Z return test(*args, **kwargs) 2022-12-01T10:26:43.5425520Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5425660Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5425902Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5426042Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5426310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5426448Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5426694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5426826Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5427073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5427206Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5427495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5427634Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5427902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5428054Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5428309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5428407Z return self.from_real_tensor( 2022-12-01T10:26:43.5428677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5428804Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5429062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5429177Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5429481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5429613Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5429829Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5429835Z 2022-12-01T10:26:43.5429907Z ERROR (0.010s) 2022-12-01T10:26:43.5430205Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5430278Z ERROR (0.000s) 2022-12-01T10:26:43.5430590Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5430689Z Traceback (most recent call last): 2022-12-01T10:26:43.5430982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5431060Z raise rte 2022-12-01T10:26:43.5431349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5431449Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5431727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5431819Z return test(*args, **kwargs) 2022-12-01T10:26:43.5432123Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5432260Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5432498Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5432634Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5432902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5433040Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5433281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5433413Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5433664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5433796Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5434080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5434221Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5434484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5434639Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5434893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5434991Z return self.from_real_tensor( 2022-12-01T10:26:43.5435260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5435389Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5435638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5435755Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5436062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5436196Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5436410Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5436416Z 2022-12-01T10:26:43.5436489Z ERROR (0.011s) 2022-12-01T10:26:43.5436796Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5436902Z Traceback (most recent call last): 2022-12-01T10:26:43.5437193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5437266Z raise rte 2022-12-01T10:26:43.5437556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5437657Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5437934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5438025Z return test(*args, **kwargs) 2022-12-01T10:26:43.5438285Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5438420Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5438698Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5438832Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5439102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5439238Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5439486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5439618Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5439867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5439997Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5440283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5440425Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5440687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5440842Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5441098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5441196Z return self.from_real_tensor( 2022-12-01T10:26:43.5441461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5441591Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5441847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5441964Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5442222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5442396Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5442612Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5442619Z 2022-12-01T10:26:43.5442688Z ERROR (0.002s) 2022-12-01T10:26:43.5442997Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5443100Z Traceback (most recent call last): 2022-12-01T10:26:43.5443395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5443466Z raise rte 2022-12-01T10:26:43.5443758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5443862Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5444141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5444230Z return test(*args, **kwargs) 2022-12-01T10:26:43.5444491Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5444626Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5444864Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5445043Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5445313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5445449Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5445693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5445826Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5446072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5446202Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5446486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5446624Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5446888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5447043Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5447298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5447395Z return self.from_real_tensor( 2022-12-01T10:26:43.5447666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5447795Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5448049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5448166Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5448426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5448557Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5448773Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5448820Z 2022-12-01T10:26:43.5448891Z ERROR (0.002s) 2022-12-01T10:26:43.5449205Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5449292Z expected failure (0.002s) 2022-12-01T10:26:43.5449497Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.007s) 2022-12-01T10:26:43.5449779Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5449881Z Traceback (most recent call last): 2022-12-01T10:26:43.5450175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5450253Z raise rte 2022-12-01T10:26:43.5450544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5450645Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5450926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5451019Z return test(*args, **kwargs) 2022-12-01T10:26:43.5451280Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5451417Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5451697Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5451832Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5452097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5452234Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5452483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5452615Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5452863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5452992Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5453278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5453414Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5453673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5453828Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5454084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5454180Z return self.from_real_tensor( 2022-12-01T10:26:43.5454448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5454577Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5454832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5454951Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5455209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5455769Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5455989Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5455996Z 2022-12-01T10:26:43.5456069Z ERROR (0.007s) 2022-12-01T10:26:43.5456351Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5456454Z Traceback (most recent call last): 2022-12-01T10:26:43.5456751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5456828Z raise rte 2022-12-01T10:26:43.5457121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5457228Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5457503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5457593Z return test(*args, **kwargs) 2022-12-01T10:26:43.5457859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5458002Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5458240Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5458371Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5458693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5458831Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5459188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5459320Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5459571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5459701Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5459987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5460128Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5460390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5460540Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5460792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5460894Z return self.from_real_tensor( 2022-12-01T10:26:43.5461161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5461292Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5461545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5461663Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5461923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5462053Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5462270Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5462323Z 2022-12-01T10:26:43.5462392Z ERROR (0.007s) 2022-12-01T10:26:43.5462672Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5462845Z Traceback (most recent call last): 2022-12-01T10:26:43.5463158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5463232Z raise rte 2022-12-01T10:26:43.5463576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5463679Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5463960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5464055Z return test(*args, **kwargs) 2022-12-01T10:26:43.5464320Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5464456Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5464696Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5464827Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5465092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5465273Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5465520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5465648Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5465897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5466024Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5466309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5466448Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5466707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5466863Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5467117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5467212Z return self.from_real_tensor( 2022-12-01T10:26:43.5467483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5467614Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5467865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5467984Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5468242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5468377Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5468594Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5468602Z 2022-12-01T10:26:43.5468673Z ERROR (0.007s) 2022-12-01T10:26:43.5469001Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_minimum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5469121Z ERROR (0.001s) 2022-12-01T10:26:43.5469392Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5469494Z Traceback (most recent call last): 2022-12-01T10:26:43.5469833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5469910Z raise rte 2022-12-01T10:26:43.5470208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5470312Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5470592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5470688Z return test(*args, **kwargs) 2022-12-01T10:26:43.5470953Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5471092Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5471331Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5471465Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5471731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5471911Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5472156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5472290Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5472545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5472675Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5472957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5473096Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5473360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5473515Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5473766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5473864Z return self.from_real_tensor( 2022-12-01T10:26:43.5474138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5474271Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5474522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5474637Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5474896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5475028Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5475248Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5475254Z 2022-12-01T10:26:43.5475377Z ERROR (0.002s) 2022-12-01T10:26:43.5475648Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5475793Z Traceback (most recent call last): 2022-12-01T10:26:43.5476115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5476208Z raise rte 2022-12-01T10:26:43.5476500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5476603Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5476884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5476975Z return test(*args, **kwargs) 2022-12-01T10:26:43.5477237Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5477373Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5477610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5477744Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5478012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5478148Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5478396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5478574Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5478821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5478950Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5479233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5479374Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5479635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5479786Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5480036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5480128Z return self.from_real_tensor( 2022-12-01T10:26:43.5480402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5480531Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5480786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5480906Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5481161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5481292Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5481508Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5481514Z 2022-12-01T10:26:43.5481586Z ERROR (0.003s) 2022-12-01T10:26:43.5481910Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5482014Z Traceback (most recent call last): 2022-12-01T10:26:43.5482302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5482423Z raise rte 2022-12-01T10:26:43.5482766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5482867Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5483148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5483237Z return test(*args, **kwargs) 2022-12-01T10:26:43.5483501Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5483633Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5483870Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5484000Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5484263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5484397Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5484641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5484770Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5485022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5485526Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5485819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5485960Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5486226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5486383Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5486636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5486733Z return self.from_real_tensor( 2022-12-01T10:26:43.5487006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5487137Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5487388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5487505Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5487768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5487904Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5488185Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5488193Z 2022-12-01T10:26:43.5488265Z ERROR (0.000s) 2022-12-01T10:26:43.5488540Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5488625Z expected failure (0.006s) 2022-12-01T10:26:43.5488834Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.5489157Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5489308Z Traceback (most recent call last): 2022-12-01T10:26:43.5489601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5489678Z raise rte 2022-12-01T10:26:43.5489968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5490073Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5490354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5490447Z return test(*args, **kwargs) 2022-12-01T10:26:43.5490705Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5490838Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5491074Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5491206Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5491475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5491612Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5491853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5491983Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5492266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5492397Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5492684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5492826Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5493089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5493241Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5493495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5493593Z return self.from_real_tensor( 2022-12-01T10:26:43.5493863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5493989Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5494244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5494367Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5494678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5494813Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5495030Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5495038Z 2022-12-01T10:26:43.5495107Z ERROR (0.000s) 2022-12-01T10:26:43.5495440Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5495531Z Traceback (most recent call last): 2022-12-01T10:26:43.5495832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5495942Z raise rte 2022-12-01T10:26:43.5496242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5496342Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5496622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5496712Z return test(*args, **kwargs) 2022-12-01T10:26:43.5496970Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5497105Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5497342Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5497473Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5497740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5497879Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5498120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5498248Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5498495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5498623Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5498943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5499195Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5499465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5499621Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5499874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5499972Z return self.from_real_tensor( 2022-12-01T10:26:43.5500244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5500375Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5500630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5500753Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5501061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5501199Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5501417Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5501423Z 2022-12-01T10:26:43.5501494Z ERROR (0.000s) 2022-12-01T10:26:43.5501830Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5501921Z Traceback (most recent call last): 2022-12-01T10:26:43.5502223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5502285Z raise rte 2022-12-01T10:26:43.5502588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5502729Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5503016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5503097Z return test(*args, **kwargs) 2022-12-01T10:26:43.5503365Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5503491Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5503738Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5503862Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5504141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5504275Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5504516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5504644Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5504887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5505013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5505294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5505477Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5505739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5505892Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5506146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5506244Z return self.from_real_tensor( 2022-12-01T10:26:43.5506514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5506643Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5506895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5507012Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5507325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5507460Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5507679Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5507689Z 2022-12-01T10:26:43.5507759Z ERROR (0.010s) 2022-12-01T10:26:43.5508075Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_movedim_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5508166Z expected failure (0.002s) 2022-12-01T10:26:43.5508365Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.5508638Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5508738Z Traceback (most recent call last): 2022-12-01T10:26:43.5509036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5509158Z raise rte 2022-12-01T10:26:43.5509452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5509553Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5509834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5509925Z return test(*args, **kwargs) 2022-12-01T10:26:43.5510187Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5510324Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5510563Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5510696Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5510968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5511108Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5511351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5511483Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5511731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5511861Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5512187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5512330Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5512597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5512755Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5513008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5513105Z return self.from_real_tensor( 2022-12-01T10:26:43.5513371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5513498Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5513808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5513927Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5514188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5514366Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5514595Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5514602Z 2022-12-01T10:26:43.5514675Z ERROR (0.007s) 2022-12-01T10:26:43.5514947Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5515048Z Traceback (most recent call last): 2022-12-01T10:26:43.5515342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5515417Z raise rte 2022-12-01T10:26:43.5515708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5515856Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5516136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5516233Z return test(*args, **kwargs) 2022-12-01T10:26:43.5516497Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5516634Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5516874Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5517009Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5517279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5517417Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5517664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5517797Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5518046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5518176Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5518462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5518605Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5518906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5519062Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5519315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5519412Z return self.from_real_tensor( 2022-12-01T10:26:43.5519682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5519810Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5520116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5520241Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5520506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5520646Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5520909Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5520919Z 2022-12-01T10:26:43.5520994Z ERROR (0.008s) 2022-12-01T10:26:43.5521269Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5521372Z Traceback (most recent call last): 2022-12-01T10:26:43.5521665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5521740Z raise rte 2022-12-01T10:26:43.5522033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5522135Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5522414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5522555Z return test(*args, **kwargs) 2022-12-01T10:26:43.5522820Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5522958Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5523196Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5523331Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5523600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5523744Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5523991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5524126Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5524376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5524507Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5524793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5524935Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5525197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5525351Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5525642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5525743Z return self.from_real_tensor( 2022-12-01T10:26:43.5526012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5526143Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5526452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5526572Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5526834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5526968Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5527235Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5527243Z 2022-12-01T10:26:43.5527314Z ERROR (0.007s) 2022-12-01T10:26:43.5527599Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mul_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5527690Z expected failure (0.002s) 2022-12-01T10:26:43.5527890Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.5528164Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mv_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5528264Z Traceback (most recent call last): 2022-12-01T10:26:43.5528560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5528635Z raise rte 2022-12-01T10:26:43.5528928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5529032Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5529359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5529454Z return test(*args, **kwargs) 2022-12-01T10:26:43.5529717Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5529853Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5530092Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5530224Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5530494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5530629Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5530872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5531003Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5531255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5531385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5531668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5531803Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5532103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5532259Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5532511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5532663Z return self.from_real_tensor( 2022-12-01T10:26:43.5532936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5533064Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5533318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5533482Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5533744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5533878Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5534095Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5534103Z 2022-12-01T10:26:43.5534179Z ERROR (0.002s) 2022-12-01T10:26:43.5534447Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mv_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5534546Z Traceback (most recent call last): 2022-12-01T10:26:43.5534835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5534907Z raise rte 2022-12-01T10:26:43.5535197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5535297Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5535577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5535667Z return test(*args, **kwargs) 2022-12-01T10:26:43.5535976Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5536111Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5536350Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5536482Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5536746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5536881Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5537127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5537263Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5537507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5537638Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5537922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5538062Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5538324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5538477Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5538768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5538863Z return self.from_real_tensor( 2022-12-01T10:26:43.5539268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5539402Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5539655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5539775Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5540080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5540213Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5540432Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5540441Z 2022-12-01T10:26:43.5540512Z ERROR (0.003s) 2022-12-01T10:26:43.5540782Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mv_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5540883Z Traceback (most recent call last): 2022-12-01T10:26:43.5541177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5541251Z raise rte 2022-12-01T10:26:43.5541540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5541643Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5541920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5542014Z return test(*args, **kwargs) 2022-12-01T10:26:43.5542276Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5542411Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5542703Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5542836Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5543098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5543237Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5543477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5543608Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5543857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5543986Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5544267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5544408Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5544666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5544821Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5545072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5545172Z return self.from_real_tensor( 2022-12-01T10:26:43.5545537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5545670Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5545922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5546039Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5546351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5546487Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5546705Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5546712Z 2022-12-01T10:26:43.5546781Z ERROR (0.000s) 2022-12-01T10:26:43.5547073Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mv_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5547144Z ERROR (0.003s) 2022-12-01T10:26:43.5547451Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5547554Z Traceback (most recent call last): 2022-12-01T10:26:43.5547853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5547927Z raise rte 2022-12-01T10:26:43.5548219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5548318Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5548601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5548693Z return test(*args, **kwargs) 2022-12-01T10:26:43.5548951Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5549138Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5549376Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5549509Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5549773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5549909Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5550151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5550284Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5550529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5550661Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5550945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5551083Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5551342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5551496Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5551775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5551895Z return self.from_real_tensor( 2022-12-01T10:26:43.5552213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5552342Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5552648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5552770Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5553028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5553161Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5553375Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5553382Z 2022-12-01T10:26:43.5553457Z ERROR (0.000s) 2022-12-01T10:26:43.5553767Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5553869Z Traceback (most recent call last): 2022-12-01T10:26:43.5554159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5554234Z raise rte 2022-12-01T10:26:43.5554525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5554625Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5554906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5554995Z return test(*args, **kwargs) 2022-12-01T10:26:43.5555256Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5555389Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5555631Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5555806Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5556071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5556206Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5556449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5556578Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5556827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5556959Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5557238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5557380Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5557641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5557794Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5558041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5558188Z return self.from_real_tensor( 2022-12-01T10:26:43.5558459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5558633Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5558915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5559051Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5559310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5559442Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5559657Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5559664Z 2022-12-01T10:26:43.5559735Z ERROR (0.006s) 2022-12-01T10:26:43.5560051Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5560153Z Traceback (most recent call last): 2022-12-01T10:26:43.5560442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5560515Z raise rte 2022-12-01T10:26:43.5560805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5560906Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5561182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5561273Z return test(*args, **kwargs) 2022-12-01T10:26:43.5561531Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5561668Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5561907Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5562040Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5562303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5562850Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5563094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5563224Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5563471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5563603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5563889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5564030Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5564291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5564445Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5564752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5564851Z return self.from_real_tensor( 2022-12-01T10:26:43.5565121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5565246Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5565552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5565724Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5565979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5566110Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5566327Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5566335Z 2022-12-01T10:26:43.5566406Z ERROR (0.000s) 2022-12-01T10:26:43.5566716Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5566788Z ERROR (0.000s) 2022-12-01T10:26:43.5567097Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5567193Z Traceback (most recent call last): 2022-12-01T10:26:43.5567486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5567564Z raise rte 2022-12-01T10:26:43.5567855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5567955Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5568233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5568323Z return test(*args, **kwargs) 2022-12-01T10:26:43.5568582Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5568723Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5568958Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5569091Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5569402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5569538Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5569781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5569911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5570155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5570285Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5570570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5570706Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5571021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5571179Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5571433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5571527Z return self.from_real_tensor( 2022-12-01T10:26:43.5571848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5571978Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5572279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5572397Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5572661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5572800Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5573018Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5573024Z 2022-12-01T10:26:43.5573094Z ERROR (0.000s) 2022-12-01T10:26:43.5573405Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5573505Z Traceback (most recent call last): 2022-12-01T10:26:43.5573799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5573872Z raise rte 2022-12-01T10:26:43.5574162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5574263Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5574544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5574632Z return test(*args, **kwargs) 2022-12-01T10:26:43.5574894Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5575028Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5575266Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5575402Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5575668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5575804Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5576090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5576217Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5576461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5576589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5576872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5577010Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5577318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5577473Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5577726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5577820Z return self.from_real_tensor( 2022-12-01T10:26:43.5578137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5578268Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5578518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5578634Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5578934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5579148Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5579367Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5579377Z 2022-12-01T10:26:43.5579443Z ERROR (0.000s) 2022-12-01T10:26:43.5579755Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5579855Z Traceback (most recent call last): 2022-12-01T10:26:43.5580146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5580217Z raise rte 2022-12-01T10:26:43.5580507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5580603Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5580880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5580972Z return test(*args, **kwargs) 2022-12-01T10:26:43.5581231Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5581368Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5581605Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5581741Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5582007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5582142Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5582383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5582556Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5582805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5582933Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5583214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5583356Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5583665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5583824Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5584071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5584169Z return self.from_real_tensor( 2022-12-01T10:26:43.5584494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5584627Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5584880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5585000Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5585255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5585432Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5585652Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5585658Z 2022-12-01T10:26:43.5585728Z ERROR (0.012s) 2022-12-01T10:26:43.5586039Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5586112Z ERROR (0.002s) 2022-12-01T10:26:43.5586420Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5586521Z Traceback (most recent call last): 2022-12-01T10:26:43.5586818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5586892Z raise rte 2022-12-01T10:26:43.5587189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5587290Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5587573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5587665Z return test(*args, **kwargs) 2022-12-01T10:26:43.5587924Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5588059Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5588297Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5588430Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5588696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5588831Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5589073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5589249Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5589500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5589627Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5589934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5590096Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5590364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5590521Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5590821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5590923Z return self.from_real_tensor( 2022-12-01T10:26:43.5591194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5591325Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5591581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5591700Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5592346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5592487Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5592708Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5592718Z 2022-12-01T10:26:43.5592791Z ERROR (0.002s) 2022-12-01T10:26:43.5593102Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5593205Z Traceback (most recent call last): 2022-12-01T10:26:43.5593500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5593574Z raise rte 2022-12-01T10:26:43.5593868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5593970Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5594251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5594347Z return test(*args, **kwargs) 2022-12-01T10:26:43.5594607Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5594742Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5594978Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5595112Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5595375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5595508Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5595757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5595888Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5596181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5596368Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5596652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5596790Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5597051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5597250Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5597506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5597605Z return self.from_real_tensor( 2022-12-01T10:26:43.5597878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5598008Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5598261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5598378Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5598638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5598772Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5599036Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5599044Z 2022-12-01T10:26:43.5599117Z ERROR (0.002s) 2022-12-01T10:26:43.5599432Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5599535Z Traceback (most recent call last): 2022-12-01T10:26:43.5599831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5599907Z raise rte 2022-12-01T10:26:43.5600201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5600301Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5600581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5600673Z return test(*args, **kwargs) 2022-12-01T10:26:43.5600933Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5601073Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5601310Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5601440Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5601705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5601841Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5602081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5602214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5602456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5602582Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5602965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5603105Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5603368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5603571Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5603827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5603925Z return self.from_real_tensor( 2022-12-01T10:26:43.5604197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5604322Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5604579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5604697Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5604953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5605085Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5605301Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5605308Z 2022-12-01T10:26:43.5605379Z ERROR (0.002s) 2022-12-01T10:26:43.5605726Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5605796Z ERROR (0.002s) 2022-12-01T10:26:43.5606075Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5606179Z Traceback (most recent call last): 2022-12-01T10:26:43.5606470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5606540Z raise rte 2022-12-01T10:26:43.5606827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5606926Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5607209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5607300Z return test(*args, **kwargs) 2022-12-01T10:26:43.5607563Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5607699Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5607934Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5608068Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5608331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5608467Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5608716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5608847Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5609147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5609326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5609610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5609753Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5610060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5610216Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5610472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5610566Z return self.from_real_tensor( 2022-12-01T10:26:43.5610834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5610966Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5611222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5611338Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5611597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5611734Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5611950Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5611957Z 2022-12-01T10:26:43.5612028Z ERROR (0.002s) 2022-12-01T10:26:43.5612356Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5612447Z Traceback (most recent call last): 2022-12-01T10:26:43.5612754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5612818Z raise rte 2022-12-01T10:26:43.5613116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5613213Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5613487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5613579Z return test(*args, **kwargs) 2022-12-01T10:26:43.5613842Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5613980Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5614218Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5614351Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5614615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5614752Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5614990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5615120Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5615392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5615543Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5615828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5616017Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5616325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5616480Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5616733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5616829Z return self.from_real_tensor( 2022-12-01T10:26:43.5617098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5617226Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5617479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5617599Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5617855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5617986Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5618201Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5618208Z 2022-12-01T10:26:43.5618276Z ERROR (0.002s) 2022-12-01T10:26:43.5618557Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5618690Z Traceback (most recent call last): 2022-12-01T10:26:43.5619071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5619138Z raise rte 2022-12-01T10:26:43.5619449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5619538Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5619824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5619913Z return test(*args, **kwargs) 2022-12-01T10:26:43.5620169Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5620303Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5620543Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5620674Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5620939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5621077Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5621319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5621452Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5621699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5621882Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5622171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5622311Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5622624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5622829Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5623084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5623183Z return self.from_real_tensor( 2022-12-01T10:26:43.5623456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5623586Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5623837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5623956Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5624216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5624349Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5624563Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5624570Z 2022-12-01T10:26:43.5624638Z ERROR (0.002s) 2022-12-01T10:26:43.5624912Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5624982Z ERROR (0.048s) 2022-12-01T10:26:43.5625297Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5625397Z Traceback (most recent call last): 2022-12-01T10:26:43.5625694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5625771Z raise rte 2022-12-01T10:26:43.5626063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5626163Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5626443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5626533Z return test(*args, **kwargs) 2022-12-01T10:26:43.5626792Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5626929Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5627171Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5627305Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5627577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5627718Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5627965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5628132Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5628399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5628534Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5628820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5629012Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5629275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5629477Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5629730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5629829Z return self.from_real_tensor( 2022-12-01T10:26:43.5630102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5630233Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5630489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5630610Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5630883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5631007Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5631227Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5631246Z 2022-12-01T10:26:43.5631307Z ERROR (0.045s) 2022-12-01T10:26:43.5631590Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5631691Z Traceback (most recent call last): 2022-12-01T10:26:43.5632026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5632098Z raise rte 2022-12-01T10:26:43.5632386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5632487Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5632763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5632857Z return test(*args, **kwargs) 2022-12-01T10:26:43.5633113Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5633249Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5633486Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5633616Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5633881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5634016Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5634262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5634393Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5634692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5634823Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5635111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5635283Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5635567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5635720Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5635971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5636112Z return self.from_real_tensor( 2022-12-01T10:26:43.5636381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5636507Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5636760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5636879Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5637139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5637271Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5637487Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5637496Z 2022-12-01T10:26:43.5637570Z ERROR (0.039s) 2022-12-01T10:26:43.5637855Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5637956Z Traceback (most recent call last): 2022-12-01T10:26:43.5638246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5638319Z raise rte 2022-12-01T10:26:43.5638650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5638750Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5639027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5639122Z return test(*args, **kwargs) 2022-12-01T10:26:43.5639381Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5639517Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5639753Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5639885Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5640150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5640287Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5640531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5640661Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5640961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5641092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5641377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5641515Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5641826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5641984Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5642240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5642335Z return self.from_real_tensor( 2022-12-01T10:26:43.5642607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5642783Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5643034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5643150Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5643410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5643544Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5643765Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5643773Z 2022-12-01T10:26:43.5643844Z ERROR (0.056s) 2022-12-01T10:26:43.5644126Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5644197Z ERROR (0.015s) 2022-12-01T10:26:43.5644480Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5644581Z Traceback (most recent call last): 2022-12-01T10:26:43.5644876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5644949Z raise rte 2022-12-01T10:26:43.5645280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5645379Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5645660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5645755Z return test(*args, **kwargs) 2022-12-01T10:26:43.5646016Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5646156Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5646395Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5646526Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5646793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5646931Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5647203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5647354Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5647602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5647730Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5648062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5648201Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5648465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5648618Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5648875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5648971Z return self.from_real_tensor( 2022-12-01T10:26:43.5649293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5649420Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5649672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5649786Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5650045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5650179Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5650396Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5650404Z 2022-12-01T10:26:43.5650476Z ERROR (0.020s) 2022-12-01T10:26:43.5650766Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5650868Z Traceback (most recent call last): 2022-12-01T10:26:43.5651159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5651230Z raise rte 2022-12-01T10:26:43.5651522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5651621Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5651939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5652033Z return test(*args, **kwargs) 2022-12-01T10:26:43.5652299Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5652438Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5652674Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5652808Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5653069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5653203Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5653443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5653627Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5653879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5654010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5654294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5654480Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5654743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5654896Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5655147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5655243Z return self.from_real_tensor( 2022-12-01T10:26:43.5655512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5655639Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5655935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5656052Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5656310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5656441Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5656653Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5656659Z 2022-12-01T10:26:43.5656728Z ERROR (0.017s) 2022-12-01T10:26:43.5657019Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5657117Z Traceback (most recent call last): 2022-12-01T10:26:43.5657407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5657480Z raise rte 2022-12-01T10:26:43.5657767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5657867Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5658146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5658242Z return test(*args, **kwargs) 2022-12-01T10:26:43.5658543Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5658680Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5658913Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5659130Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5659397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5659534Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5659776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5659961Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5660208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5660338Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5660623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5660813Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5661073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5661223Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5661473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5661568Z return self.from_real_tensor( 2022-12-01T10:26:43.5661839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5661967Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5662216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5662331Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5662639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5662770Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5662984Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5662991Z 2022-12-01T10:26:43.5663063Z ERROR (0.017s) 2022-12-01T10:26:43.5663352Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5663445Z expected failure (0.010s) 2022-12-01T10:26:43.5663648Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.027s) 2022-12-01T10:26:43.5663923Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5664021Z Traceback (most recent call last): 2022-12-01T10:26:43.5664312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5664387Z raise rte 2022-12-01T10:26:43.5664676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5664775Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5665098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5665188Z return test(*args, **kwargs) 2022-12-01T10:26:43.5665454Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5665591Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5665826Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5665961Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5666257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5666415Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5666659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5666792Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5667084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5667220Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5667504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5667644Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5667901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5668055Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5668303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5668399Z return self.from_real_tensor( 2022-12-01T10:26:43.5668673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5668800Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5669453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5669573Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5669833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5669969Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5670185Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5670192Z 2022-12-01T10:26:43.5670264Z ERROR (0.023s) 2022-12-01T10:26:43.5670542Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5670642Z Traceback (most recent call last): 2022-12-01T10:26:43.5670936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5671010Z raise rte 2022-12-01T10:26:43.5671298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5671398Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5671675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5671767Z return test(*args, **kwargs) 2022-12-01T10:26:43.5672072Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5672208Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5672447Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5672615Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5672914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5673048Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5673293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5673475Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5673726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5673859Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5674141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5674282Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5674543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5674697Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5674949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5675045Z return self.from_real_tensor( 2022-12-01T10:26:43.5675315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5675445Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5675699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5675818Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5676123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5676254Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5676471Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5676478Z 2022-12-01T10:26:43.5676546Z ERROR (0.034s) 2022-12-01T10:26:43.5676825Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5676925Z Traceback (most recent call last): 2022-12-01T10:26:43.5677221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5677295Z raise rte 2022-12-01T10:26:43.5677584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5677687Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5677966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5678056Z return test(*args, **kwargs) 2022-12-01T10:26:43.5678318Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5678454Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5678733Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5678866Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5679189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5679329Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5679573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5679704Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5679980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5680131Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5680416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5680554Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5680813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5680965Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5681215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5681310Z return self.from_real_tensor( 2022-12-01T10:26:43.5681580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5681707Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5681960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5682078Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5682336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5682468Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5682728Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5682735Z 2022-12-01T10:26:43.5682803Z ERROR (0.026s) 2022-12-01T10:26:43.5683086Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nansum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5683174Z expected failure (0.002s) 2022-12-01T10:26:43.5683391Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5683607Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.5683900Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5684002Z Traceback (most recent call last): 2022-12-01T10:26:43.5684292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5684368Z raise rte 2022-12-01T10:26:43.5684658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5684757Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5685034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5685166Z return test(*args, **kwargs) 2022-12-01T10:26:43.5685428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5685612Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5685859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5685991Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5686257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5686441Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5686682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5686815Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5687064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5687194Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5687475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5687612Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5687873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5688027Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5688276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5688373Z return self.from_real_tensor( 2022-12-01T10:26:43.5688645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5688775Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5689026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5689187Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5689445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5689574Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5689789Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5689795Z 2022-12-01T10:26:43.5689866Z ERROR (0.002s) 2022-12-01T10:26:43.5690169Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5690268Z Traceback (most recent call last): 2022-12-01T10:26:43.5690563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5690640Z raise rte 2022-12-01T10:26:43.5690930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5691027Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5691303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5691392Z return test(*args, **kwargs) 2022-12-01T10:26:43.5691652Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5691830Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5692122Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5692254Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5692517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5692649Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5692935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5693066Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5693312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5693439Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5698374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5698535Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5698822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5699074Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5699394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5699488Z return self.from_real_tensor( 2022-12-01T10:26:43.5699765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5699894Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5700157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5700276Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5700537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5700757Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5700979Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5700987Z 2022-12-01T10:26:43.5701056Z ERROR (0.002s) 2022-12-01T10:26:43.5701360Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5701459Z Traceback (most recent call last): 2022-12-01T10:26:43.5701756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5701829Z raise rte 2022-12-01T10:26:43.5702121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5702221Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5702502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5702591Z return test(*args, **kwargs) 2022-12-01T10:26:43.5702850Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5702981Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5703217Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5703774Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5704054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5704193Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5704438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5704564Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5704879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5705009Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5705292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5705430Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5705737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5705889Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5706142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5706237Z return self.from_real_tensor( 2022-12-01T10:26:43.5706509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5706636Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5706884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5707000Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5707263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5707396Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5707665Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5707673Z 2022-12-01T10:26:43.5707744Z ERROR (0.002s) 2022-12-01T10:26:43.5708046Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5708113Z ERROR (0.002s) 2022-12-01T10:26:43.5708405Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5708503Z Traceback (most recent call last): 2022-12-01T10:26:43.5708803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5708875Z raise rte 2022-12-01T10:26:43.5709168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5709270Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5709545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5709634Z return test(*args, **kwargs) 2022-12-01T10:26:43.5709896Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5710028Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5710303Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5710435Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5710699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5710833Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5711125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5711256Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5711501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5711627Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5711957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5712094Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5712352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5712504Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5712751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5712844Z return self.from_real_tensor( 2022-12-01T10:26:43.5713115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5713239Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5713489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5713606Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5713862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5713993Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5714257Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5714264Z 2022-12-01T10:26:43.5714330Z ERROR (0.002s) 2022-12-01T10:26:43.5714629Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5714727Z Traceback (most recent call last): 2022-12-01T10:26:43.5715016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5715092Z raise rte 2022-12-01T10:26:43.5715380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5715478Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5715758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5715846Z return test(*args, **kwargs) 2022-12-01T10:26:43.5716103Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5716236Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5716469Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5716598Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5716900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5717034Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5717276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5717441Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5717706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5717834Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5718110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5718296Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5718557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5718709Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5718955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5719050Z return self.from_real_tensor( 2022-12-01T10:26:43.5719316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5719439Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5719692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5719805Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5720062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5720191Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5720404Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5720457Z 2022-12-01T10:26:43.5720525Z ERROR (0.002s) 2022-12-01T10:26:43.5720823Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5720921Z Traceback (most recent call last): 2022-12-01T10:26:43.5721212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5721284Z raise rte 2022-12-01T10:26:43.5721574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5721679Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5721957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5722049Z return test(*args, **kwargs) 2022-12-01T10:26:43.5722307Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5722439Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5722673Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5722804Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5723066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5723196Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5723475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5723602Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5723900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5724029Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5724308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5724442Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5724750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5724902Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5725153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5725248Z return self.from_real_tensor( 2022-12-01T10:26:43.5725514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5725640Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5725888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5726001Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5726252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5726384Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5726598Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5726605Z 2022-12-01T10:26:43.5726675Z ERROR (0.002s) 2022-12-01T10:26:43.5726956Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5727072Z ERROR (0.007s) 2022-12-01T10:26:43.5727331Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ne_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5727426Z Traceback (most recent call last): 2022-12-01T10:26:43.5727714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5727786Z raise rte 2022-12-01T10:26:43.5728077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5728176Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5728453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5728544Z return test(*args, **kwargs) 2022-12-01T10:26:43.5728805Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5728941Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5729176Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5729308Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5729573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5729755Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5730012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5730172Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5730444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5730562Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5730856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5731044Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5731309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5731462Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5731714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5731811Z return self.from_real_tensor( 2022-12-01T10:26:43.5732077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5732208Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5732457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5732575Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5732833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5732964Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5733182Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5733190Z 2022-12-01T10:26:43.5733250Z ERROR (0.009s) 2022-12-01T10:26:43.5733521Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ne_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5733668Z Traceback (most recent call last): 2022-12-01T10:26:43.5733963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5734038Z raise rte 2022-12-01T10:26:43.5734326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5734424Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5734704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5734794Z return test(*args, **kwargs) 2022-12-01T10:26:43.5735051Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5735186Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5735423Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5735557Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5735824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5735960Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5736203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5736375Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5736680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5736812Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5737102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5737241Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5737563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5737706Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5737967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5738062Z return self.from_real_tensor( 2022-12-01T10:26:43.5738333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5738460Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5738714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5738831Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5739174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5739305Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5739514Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5739530Z 2022-12-01T10:26:43.5739592Z ERROR (0.000s) 2022-12-01T10:26:43.5739863Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ne_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5739962Z Traceback (most recent call last): 2022-12-01T10:26:43.5740253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5740380Z raise rte 2022-12-01T10:26:43.5740669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5740766Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5741045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5741133Z return test(*args, **kwargs) 2022-12-01T10:26:43.5741396Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5741529Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5741766Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5741900Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5742162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5742297Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5742538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5742666Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5742966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5743142Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5743425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5743565Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5743875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5744029Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5744280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5744375Z return self.from_real_tensor( 2022-12-01T10:26:43.5744639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5744766Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5745029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5745136Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5745403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5745524Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5745742Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5745759Z 2022-12-01T10:26:43.5745818Z ERROR (0.016s) 2022-12-01T10:26:43.5746091Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ne_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5746161Z ERROR (0.002s) 2022-12-01T10:26:43.5746437Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5746534Z Traceback (most recent call last): 2022-12-01T10:26:43.5746827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5746948Z raise rte 2022-12-01T10:26:43.5747240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5747338Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5747615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5747704Z return test(*args, **kwargs) 2022-12-01T10:26:43.5747965Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5748100Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5748335Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5748468Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5748734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5748867Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5749107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5749292Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5749544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5749718Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5750050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5750191Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5750454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5750608Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5750860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5750956Z return self.from_real_tensor( 2022-12-01T10:26:43.5751222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5751351Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5751604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5751719Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5751980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5752114Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5752326Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5752333Z 2022-12-01T10:26:43.5752404Z ERROR (0.002s) 2022-12-01T10:26:43.5752675Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5752772Z Traceback (most recent call last): 2022-12-01T10:26:43.5753061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5753134Z raise rte 2022-12-01T10:26:43.5753423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5753573Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5753850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5753940Z return test(*args, **kwargs) 2022-12-01T10:26:43.5754198Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5754333Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5754570Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5754701Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5754968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5755105Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5755344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5755475Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5755768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5755898Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5756179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5756405Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5756671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5756825Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5757077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5757173Z return self.from_real_tensor( 2022-12-01T10:26:43.5757441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5757570Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5757822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5757940Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5758198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5758329Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5758546Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5758552Z 2022-12-01T10:26:43.5758620Z ERROR (0.002s) 2022-12-01T10:26:43.5758894Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5758991Z Traceback (most recent call last): 2022-12-01T10:26:43.5759280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5759353Z raise rte 2022-12-01T10:26:43.5759642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5759740Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5760015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5760148Z return test(*args, **kwargs) 2022-12-01T10:26:43.5760404Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5760540Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5760774Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5760903Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5761170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5761305Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5761546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5761678Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5761973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5762105Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5762384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5762522Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5762824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5763025Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5763280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5763376Z return self.from_real_tensor( 2022-12-01T10:26:43.5763645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5763775Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5764025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5764141Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5764395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5764529Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5764748Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5764755Z 2022-12-01T10:26:43.5764825Z ERROR (0.002s) 2022-12-01T10:26:43.5765103Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_neg_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5765188Z skip: Skipped! (0.001s) 2022-12-01T10:26:43.5765459Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:26:43.5765659Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.009s) 2022-12-01T10:26:43.5765940Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_full_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5766036Z Traceback (most recent call last): 2022-12-01T10:26:43.5766330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5766450Z raise rte 2022-12-01T10:26:43.5766743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5766842Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5767121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5767213Z return test(*args, **kwargs) 2022-12-01T10:26:43.5767475Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5767608Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5767842Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5767972Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5768279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5768432Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5768677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5768807Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5769103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5769233Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5769565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5769704Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5769965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5770120Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5770370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5770465Z return self.from_real_tensor( 2022-12-01T10:26:43.5770728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5770854Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5771106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5771222Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5771478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5771611Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5771826Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5771832Z 2022-12-01T10:26:43.5771902Z ERROR (0.009s) 2022-12-01T10:26:43.5772181Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_full_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5772278Z Traceback (most recent call last): 2022-12-01T10:26:43.5772569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5772642Z raise rte 2022-12-01T10:26:43.5772931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5773069Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5773346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5773435Z return test(*args, **kwargs) 2022-12-01T10:26:43.5773694Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5773827Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5774060Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5774193Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5774457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5774624Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5774887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5775016Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5775260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5775425Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5775723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5775859Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5776166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5776319Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5776572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5776666Z return self.from_real_tensor( 2022-12-01T10:26:43.5776934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5777059Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5777309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5777425Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5777684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5777816Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5778031Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5778039Z 2022-12-01T10:26:43.5778108Z ERROR (0.006s) 2022-12-01T10:26:43.5778390Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_full_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5778488Z Traceback (most recent call last): 2022-12-01T10:26:43.5778779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5778850Z raise rte 2022-12-01T10:26:43.5779213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5779313Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5779592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5780091Z return test(*args, **kwargs) 2022-12-01T10:26:43.5780356Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5780491Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5780728Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5780861Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5781188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5781326Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5781570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5781700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5781995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5782124Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5782405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5782542Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5782803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5783006Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5783258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5783351Z return self.from_real_tensor( 2022-12-01T10:26:43.5783614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5783741Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5783991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5784106Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5784363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5784494Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5784713Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5784721Z 2022-12-01T10:26:43.5784789Z ERROR (0.006s) 2022-12-01T10:26:43.5785071Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_full_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5785144Z ERROR (0.010s) 2022-12-01T10:26:43.5785412Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5785512Z Traceback (most recent call last): 2022-12-01T10:26:43.5785801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5785874Z raise rte 2022-12-01T10:26:43.5786167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5786267Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5786634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5786839Z return test(*args, **kwargs) 2022-12-01T10:26:43.5787225Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5787470Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5787838Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5788053Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5788727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5788984Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5789403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5789596Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5789972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5790171Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5790607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5790803Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5791176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5791493Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5791866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5792002Z return self.from_real_tensor( 2022-12-01T10:26:43.5792398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5792607Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5792867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5792984Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5793242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5793373Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5793597Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5793606Z 2022-12-01T10:26:43.5793674Z ERROR (0.010s) 2022-12-01T10:26:43.5793958Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5794056Z Traceback (most recent call last): 2022-12-01T10:26:43.5794350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5794423Z raise rte 2022-12-01T10:26:43.5794713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5794810Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5795091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5795181Z return test(*args, **kwargs) 2022-12-01T10:26:43.5795441Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5795641Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5795876Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5796007Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5796274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5796406Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5796649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5796777Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5797023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5797153Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5797433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5797571Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5797828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5797979Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5798327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5798426Z return self.from_real_tensor( 2022-12-01T10:26:43.5798697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5798867Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5799130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5799244Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5799502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5799633Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5799848Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5799856Z 2022-12-01T10:26:43.5799929Z ERROR (0.000s) 2022-12-01T10:26:43.5800212Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5800310Z Traceback (most recent call last): 2022-12-01T10:26:43.5800601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5800670Z raise rte 2022-12-01T10:26:43.5800960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5801056Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5801332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5801420Z return test(*args, **kwargs) 2022-12-01T10:26:43.5801680Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5801816Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5802051Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5802226Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5802493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5802626Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5802864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5802991Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5803235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5803360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5803640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5803777Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5804036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5804222Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5804489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5804582Z return self.from_real_tensor( 2022-12-01T10:26:43.5804936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5805067Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5805320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5805436Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5805691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5805820Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5806036Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5806043Z 2022-12-01T10:26:43.5806113Z ERROR (0.017s) 2022-12-01T10:26:43.5806395Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5806466Z ERROR (0.008s) 2022-12-01T10:26:43.5806743Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5806843Z Traceback (most recent call last): 2022-12-01T10:26:43.5807133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5807203Z raise rte 2022-12-01T10:26:43.5807488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5807587Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5807865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5807955Z return test(*args, **kwargs) 2022-12-01T10:26:43.5808213Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5808347Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5808625Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5808755Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5809014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5809147Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5809382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5809511Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5809756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5809881Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5810158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5810347Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5810607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5810756Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5811056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5811153Z return self.from_real_tensor( 2022-12-01T10:26:43.5811820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5811954Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5812209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5812328Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5812584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5812715Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5812929Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5812937Z 2022-12-01T10:26:43.5813004Z ERROR (0.008s) 2022-12-01T10:26:43.5813288Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5813386Z Traceback (most recent call last): 2022-12-01T10:26:43.5813679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5813755Z raise rte 2022-12-01T10:26:43.5814043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5814138Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5814414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5814502Z return test(*args, **kwargs) 2022-12-01T10:26:43.5814762Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5814896Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5815130Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5815261Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5815576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5815709Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5815946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5816072Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5816386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5816514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5816801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5816991Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5817253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5817404Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5817652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5817747Z return self.from_real_tensor( 2022-12-01T10:26:43.5818013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5818140Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5818432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5818545Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5818797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5818930Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5819236Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5819244Z 2022-12-01T10:26:43.5819312Z ERROR (0.008s) 2022-12-01T10:26:43.5819593Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5819689Z Traceback (most recent call last): 2022-12-01T10:26:43.5819979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5820049Z raise rte 2022-12-01T10:26:43.5820335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5820436Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5820712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5820799Z return test(*args, **kwargs) 2022-12-01T10:26:43.5821057Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5821190Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5821422Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5821552Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5821818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5821951Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5822292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5822422Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5822667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5822794Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5823126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5823263Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5823523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5823672Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5823921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5824016Z return self.from_real_tensor( 2022-12-01T10:26:43.5824280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5824405Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5824650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5824763Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5825066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5825198Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5825411Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5825420Z 2022-12-01T10:26:43.5825485Z ERROR (0.006s) 2022-12-01T10:26:43.5825770Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5825838Z ERROR (0.009s) 2022-12-01T10:26:43.5826115Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5826204Z Traceback (most recent call last): 2022-12-01T10:26:43.5826508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5826570Z raise rte 2022-12-01T10:26:43.5826868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5826959Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5827239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5827328Z return test(*args, **kwargs) 2022-12-01T10:26:43.5827585Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5827716Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5827948Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5828084Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5828406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5828544Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5828835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5829015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5829264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5829391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5829673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5829814Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5830072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5830226Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5830476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5830572Z return self.from_real_tensor( 2022-12-01T10:26:43.5830838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5830967Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5831221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5831337Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5831635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5831769Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5831981Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5831990Z 2022-12-01T10:26:43.5832063Z ERROR (0.000s) 2022-12-01T10:26:43.5832344Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5832442Z Traceback (most recent call last): 2022-12-01T10:26:43.5832733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5832805Z raise rte 2022-12-01T10:26:43.5833098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5833196Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5833484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5833567Z return test(*args, **kwargs) 2022-12-01T10:26:43.5833824Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5833956Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5834230Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5834373Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5834654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5834781Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5835083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5835259Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5835508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5835634Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5835919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5836060Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5836321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5836477Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5836729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5836827Z return self.from_real_tensor( 2022-12-01T10:26:43.5837101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5837229Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5837480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5837595Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5837851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5837986Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5838238Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5838246Z 2022-12-01T10:26:43.5838315Z ERROR (0.010s) 2022-12-01T10:26:43.5838594Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5838695Z Traceback (most recent call last): 2022-12-01T10:26:43.5838986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5839057Z raise rte 2022-12-01T10:26:43.5839343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5839440Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5839721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5839809Z return test(*args, **kwargs) 2022-12-01T10:26:43.5840065Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5840236Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5840489Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5840623Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5840934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5841072Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5841317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5841447Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5841701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5841872Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5842165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5842304Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5842562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5842715Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5842962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5843058Z return self.from_real_tensor( 2022-12-01T10:26:43.5843326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5843454Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5843707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5843823Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5844083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5844213Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5844430Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5844437Z 2022-12-01T10:26:43.5844497Z ERROR (0.010s) 2022-12-01T10:26:43.5844868Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5844957Z skip: Skipped! (0.000s) 2022-12-01T10:26:43.5845191Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.5845529Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5845626Z Traceback (most recent call last): 2022-12-01T10:26:43.5845918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5845986Z raise rte 2022-12-01T10:26:43.5846325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5846423Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5846704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5846798Z return test(*args, **kwargs) 2022-12-01T10:26:43.5847106Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5847241Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5847479Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5847608Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5847876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5848011Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5848254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5848429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5848675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5848806Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5849088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5849223Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5849486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5849637Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5849886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5849985Z return self.from_real_tensor( 2022-12-01T10:26:43.5850256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5850383Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5850637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5850753Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5851007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5851177Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5851394Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5851401Z 2022-12-01T10:26:43.5851474Z ERROR (0.000s) 2022-12-01T10:26:43.5851817Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5851914Z Traceback (most recent call last): 2022-12-01T10:26:43.5852260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5852334Z raise rte 2022-12-01T10:26:43.5852620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5852722Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5853050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5853145Z return test(*args, **kwargs) 2022-12-01T10:26:43.5853407Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5853541Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5853777Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5853909Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5854173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5854310Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5854552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5854680Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5854976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5855103Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5855386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5855524Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5855780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5855932Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5856184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5856281Z return self.from_real_tensor( 2022-12-01T10:26:43.5856545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5856676Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5856927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5857044Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5857303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5857436Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5857696Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5857704Z 2022-12-01T10:26:43.5857774Z ERROR (0.010s) 2022-12-01T10:26:43.5858116Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5858270Z Traceback (most recent call last): 2022-12-01T10:26:43.5858566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5858639Z raise rte 2022-12-01T10:26:43.5859065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5859170Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5859448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5859535Z return test(*args, **kwargs) 2022-12-01T10:26:43.5859795Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5859933Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5860167Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5860299Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5860565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5860701Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5860941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5861073Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5861320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5861448Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5861786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5861924Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5862180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5862332Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5862577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5862672Z return self.from_real_tensor( 2022-12-01T10:26:43.5862942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5863070Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5863325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5863440Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5863699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5863831Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5864047Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5864054Z 2022-12-01T10:26:43.5864125Z ERROR (0.000s) 2022-12-01T10:26:43.5864557Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5864625Z ERROR (0.000s) 2022-12-01T10:26:43.5865016Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5865115Z Traceback (most recent call last): 2022-12-01T10:26:43.5865410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5865481Z raise rte 2022-12-01T10:26:43.5865769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5865868Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5866142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5866231Z return test(*args, **kwargs) 2022-12-01T10:26:43.5866493Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5866625Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5866859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5866991Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5867257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5867391Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5867636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5867767Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5868013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5868189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5868468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5868604Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5868865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5869014Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5869267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5869361Z return self.from_real_tensor( 2022-12-01T10:26:43.5869632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5869760Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5870012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5870129Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5870438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5870570Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5870810Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5870876Z 2022-12-01T10:26:43.5870950Z ERROR (0.000s) 2022-12-01T10:26:43.5871294Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5871395Z Traceback (most recent call last): 2022-12-01T10:26:43.5871689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5871762Z raise rte 2022-12-01T10:26:43.5872053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5872151Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5872430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5872517Z return test(*args, **kwargs) 2022-12-01T10:26:43.5872775Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5872912Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5873150Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5873280Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5873544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5873676Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5873917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5874046Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5874287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5874417Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5874741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5874879Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5875136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5875288Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5875540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5875637Z return self.from_real_tensor( 2022-12-01T10:26:43.5875905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5876029Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5876334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5876457Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5876715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5876895Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5877113Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5877119Z 2022-12-01T10:26:43.5877186Z ERROR (0.010s) 2022-12-01T10:26:43.5877572Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5877671Z Traceback (most recent call last): 2022-12-01T10:26:43.5877960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5878034Z raise rte 2022-12-01T10:26:43.5878321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5878419Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5878686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5878776Z return test(*args, **kwargs) 2022-12-01T10:26:43.5879040Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5879176Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5879417Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5879550Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5879813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5879948Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5880186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5880317Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5880561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5880690Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5880973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5881149Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5881410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5881557Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5881807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5881902Z return self.from_real_tensor( 2022-12-01T10:26:43.5882224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5882355Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5882607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5882723Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5883024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5883157Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5883370Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5883376Z 2022-12-01T10:26:43.5883445Z ERROR (0.002s) 2022-12-01T10:26:43.5883790Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5883926Z expected failure (0.002s) 2022-12-01T10:26:43.5884173Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5884411Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5884646Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.5884864Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.5885179Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5885276Z Traceback (most recent call last): 2022-12-01T10:26:43.5885569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5885640Z raise rte 2022-12-01T10:26:43.5885932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5886032Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5886308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5886396Z return test(*args, **kwargs) 2022-12-01T10:26:43.5886653Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5886788Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5887022Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5887152Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5887417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5887948Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5888255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5888389Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5888635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5888794Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5889100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5889239Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5889496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5889653Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5889905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5890001Z return self.from_real_tensor( 2022-12-01T10:26:43.5890266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5890393Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5890644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5890810Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5891070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5891204Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5891420Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5891427Z 2022-12-01T10:26:43.5891498Z ERROR (0.002s) 2022-12-01T10:26:43.5891815Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5891912Z Traceback (most recent call last): 2022-12-01T10:26:43.5892201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5892271Z raise rte 2022-12-01T10:26:43.5892561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5892658Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5892938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5893027Z return test(*args, **kwargs) 2022-12-01T10:26:43.5893282Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5893413Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5893646Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5893774Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5894033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5894215Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5894511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5894639Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5894935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5895065Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5895350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5895486Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5895746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5895897Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5896146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5896242Z return self.from_real_tensor( 2022-12-01T10:26:43.5896509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5896634Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5896882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5896997Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5897305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5897433Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5897645Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5897654Z 2022-12-01T10:26:43.5897723Z ERROR (0.002s) 2022-12-01T10:26:43.5898040Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5898139Z Traceback (most recent call last): 2022-12-01T10:26:43.5898431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5898499Z raise rte 2022-12-01T10:26:43.5898788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5898885Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5899243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5899337Z return test(*args, **kwargs) 2022-12-01T10:26:43.5899592Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5899725Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5899957Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5900086Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5900398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5900532Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5900770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5900897Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5901239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5901367Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5901649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5901786Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5902045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5902198Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5902445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5902539Z return self.from_real_tensor( 2022-12-01T10:26:43.5902802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5902929Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5903180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5903292Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5903544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5903670Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5903931Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5903939Z 2022-12-01T10:26:43.5904006Z ERROR (0.002s) 2022-12-01T10:26:43.5904325Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5904396Z ERROR (0.002s) 2022-12-01T10:26:43.5904707Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5904804Z Traceback (most recent call last): 2022-12-01T10:26:43.5905094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5905163Z raise rte 2022-12-01T10:26:43.5905450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5905549Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5905824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5905915Z return test(*args, **kwargs) 2022-12-01T10:26:43.5906171Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5906304Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5906585Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5906718Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5907013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5907167Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5907411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5907583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5907830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5907956Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5908236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5908371Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5908631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5908779Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5909027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5909121Z return self.from_real_tensor( 2022-12-01T10:26:43.5909386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5909511Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5909757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5909868Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5910122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5910293Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5910511Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5910517Z 2022-12-01T10:26:43.5910585Z ERROR (0.002s) 2022-12-01T10:26:43.5910905Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5911002Z Traceback (most recent call last): 2022-12-01T10:26:43.5911292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5911365Z raise rte 2022-12-01T10:26:43.5911651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5911749Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5912026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5912116Z return test(*args, **kwargs) 2022-12-01T10:26:43.5912436Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5912569Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5912804Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5912933Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5913242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5913375Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5913621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5913748Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5913996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5914169Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5914453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5914589Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5914845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5914995Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5915246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5915341Z return self.from_real_tensor( 2022-12-01T10:26:43.5915607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5915734Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5915980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5916092Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5916346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5916476Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5916693Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5917067Z 2022-12-01T10:26:43.5917145Z ERROR (0.002s) 2022-12-01T10:26:43.5917469Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5917572Z Traceback (most recent call last): 2022-12-01T10:26:43.5917866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5917939Z raise rte 2022-12-01T10:26:43.5918230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5918377Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5918669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5918759Z return test(*args, **kwargs) 2022-12-01T10:26:43.5919065Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5919199Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5919438Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5919566Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5919830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5919963Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5920201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5920329Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5920577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5920700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5921033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5921168Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5921425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5921576Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5921823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5921916Z return self.from_real_tensor( 2022-12-01T10:26:43.5922185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5922309Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5922557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5922672Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5922927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5923057Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5923269Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5923275Z 2022-12-01T10:26:43.5923343Z ERROR (0.002s) 2022-12-01T10:26:43.5923701Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5923789Z expected failure (0.002s) 2022-12-01T10:26:43.5924010Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.5924384Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5924485Z Traceback (most recent call last): 2022-12-01T10:26:43.5924777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5924847Z raise rte 2022-12-01T10:26:43.5925192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5925289Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5925569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5925661Z return test(*args, **kwargs) 2022-12-01T10:26:43.5925915Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5926046Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5926279Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5926406Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5926670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5926803Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5927041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5927168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5927463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5927587Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5927864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5928000Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5928257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5928410Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5928659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5928752Z return self.from_real_tensor( 2022-12-01T10:26:43.5929017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5929144Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5929393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5929508Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5929765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5929894Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5930147Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5930154Z 2022-12-01T10:26:43.5930223Z ERROR (0.002s) 2022-12-01T10:26:43.5930592Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5930693Z Traceback (most recent call last): 2022-12-01T10:26:43.5931030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5931104Z raise rte 2022-12-01T10:26:43.5931393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5931490Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5931768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5931855Z return test(*args, **kwargs) 2022-12-01T10:26:43.5932110Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5932246Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5932482Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5932614Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5932877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5933009Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5933245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5933376Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5933621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5933750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5934082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5934216Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5934474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5934622Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5934870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5934964Z return self.from_real_tensor( 2022-12-01T10:26:43.5935225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5935350Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5935599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5935710Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5935964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5936094Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5936355Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5936363Z 2022-12-01T10:26:43.5936431Z ERROR (0.003s) 2022-12-01T10:26:43.5936791Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5936890Z Traceback (most recent call last): 2022-12-01T10:26:43.5937230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5937301Z raise rte 2022-12-01T10:26:43.5937587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5937684Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5937960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5938046Z return test(*args, **kwargs) 2022-12-01T10:26:43.5938302Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5938434Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5938667Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5938800Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5939138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5939274Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5939514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5939641Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5939883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5940010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5940289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5940481Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5940738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5940887Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5941139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5941232Z return self.from_real_tensor( 2022-12-01T10:26:43.5941501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5941626Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5941876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5941991Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5942245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5942429Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5942647Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5942653Z 2022-12-01T10:26:43.5942721Z ERROR (0.000s) 2022-12-01T10:26:43.5943129Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5943217Z expected failure (0.006s) 2022-12-01T10:26:43.5943463Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:26:43.5943706Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.5944067Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5944162Z Traceback (most recent call last): 2022-12-01T10:26:43.5944453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5944522Z raise rte 2022-12-01T10:26:43.5944812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5944910Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5945187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5945279Z return test(*args, **kwargs) 2022-12-01T10:26:43.5945537Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5945669Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5945901Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5946034Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5946298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5946432Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5946670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5946841Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5947081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5947207Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5947489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5947623Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5947885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5948033Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5948315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5948429Z return self.from_real_tensor( 2022-12-01T10:26:43.5948698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5948821Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5949122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5949238Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5949494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5949669Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5949881Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5949888Z 2022-12-01T10:26:43.5949959Z ERROR (0.026s) 2022-12-01T10:26:43.5950325Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5950420Z Traceback (most recent call last): 2022-12-01T10:26:43.5950703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5950771Z raise rte 2022-12-01T10:26:43.5951056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5951156Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5951432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5951525Z return test(*args, **kwargs) 2022-12-01T10:26:43.5951781Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5951917Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5952151Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5952280Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5952542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5952677Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5952916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5953043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5953332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5953457Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5953737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5953873Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5954130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5954319Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5954582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5954675Z return self.from_real_tensor( 2022-12-01T10:26:43.5954988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5955118Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5955368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5955483Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5955734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5955865Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5956122Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5956130Z 2022-12-01T10:26:43.5956199Z ERROR (0.018s) 2022-12-01T10:26:43.5956565Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5956664Z Traceback (most recent call last): 2022-12-01T10:26:43.5956952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5957023Z raise rte 2022-12-01T10:26:43.5957309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5957408Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5957688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5957779Z return test(*args, **kwargs) 2022-12-01T10:26:43.5958036Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5958172Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5958403Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5958533Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5958797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5958928Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5959170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5959299Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5959541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5959712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5959992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5960129Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5960445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5960597Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5960845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5960993Z return self.from_real_tensor( 2022-12-01T10:26:43.5961256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5961380Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5961632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5961746Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5962001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5962130Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5962343Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5962349Z 2022-12-01T10:26:43.5962414Z ERROR (0.017s) 2022-12-01T10:26:43.5962792Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5962861Z ERROR (0.003s) 2022-12-01T10:26:43.5963159Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5963261Z Traceback (most recent call last): 2022-12-01T10:26:43.5963550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5963621Z raise rte 2022-12-01T10:26:43.5963911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5964013Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5964289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5964379Z return test(*args, **kwargs) 2022-12-01T10:26:43.5964638Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5964772Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5965010Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5965141Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5965406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5965538Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5965779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5965909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5966150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5966374Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5966657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5966792Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5967103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5967260Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5967511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5967603Z return self.from_real_tensor( 2022-12-01T10:26:43.5967871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5968000Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5968254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5968368Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5968623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5968756Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5969018Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5969025Z 2022-12-01T10:26:43.5969093Z ERROR (0.000s) 2022-12-01T10:26:43.5969398Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5969499Z Traceback (most recent call last): 2022-12-01T10:26:43.5969787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5969857Z raise rte 2022-12-01T10:26:43.5970145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5970244Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5970523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5970613Z return test(*args, **kwargs) 2022-12-01T10:26:43.5970868Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5971002Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5971239Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5971369Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5971636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5971771Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5972014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5972144Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5972444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5972572Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5972948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5973092Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5973351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5973503Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5973756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5973849Z return self.from_real_tensor( 2022-12-01T10:26:43.5974117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5974243Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5974493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5974610Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5974865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5974995Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5975210Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5975216Z 2022-12-01T10:26:43.5975284Z ERROR (0.006s) 2022-12-01T10:26:43.5975631Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5975732Z Traceback (most recent call last): 2022-12-01T10:26:43.5976019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5976093Z raise rte 2022-12-01T10:26:43.5976379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5976478Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5976756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5976845Z return test(*args, **kwargs) 2022-12-01T10:26:43.5977105Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5977241Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5977478Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5977611Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5977875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5978009Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5978300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5978430Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5978675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5978807Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5979223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5979364Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5979672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5979826Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5980075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5980170Z return self.from_real_tensor( 2022-12-01T10:26:43.5980441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5980569Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5980822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5980937Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5981195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5981327Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5981543Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5981549Z 2022-12-01T10:26:43.5981619Z ERROR (0.000s) 2022-12-01T10:26:43.5981928Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.5982015Z expected failure (0.000s) 2022-12-01T10:26:43.5982278Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.5982508Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.5982843Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.5982939Z Traceback (most recent call last): 2022-12-01T10:26:43.5983237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5983310Z raise rte 2022-12-01T10:26:43.5983602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5983704Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5983981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5984075Z return test(*args, **kwargs) 2022-12-01T10:26:43.5984387Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5984524Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5984760Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5984918Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5985200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5985338Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5985587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5985707Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5986010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5986128Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5986421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5986555Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5986812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5986963Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5987216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5987310Z return self.from_real_tensor( 2022-12-01T10:26:43.5987576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5987705Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5987954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5988074Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5988332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5988463Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5988724Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5988731Z 2022-12-01T10:26:43.5988792Z ERROR (0.012s) 2022-12-01T10:26:43.5989128Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.5989228Z Traceback (most recent call last): 2022-12-01T10:26:43.5989520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5989592Z raise rte 2022-12-01T10:26:43.5989877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5989972Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5990287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5990386Z return test(*args, **kwargs) 2022-12-01T10:26:43.5990646Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5990780Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5991064Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5991200Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5991462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5991595Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5991837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5991965Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5992222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5992342Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5993050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5993186Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5993447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5993601Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.5993854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.5993950Z return self.from_real_tensor( 2022-12-01T10:26:43.5994212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.5994338Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.5994589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.5994704Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.5994960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.5995091Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.5995310Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.5995318Z 2022-12-01T10:26:43.5995378Z ERROR (0.003s) 2022-12-01T10:26:43.5995761Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.5995860Z Traceback (most recent call last): 2022-12-01T10:26:43.5996156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.5996285Z raise rte 2022-12-01T10:26:43.5996583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.5996678Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.5997004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.5997096Z return test(*args, **kwargs) 2022-12-01T10:26:43.5997356Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.5997487Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.5997721Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.5997854Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.5998118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.5998251Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.5998490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.5998616Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5998864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.5998989Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.5999279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.5999457Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.5999721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.5999873Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6000121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6000213Z return self.from_real_tensor( 2022-12-01T10:26:43.6000481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6000610Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6000857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6000974Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6001230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6001360Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6001564Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6001580Z 2022-12-01T10:26:43.6001641Z ERROR (0.002s) 2022-12-01T10:26:43.6002016Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6002086Z ERROR (0.002s) 2022-12-01T10:26:43.6002473Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6002577Z Traceback (most recent call last): 2022-12-01T10:26:43.6002916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6002989Z raise rte 2022-12-01T10:26:43.6003279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6003375Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6003655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6003743Z return test(*args, **kwargs) 2022-12-01T10:26:43.6004000Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6004130Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6004366Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6004496Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6004758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6004891Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6005130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6005261Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6005505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6005630Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6005953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6006087Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6006345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6006494Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6006743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6006836Z return self.from_real_tensor( 2022-12-01T10:26:43.6007105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6007231Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6007479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6007595Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6007852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6007979Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6008224Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6008235Z 2022-12-01T10:26:43.6008315Z ERROR (0.002s) 2022-12-01T10:26:43.6008691Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6008789Z Traceback (most recent call last): 2022-12-01T10:26:43.6009180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6009271Z raise rte 2022-12-01T10:26:43.6009560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6009656Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6009931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6010018Z return test(*args, **kwargs) 2022-12-01T10:26:43.6010278Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6010409Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6010646Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6010780Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6011042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6011175Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6011416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6011542Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6011783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6011909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6012191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6012371Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6012632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6012783Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6013030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6013126Z return self.from_real_tensor( 2022-12-01T10:26:43.6013389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6018281Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6018564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6018685Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6019047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6019183Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6019404Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6019414Z 2022-12-01T10:26:43.6019484Z ERROR (0.002s) 2022-12-01T10:26:43.6019823Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6020004Z Traceback (most recent call last): 2022-12-01T10:26:43.6020305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6020379Z raise rte 2022-12-01T10:26:43.6020671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6020769Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6021050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6021138Z return test(*args, **kwargs) 2022-12-01T10:26:43.6021398Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6021532Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6021769Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6021899Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6022166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6022302Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6022545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6022673Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6022917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6023042Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6023323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6023457Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6023718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6023917Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6024166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6024261Z return self.from_real_tensor( 2022-12-01T10:26:43.6024529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6024656Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6024908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6025022Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6025276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6025410Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6025697Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6025706Z 2022-12-01T10:26:43.6025777Z ERROR (0.002s) 2022-12-01T10:26:43.6026114Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6026230Z ERROR (0.002s) 2022-12-01T10:26:43.6026971Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6027077Z Traceback (most recent call last): 2022-12-01T10:26:43.6027379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6027455Z raise rte 2022-12-01T10:26:43.6027750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6027851Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6028130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6028218Z return test(*args, **kwargs) 2022-12-01T10:26:43.6028479Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6028613Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6028847Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6028979Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6029247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6029380Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6029620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6029747Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6029989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6030116Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6030398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6030531Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6030838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6030988Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6031238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6031331Z return self.from_real_tensor( 2022-12-01T10:26:43.6031598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6031721Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6031972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6032084Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6032339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6032469Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6032683Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6032691Z 2022-12-01T10:26:43.6032757Z ERROR (0.002s) 2022-12-01T10:26:43.6033094Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6033190Z Traceback (most recent call last): 2022-12-01T10:26:43.6033524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6033597Z raise rte 2022-12-01T10:26:43.6033887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6033986Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6034261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6034348Z return test(*args, **kwargs) 2022-12-01T10:26:43.6034604Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6034735Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6034970Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6035102Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6035364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6035499Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6035737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6035866Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6036110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6036237Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6036517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6036652Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6036913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6037101Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6037352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6037444Z return self.from_real_tensor( 2022-12-01T10:26:43.6037709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6037833Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6038079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6038198Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6038457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6038585Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6038801Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6038807Z 2022-12-01T10:26:43.6038875Z ERROR (0.002s) 2022-12-01T10:26:43.6039211Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6039307Z Traceback (most recent call last): 2022-12-01T10:26:43.6039593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6039700Z raise rte 2022-12-01T10:26:43.6039989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6040082Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6040359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6040448Z return test(*args, **kwargs) 2022-12-01T10:26:43.6040707Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6040840Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6041070Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6041199Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6041463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6041666Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6041910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6042040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6042339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6042469Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6042751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6042886Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6043146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6043296Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6043544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6043684Z return self.from_real_tensor( 2022-12-01T10:26:43.6043952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6044078Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6044326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6044440Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6044698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6044827Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6045040Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6045049Z 2022-12-01T10:26:43.6045114Z ERROR (0.003s) 2022-12-01T10:26:43.6045451Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6045538Z expected failure (0.002s) 2022-12-01T10:26:43.6045785Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6046020Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.6046290Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6046522Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6046748Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6046973Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6047182Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6047476Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6047573Z Traceback (most recent call last): 2022-12-01T10:26:43.6047870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6047939Z raise rte 2022-12-01T10:26:43.6048230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6048328Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6048606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6048694Z return test(*args, **kwargs) 2022-12-01T10:26:43.6048951Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6049082Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6049316Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6049447Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6049710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6049884Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6050125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6050253Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6050497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6050622Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6050904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6051040Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6051298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6051450Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6051700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6051793Z return self.from_real_tensor( 2022-12-01T10:26:43.6052059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6052188Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6052473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6052590Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6052846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6052978Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6053188Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6053195Z 2022-12-01T10:26:43.6053263Z ERROR (0.002s) 2022-12-01T10:26:43.6053562Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6053660Z Traceback (most recent call last): 2022-12-01T10:26:43.6053952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6054023Z raise rte 2022-12-01T10:26:43.6054310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6054409Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6054685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6054774Z return test(*args, **kwargs) 2022-12-01T10:26:43.6055032Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6055166Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6055397Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6055525Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6055792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6055926Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6056210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6056336Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6056579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6056706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6056984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6057118Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6057374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6057524Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6057775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6057870Z return self.from_real_tensor( 2022-12-01T10:26:43.6058138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6058265Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6058513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6058626Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6058924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6059145Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6059359Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6059368Z 2022-12-01T10:26:43.6059437Z ERROR (0.002s) 2022-12-01T10:26:43.6059739Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6059837Z Traceback (most recent call last): 2022-12-01T10:26:43.6060124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6060196Z raise rte 2022-12-01T10:26:43.6060486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6060583Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6060858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6060947Z return test(*args, **kwargs) 2022-12-01T10:26:43.6061205Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6061338Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6061572Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6061702Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6061968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6062102Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6062341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6062467Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6062760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6062885Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6063163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6063296Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6063554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6063705Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6063949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6064042Z return self.from_real_tensor( 2022-12-01T10:26:43.6064309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6064433Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6064684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6064798Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6065050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6065178Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6065432Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6065439Z 2022-12-01T10:26:43.6065507Z ERROR (0.002s) 2022-12-01T10:26:43.6065822Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6065913Z expected failure (0.002s) 2022-12-01T10:26:43.6066150Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6066411Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6066662Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6067037Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6067136Z Traceback (most recent call last): 2022-12-01T10:26:43.6067429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6067500Z raise rte 2022-12-01T10:26:43.6067789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6067888Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6068162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6068253Z return test(*args, **kwargs) 2022-12-01T10:26:43.6068513Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6068644Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6068920Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6069050Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6069317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6069453Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6069697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6069829Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6070077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6070205Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6070487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6070629Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6070889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6071042Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6071293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6071387Z return self.from_real_tensor( 2022-12-01T10:26:43.6071700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6071828Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6072077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6072195Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6072455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6072658Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6072873Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6072879Z 2022-12-01T10:26:43.6072950Z ERROR (0.002s) 2022-12-01T10:26:43.6073384Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6073484Z Traceback (most recent call last): 2022-12-01T10:26:43.6073776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6073848Z raise rte 2022-12-01T10:26:43.6074138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6074237Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6074516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6074605Z return test(*args, **kwargs) 2022-12-01T10:26:43.6074865Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6074998Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6075234Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6075411Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6075678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6075813Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6076054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6076183Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6076429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6076557Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6076839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6076978Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6077242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6077393Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6077644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6077737Z return self.from_real_tensor( 2022-12-01T10:26:43.6078006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6078176Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6078432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6078546Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6078808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6078940Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6079158Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6079165Z 2022-12-01T10:26:43.6079233Z ERROR (0.003s) 2022-12-01T10:26:43.6079612Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6079713Z Traceback (most recent call last): 2022-12-01T10:26:43.6080003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6080075Z raise rte 2022-12-01T10:26:43.6080362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6080462Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6080739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6080827Z return test(*args, **kwargs) 2022-12-01T10:26:43.6081082Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6081218Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6081452Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6081583Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6081846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6082021Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6082261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6082391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6082634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6082762Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6083045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6083185Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6083444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6083600Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6083849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6083942Z return self.from_real_tensor( 2022-12-01T10:26:43.6084210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6084338Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6084631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6084749Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6085007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6085142Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6085355Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6085361Z 2022-12-01T10:26:43.6085430Z ERROR (0.003s) 2022-12-01T10:26:43.6085793Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6085879Z expected failure (0.006s) 2022-12-01T10:26:43.6086132Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6086371Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:26:43.6086584Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.6086884Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6086979Z Traceback (most recent call last): 2022-12-01T10:26:43.6087271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6087345Z raise rte 2022-12-01T10:26:43.6087636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6087735Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6088012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6088147Z return test(*args, **kwargs) 2022-12-01T10:26:43.6088406Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6088542Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6088775Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6088906Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6089170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6089307Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6089549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6089677Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6089924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6090052Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6090332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6090468Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6090724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6090917Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6091168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6091267Z return self.from_real_tensor( 2022-12-01T10:26:43.6091536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6091660Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6091912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6092026Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6092282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6092414Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6092631Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6092639Z 2022-12-01T10:26:43.6092707Z ERROR (0.002s) 2022-12-01T10:26:43.6093011Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6093113Z Traceback (most recent call last): 2022-12-01T10:26:43.6093398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6093472Z raise rte 2022-12-01T10:26:43.6093759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6093860Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6094136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6094226Z return test(*args, **kwargs) 2022-12-01T10:26:43.6094483Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6094659Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6094897Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6095028Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6095291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6095425Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6095665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6095794Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6096034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6096165Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6096446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6096580Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6096837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6096989Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6097239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6097375Z return self.from_real_tensor( 2022-12-01T10:26:43.6097646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6097772Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6098026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6098143Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6098399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6098531Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6098744Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6098750Z 2022-12-01T10:26:43.6098818Z ERROR (0.003s) 2022-12-01T10:26:43.6099237Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6099339Z Traceback (most recent call last): 2022-12-01T10:26:43.6099628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6099698Z raise rte 2022-12-01T10:26:43.6099987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6100085Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6100354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6100444Z return test(*args, **kwargs) 2022-12-01T10:26:43.6100706Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6100841Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6101077Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6101612Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6101882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6102015Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6102256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6102387Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6102636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6102763Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6103043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6103182Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6103440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6103595Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6103845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6103941Z return self.from_real_tensor( 2022-12-01T10:26:43.6104253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6104380Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6104631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6104748Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6105003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6105134Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6105350Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6105357Z 2022-12-01T10:26:43.6105425Z ERROR (0.002s) 2022-12-01T10:26:43.6105732Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6105816Z expected failure (0.005s) 2022-12-01T10:26:43.6106049Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:26:43.6106285Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6106505Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6106818Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6106917Z Traceback (most recent call last): 2022-12-01T10:26:43.6107209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6107281Z raise rte 2022-12-01T10:26:43.6107569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6107704Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6107980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6108070Z return test(*args, **kwargs) 2022-12-01T10:26:43.6108329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6108462Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6108697Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6108831Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6109093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6109225Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6109469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6109597Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6109839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6109965Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6110243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6110379Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6110687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6110830Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6111091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6111183Z return self.from_real_tensor( 2022-12-01T10:26:43.6111450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6111573Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6111823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6111935Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6112194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6112322Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6112528Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6112544Z 2022-12-01T10:26:43.6112605Z ERROR (0.002s) 2022-12-01T10:26:43.6112930Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6113027Z Traceback (most recent call last): 2022-12-01T10:26:43.6113316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6113386Z raise rte 2022-12-01T10:26:43.6113677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6113773Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6114046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6114178Z return test(*args, **kwargs) 2022-12-01T10:26:43.6114437Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6114571Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6114806Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6114936Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6115200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6115337Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6115578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6115704Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6115953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6116078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6116359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6116495Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6116753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6116939Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6117195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6117280Z return self.from_real_tensor( 2022-12-01T10:26:43.6117559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6117676Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6117933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6118045Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6118300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6118427Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6118637Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6118652Z 2022-12-01T10:26:43.6118712Z ERROR (0.002s) 2022-12-01T10:26:43.6119034Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6119133Z Traceback (most recent call last): 2022-12-01T10:26:43.6119422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6119491Z raise rte 2022-12-01T10:26:43.6119785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6119881Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6120162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6120248Z return test(*args, **kwargs) 2022-12-01T10:26:43.6120504Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6120681Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6120913Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6121044Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6121306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6121439Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6121681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6121806Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6122051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6122176Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6122456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6122592Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6122848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6122997Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6123292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6123379Z return self.from_real_tensor( 2022-12-01T10:26:43.6123652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6123770Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6124031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6124140Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6124401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6124530Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6124735Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6124748Z 2022-12-01T10:26:43.6124808Z ERROR (0.002s) 2022-12-01T10:26:43.6125132Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6125202Z ERROR (0.002s) 2022-12-01T10:26:43.6125520Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6125616Z Traceback (most recent call last): 2022-12-01T10:26:43.6125909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6125978Z raise rte 2022-12-01T10:26:43.6126266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6126364Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6126642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6126729Z return test(*args, **kwargs) 2022-12-01T10:26:43.6127032Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6127165Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6127398Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6127527Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6127790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6127923Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6128163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6128288Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6128532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6128747Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6129029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6129164Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6129466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6129617Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6130261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6130363Z return self.from_real_tensor( 2022-12-01T10:26:43.6130633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6130762Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6131015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6131130Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6131385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6131516Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6131728Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6131735Z 2022-12-01T10:26:43.6131801Z ERROR (0.002s) 2022-12-01T10:26:43.6132126Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6132225Z Traceback (most recent call last): 2022-12-01T10:26:43.6132513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6132585Z raise rte 2022-12-01T10:26:43.6132871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6132973Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6133250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6133336Z return test(*args, **kwargs) 2022-12-01T10:26:43.6133594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6133772Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6134004Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6134133Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6134395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6134527Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6134769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6134900Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6135145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6135271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6135555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6135686Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6135944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6136094Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6136340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6136435Z return self.from_real_tensor( 2022-12-01T10:26:43.6136743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6136868Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6137122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6137235Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6137489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6137619Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6137831Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6137838Z 2022-12-01T10:26:43.6137905Z ERROR (0.002s) 2022-12-01T10:26:43.6138230Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6138327Z Traceback (most recent call last): 2022-12-01T10:26:43.6138617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6138688Z raise rte 2022-12-01T10:26:43.6139074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6139172Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6139445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6139530Z return test(*args, **kwargs) 2022-12-01T10:26:43.6139787Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6139919Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6140152Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6140325Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6140587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6140719Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6140957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6141083Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6141328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6141454Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6141734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6141869Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6142126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6142274Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6142523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6142613Z return self.from_real_tensor( 2022-12-01T10:26:43.6142877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6143041Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6143296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6143409Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6143663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6143791Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6144006Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6144013Z 2022-12-01T10:26:43.6144080Z ERROR (0.002s) 2022-12-01T10:26:43.6144401Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6144469Z ERROR (0.003s) 2022-12-01T10:26:43.6144779Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6144876Z Traceback (most recent call last): 2022-12-01T10:26:43.6145165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6145235Z raise rte 2022-12-01T10:26:43.6145519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6145615Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6145887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6145977Z return test(*args, **kwargs) 2022-12-01T10:26:43.6146238Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6146369Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6146647Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6146775Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6147035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6147167Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6147404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6147533Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6147780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6147906Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6148185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6148323Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6148580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6148727Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6148976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6149067Z return self.from_real_tensor( 2022-12-01T10:26:43.6149371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6149497Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6149749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6149864Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6150121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6150252Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6150464Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6150470Z 2022-12-01T10:26:43.6150537Z ERROR (0.003s) 2022-12-01T10:26:43.6150853Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6150950Z Traceback (most recent call last): 2022-12-01T10:26:43.6151237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6151307Z raise rte 2022-12-01T10:26:43.6151593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6151691Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6151964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6152051Z return test(*args, **kwargs) 2022-12-01T10:26:43.6152306Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6152440Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6152671Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6152800Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6153104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6153236Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6153471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6153598Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6153840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6153965Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6154246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6154380Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6154638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6154787Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6155032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6155123Z return self.from_real_tensor( 2022-12-01T10:26:43.6155386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6155510Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6155799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6155913Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6156170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6156303Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6156515Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6156521Z 2022-12-01T10:26:43.6156587Z ERROR (0.003s) 2022-12-01T10:26:43.6156906Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6157000Z Traceback (most recent call last): 2022-12-01T10:26:43.6157291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6157361Z raise rte 2022-12-01T10:26:43.6157647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6157749Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6158025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6158113Z return test(*args, **kwargs) 2022-12-01T10:26:43.6158369Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6158499Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6158731Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6158862Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6159124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6159299Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6159541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6159665Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6159908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6160033Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6160311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6160447Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6160703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6160857Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6161104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6161197Z return self.from_real_tensor( 2022-12-01T10:26:43.6161466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6161593Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6161845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6161956Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6162250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6162379Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6162593Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6162600Z 2022-12-01T10:26:43.6162665Z ERROR (0.003s) 2022-12-01T10:26:43.6162982Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6163049Z ERROR (0.003s) 2022-12-01T10:26:43.6163360Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6163459Z Traceback (most recent call last): 2022-12-01T10:26:43.6163747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6163818Z raise rte 2022-12-01T10:26:43.6164107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6164203Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6164474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6164562Z return test(*args, **kwargs) 2022-12-01T10:26:43.6164822Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6164954Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6165195Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6165323Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6165586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6165764Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6166000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6166125Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6166366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6166493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6166772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6166906Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6167161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6167313Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6167560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6167654Z return self.from_real_tensor( 2022-12-01T10:26:43.6167921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6168044Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6168335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6168450Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6168709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6168839Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6169055Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6169061Z 2022-12-01T10:26:43.6169128Z ERROR (0.002s) 2022-12-01T10:26:43.6169445Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6169542Z Traceback (most recent call last): 2022-12-01T10:26:43.6169831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6169901Z raise rte 2022-12-01T10:26:43.6170187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6170287Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6170565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6170652Z return test(*args, **kwargs) 2022-12-01T10:26:43.6170904Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6171036Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6171269Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6171398Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6171662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6171795Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6172076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6172202Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6172447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6172571Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6172850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6172983Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6173240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6173394Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6173640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6173737Z return self.from_real_tensor( 2022-12-01T10:26:43.6174003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6174128Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6174375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6174491Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6174782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6174911Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6175123Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6175132Z 2022-12-01T10:26:43.6175199Z ERROR (0.003s) 2022-12-01T10:26:43.6175512Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6175609Z Traceback (most recent call last): 2022-12-01T10:26:43.6175899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6175969Z raise rte 2022-12-01T10:26:43.6176259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6176356Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6176631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6176722Z return test(*args, **kwargs) 2022-12-01T10:26:43.6176974Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6177106Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6177336Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6177466Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6177726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6177861Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6178098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6178224Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6178507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6178635Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6178913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6179134Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6179391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6179543Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6179789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6179882Z return self.from_real_tensor( 2022-12-01T10:26:43.6180153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6180279Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6180530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6180644Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6180898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6181028Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6181288Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6181295Z 2022-12-01T10:26:43.6181365Z ERROR (0.000s) 2022-12-01T10:26:43.6181695Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6181782Z expected failure (0.006s) 2022-12-01T10:26:43.6182002Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.6182318Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6182416Z Traceback (most recent call last): 2022-12-01T10:26:43.6182706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6182778Z raise rte 2022-12-01T10:26:43.6183065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6183165Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6183439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6183529Z return test(*args, **kwargs) 2022-12-01T10:26:43.6183784Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6183915Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6184148Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6184280Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6184546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6184678Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6184961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6185090Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6185335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6185463Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6185744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6185882Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6186138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6186286Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6186539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6186632Z return self.from_real_tensor( 2022-12-01T10:26:43.6186902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6187027Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6187275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6187388Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6187685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6187817Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6188026Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6188035Z 2022-12-01T10:26:43.6188105Z ERROR (0.000s) 2022-12-01T10:26:43.6188420Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6188517Z Traceback (most recent call last): 2022-12-01T10:26:43.6188805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6188876Z raise rte 2022-12-01T10:26:43.6189163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6189258Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6189537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6189628Z return test(*args, **kwargs) 2022-12-01T10:26:43.6189883Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6190016Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6190251Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6190380Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6190644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6190780Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6191019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6191189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6191435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6191562Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6191839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6191976Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6192233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6192382Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6192633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6192728Z return self.from_real_tensor( 2022-12-01T10:26:43.6192996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6193123Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6193372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6193487Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6193739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6193913Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6194125Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6194131Z 2022-12-01T10:26:43.6194201Z ERROR (0.000s) 2022-12-01T10:26:43.6194520Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6194617Z Traceback (most recent call last): 2022-12-01T10:26:43.6194906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6194977Z raise rte 2022-12-01T10:26:43.6195262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6195361Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6195639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6195727Z return test(*args, **kwargs) 2022-12-01T10:26:43.6195987Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6196120Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6196356Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6196486Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6196750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6196883Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6197126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6197254Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6197496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6197660Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6197944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6198080Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6198338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6198490Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6198741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6198834Z return self.from_real_tensor( 2022-12-01T10:26:43.6199105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6199237Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6199486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6199600Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6199856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6199985Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6200199Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6200250Z 2022-12-01T10:26:43.6200321Z ERROR (0.010s) 2022-12-01T10:26:43.6200645Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6200715Z ERROR (0.000s) 2022-12-01T10:26:43.6201038Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6201135Z Traceback (most recent call last): 2022-12-01T10:26:43.6201424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6201496Z raise rte 2022-12-01T10:26:43.6201789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6201888Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6202162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6202253Z return test(*args, **kwargs) 2022-12-01T10:26:43.6202508Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6202639Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6202874Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6203004Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6203267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6203400Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6203642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6203770Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6204411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6204541Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6204822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6204959Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6205218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6205375Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6205627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6205721Z return self.from_real_tensor( 2022-12-01T10:26:43.6205991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6206114Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6206364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6206480Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6206733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6206864Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6207125Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6207132Z 2022-12-01T10:26:43.6207200Z ERROR (0.000s) 2022-12-01T10:26:43.6207529Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6207630Z Traceback (most recent call last): 2022-12-01T10:26:43.6207917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6207989Z raise rte 2022-12-01T10:26:43.6208275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6208371Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6208646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6208733Z return test(*args, **kwargs) 2022-12-01T10:26:43.6208986Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6209119Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6209351Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6209481Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6209744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6209879Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6210117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6210247Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6210489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6210657Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6210941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6211077Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6211332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6211481Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6211728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6211823Z return self.from_real_tensor( 2022-12-01T10:26:43.6212090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6212214Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6212467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6212582Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6212833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6212960Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6213175Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6213181Z 2022-12-01T10:26:43.6213249Z ERROR (0.011s) 2022-12-01T10:26:43.6213620Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6213718Z Traceback (most recent call last): 2022-12-01T10:26:43.6214006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6214079Z raise rte 2022-12-01T10:26:43.6214364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6214461Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6214738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6214827Z return test(*args, **kwargs) 2022-12-01T10:26:43.6215086Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6215217Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6215449Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6215579Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6215841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6215973Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6216211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6216339Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6216585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6216711Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6216989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6217165Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6217424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6217576Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6217827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6217917Z return self.from_real_tensor( 2022-12-01T10:26:43.6218179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6218303Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6218553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6218667Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6218922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6219146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6219362Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6219368Z 2022-12-01T10:26:43.6219435Z ERROR (0.003s) 2022-12-01T10:26:43.6219811Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6219896Z expected failure (0.003s) 2022-12-01T10:26:43.6220143Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.6220392Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.6220632Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.6220882Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.6221127Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.6221340Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.6221640Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6221738Z Traceback (most recent call last): 2022-12-01T10:26:43.6222030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6222100Z raise rte 2022-12-01T10:26:43.6222388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6222485Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6222762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6222849Z return test(*args, **kwargs) 2022-12-01T10:26:43.6223108Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6223282Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6223518Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6223647Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6223911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6224045Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6224284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6224416Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6224661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6224788Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6225069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6225204Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6225464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6225614Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6225863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6225954Z return self.from_real_tensor( 2022-12-01T10:26:43.6226260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6226386Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6226641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6226755Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6227010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6227143Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6227354Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6227360Z 2022-12-01T10:26:43.6227425Z ERROR (0.003s) 2022-12-01T10:26:43.6227736Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6227831Z Traceback (most recent call last): 2022-12-01T10:26:43.6228121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6228194Z raise rte 2022-12-01T10:26:43.6228482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6228578Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6228855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6228940Z return test(*args, **kwargs) 2022-12-01T10:26:43.6229199Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6229331Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6229565Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6229819Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6230081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6230216Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6230504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6230641Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6230885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6231012Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6231291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6231430Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6231686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6231836Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6232083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6232173Z return self.from_real_tensor( 2022-12-01T10:26:43.6232438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6232943Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6233209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6233322Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6233583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6233712Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6233924Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6233931Z 2022-12-01T10:26:43.6233997Z ERROR (0.002s) 2022-12-01T10:26:43.6234304Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6234400Z Traceback (most recent call last): 2022-12-01T10:26:43.6234689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6234759Z raise rte 2022-12-01T10:26:43.6235052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6235150Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6235428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6235515Z return test(*args, **kwargs) 2022-12-01T10:26:43.6235844Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6235977Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6236214Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6236394Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6236662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6236848Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6237089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6237216Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6237463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6237588Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6237870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6238004Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6238263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6238416Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6238664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6238757Z return self.from_real_tensor( 2022-12-01T10:26:43.6239025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6239149Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6239398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6239554Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6239813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6239943Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6240155Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6240162Z 2022-12-01T10:26:43.6240232Z ERROR (0.002s) 2022-12-01T10:26:43.6240540Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6240604Z ERROR (0.014s) 2022-12-01T10:26:43.6240905Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6241002Z Traceback (most recent call last): 2022-12-01T10:26:43.6241294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6241366Z raise rte 2022-12-01T10:26:43.6241701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6241801Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6242077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6242164Z return test(*args, **kwargs) 2022-12-01T10:26:43.6242474Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6242610Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6242843Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6242973Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6243284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6243417Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6243661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6243782Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6244034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6244151Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6244443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6244578Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6244837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6244989Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6245236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6245329Z return self.from_real_tensor( 2022-12-01T10:26:43.6245591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6245714Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6246006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6246123Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6246379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6246510Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6246725Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6246732Z 2022-12-01T10:26:43.6246791Z ERROR (0.012s) 2022-12-01T10:26:43.6247095Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6247192Z Traceback (most recent call last): 2022-12-01T10:26:43.6247482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6247553Z raise rte 2022-12-01T10:26:43.6247886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6247986Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6248288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6248392Z return test(*args, **kwargs) 2022-12-01T10:26:43.6248651Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6248784Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6249017Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6249146Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6249408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6249541Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6249830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6249956Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6250198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6250323Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6250612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6250743Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6251007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6251154Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6251401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6251492Z return self.from_real_tensor( 2022-12-01T10:26:43.6251758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6251883Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6252132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6252246Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6252542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6252670Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6252877Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6252894Z 2022-12-01T10:26:43.6252953Z ERROR (0.008s) 2022-12-01T10:26:43.6253257Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6253353Z Traceback (most recent call last): 2022-12-01T10:26:43.6253694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6253766Z raise rte 2022-12-01T10:26:43.6254059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6254157Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6254434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6254575Z return test(*args, **kwargs) 2022-12-01T10:26:43.6254836Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6254966Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6255203Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6255334Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6255720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6255942Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6256530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6256886Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6257308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6257507Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6257914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6258135Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6258502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6258717Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6259175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6259323Z return self.from_real_tensor( 2022-12-01T10:26:43.6259737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6259922Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6260525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6260707Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6261099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6261425Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6261780Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6261802Z 2022-12-01T10:26:43.6261914Z ERROR (0.008s) 2022-12-01T10:26:43.6262433Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6262541Z ERROR (0.002s) 2022-12-01T10:26:43.6263032Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6263208Z Traceback (most recent call last): 2022-12-01T10:26:43.6263700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6263832Z raise rte 2022-12-01T10:26:43.6264323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6264484Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6264945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6265098Z return test(*args, **kwargs) 2022-12-01T10:26:43.6265760Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6265985Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6266259Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6266396Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6266748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6266889Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6267139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6267459Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6267714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6267843Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6268131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6268265Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6268534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6268689Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6268942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6269039Z return self.from_real_tensor( 2022-12-01T10:26:43.6269313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6269439Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6269693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6269808Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6270140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6270273Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6270499Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6270510Z 2022-12-01T10:26:43.6270584Z ERROR (0.002s) 2022-12-01T10:26:43.6270903Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6271002Z Traceback (most recent call last): 2022-12-01T10:26:43.6271294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6271367Z raise rte 2022-12-01T10:26:43.6271664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6271763Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6272040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6272130Z return test(*args, **kwargs) 2022-12-01T10:26:43.6272389Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6272520Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6272808Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6272941Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6273209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6273348Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6273639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6273766Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6274064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6274193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6274473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6274612Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6274873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6275023Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6275274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6275370Z return self.from_real_tensor( 2022-12-01T10:26:43.6275636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6275762Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6276015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6276130Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6276385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6276513Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6276778Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6276787Z 2022-12-01T10:26:43.6276857Z ERROR (0.002s) 2022-12-01T10:26:43.6277177Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6277277Z Traceback (most recent call last): 2022-12-01T10:26:43.6277566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6277638Z raise rte 2022-12-01T10:26:43.6277924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6278025Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6278305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6278392Z return test(*args, **kwargs) 2022-12-01T10:26:43.6278649Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6278786Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6279080Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6279209Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6279521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6279661Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6279902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6280033Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6280276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6280404Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6280733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6280869Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6281129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6281280Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6281529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6281629Z return self.from_real_tensor( 2022-12-01T10:26:43.6281893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6282018Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6282267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6282379Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6282630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6282761Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6282975Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6282981Z 2022-12-01T10:26:43.6283051Z ERROR (0.002s) 2022-12-01T10:26:43.6283413Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6283482Z ERROR (0.002s) 2022-12-01T10:26:43.6283787Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6283882Z Traceback (most recent call last): 2022-12-01T10:26:43.6284177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6284247Z raise rte 2022-12-01T10:26:43.6284536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6284633Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6284971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6285060Z return test(*args, **kwargs) 2022-12-01T10:26:43.6285321Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6285452Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6285732Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6285865Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6286136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6286268Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6286513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6286638Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6286884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6287056Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6287335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6287475Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6287734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6287887Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6288139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6288233Z return self.from_real_tensor( 2022-12-01T10:26:43.6288497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6288623Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6288874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6288989Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6289241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6289369Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6289585Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6289640Z 2022-12-01T10:26:43.6289710Z ERROR (0.005s) 2022-12-01T10:26:43.6290028Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6290127Z Traceback (most recent call last): 2022-12-01T10:26:43.6290417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6290488Z raise rte 2022-12-01T10:26:43.6290777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6290924Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6291208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6291299Z return test(*args, **kwargs) 2022-12-01T10:26:43.6291614Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6291749Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6291991Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6292118Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6292382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6292519Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6292757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6292885Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6293132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6293263Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6293541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6293724Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6293985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6294135Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6294384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6294480Z return self.from_real_tensor( 2022-12-01T10:26:43.6294751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6294876Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6295127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6295244Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6295498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6295628Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6295843Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6295850Z 2022-12-01T10:26:43.6295918Z ERROR (0.003s) 2022-12-01T10:26:43.6296277Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6296375Z Traceback (most recent call last): 2022-12-01T10:26:43.6296665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6296738Z raise rte 2022-12-01T10:26:43.6297081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6297183Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6297461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6297603Z return test(*args, **kwargs) 2022-12-01T10:26:43.6297866Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6297998Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6298232Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6298364Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6298626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6298760Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6299086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6299219Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6299464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6299595Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6299876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6300010Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6300326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6300476Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6300724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6300819Z return self.from_real_tensor( 2022-12-01T10:26:43.6301087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6301216Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6301467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6301582Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6301839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6301969Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6302183Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6302190Z 2022-12-01T10:26:43.6302259Z ERROR (0.000s) 2022-12-01T10:26:43.6302574Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6302643Z ERROR (0.003s) 2022-12-01T10:26:43.6303048Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6303148Z Traceback (most recent call last): 2022-12-01T10:26:43.6303442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6303515Z raise rte 2022-12-01T10:26:43.6303859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6303957Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6304230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6304317Z return test(*args, **kwargs) 2022-12-01T10:26:43.6304576Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6304709Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6304942Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6305072Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6305333Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6305465Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6305710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6305840Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6306089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6306214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6306494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6306684Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6306943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6307095Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6307347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6307440Z return self.from_real_tensor( 2022-12-01T10:26:43.6307708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6307839Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6308089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6308209Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6308462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6308595Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6308810Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6308816Z 2022-12-01T10:26:43.6308921Z ERROR (0.006s) 2022-12-01T10:26:43.6309242Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6309386Z Traceback (most recent call last): 2022-12-01T10:26:43.6309730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6309806Z raise rte 2022-12-01T10:26:43.6310096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6310192Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6310469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6310557Z return test(*args, **kwargs) 2022-12-01T10:26:43.6310814Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6310946Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6311182Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6311311Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6311573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6311709Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6311950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6312079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6312326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6312453Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6312736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6312871Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6313131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6313768Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6314020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6314115Z return self.from_real_tensor( 2022-12-01T10:26:43.6314382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6314509Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6314765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6314927Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6315201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6315334Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6315600Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6315609Z 2022-12-01T10:26:43.6315677Z ERROR (0.000s) 2022-12-01T10:26:43.6315985Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6316084Z Traceback (most recent call last): 2022-12-01T10:26:43.6316427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6316500Z raise rte 2022-12-01T10:26:43.6316789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6316892Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6317169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6317256Z return test(*args, **kwargs) 2022-12-01T10:26:43.6317511Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6317644Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6317880Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6318011Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6318278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6318411Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6318652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6318779Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6319021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6319151Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6319429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6319565Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6319823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6319975Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6320268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6320359Z return self.from_real_tensor( 2022-12-01T10:26:43.6320625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6320750Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6321055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6321171Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6321426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6321607Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6321827Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6321837Z 2022-12-01T10:26:43.6321905Z ERROR (0.000s) 2022-12-01T10:26:43.6322228Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6322314Z expected failure (0.010s) 2022-12-01T10:26:43.6322537Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.6322902Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6322998Z Traceback (most recent call last): 2022-12-01T10:26:43.6323293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6323368Z raise rte 2022-12-01T10:26:43.6323660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6323759Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6324034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6324121Z return test(*args, **kwargs) 2022-12-01T10:26:43.6324381Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6324517Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6324754Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6324885Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6325152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6325287Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6325527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6325656Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6325903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6326031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6326315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6326448Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6326749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6326955Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6327209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6327302Z return self.from_real_tensor( 2022-12-01T10:26:43.6327623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6327750Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6328004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6328122Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6328374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6328509Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6328723Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6328731Z 2022-12-01T10:26:43.6328801Z ERROR (0.000s) 2022-12-01T10:26:43.6329123Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6329221Z Traceback (most recent call last): 2022-12-01T10:26:43.6329557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6329630Z raise rte 2022-12-01T10:26:43.6329919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6330022Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6330300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6330389Z return test(*args, **kwargs) 2022-12-01T10:26:43.6330643Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6330777Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6331011Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6331144Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6331408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6331544Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6331785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6331911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6332151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6332281Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6332560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6337419Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6337730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6337894Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6338240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6338336Z return self.from_real_tensor( 2022-12-01T10:26:43.6338619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6338753Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6339166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6339289Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6339595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6339747Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6339973Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6339983Z 2022-12-01T10:26:43.6340055Z ERROR (0.000s) 2022-12-01T10:26:43.6340381Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6340483Z Traceback (most recent call last): 2022-12-01T10:26:43.6340780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6340854Z raise rte 2022-12-01T10:26:43.6341213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6341317Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6341600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6341693Z return test(*args, **kwargs) 2022-12-01T10:26:43.6341952Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6342087Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6342325Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6342454Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6342725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6342863Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6343106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6343237Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6343484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6343610Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6343895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6344034Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6344293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6344445Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6344696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6344834Z return self.from_real_tensor( 2022-12-01T10:26:43.6345164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6345295Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6345551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6345715Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6345976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6346111Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6346332Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6346339Z 2022-12-01T10:26:43.6346410Z ERROR (0.010s) 2022-12-01T10:26:43.6346742Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6346830Z expected failure (0.055s) 2022-12-01T10:26:43.6347068Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6347291Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6348038Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6348149Z Traceback (most recent call last): 2022-12-01T10:26:43.6348456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6348535Z raise rte 2022-12-01T10:26:43.6348829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6348930Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6349215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6349308Z return test(*args, **kwargs) 2022-12-01T10:26:43.6349572Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6349708Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6349947Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6350083Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6350351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6350488Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6350732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6350860Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6351170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6351303Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6351635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6351774Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6352094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6352243Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6352492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6352588Z return self.from_real_tensor( 2022-12-01T10:26:43.6352859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6352990Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6353245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6353361Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6353622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6353752Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6353968Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6353975Z 2022-12-01T10:26:43.6354045Z ERROR (0.002s) 2022-12-01T10:26:43.6354369Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6354512Z Traceback (most recent call last): 2022-12-01T10:26:43.6354806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6354880Z raise rte 2022-12-01T10:26:43.6355173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6355276Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6355559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6355649Z return test(*args, **kwargs) 2022-12-01T10:26:43.6355916Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6356052Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6356292Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6356424Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6356690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6356831Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6357132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6357265Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6357516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6357696Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6357986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6358126Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6358387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6358589Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6358843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6358939Z return self.from_real_tensor( 2022-12-01T10:26:43.6359211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6359339Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6359589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6359706Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6359961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6360091Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6360311Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6360317Z 2022-12-01T10:26:43.6360388Z ERROR (0.003s) 2022-12-01T10:26:43.6360709Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6360809Z Traceback (most recent call last): 2022-12-01T10:26:43.6361100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6361215Z raise rte 2022-12-01T10:26:43.6361511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6361613Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6361893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6361986Z return test(*args, **kwargs) 2022-12-01T10:26:43.6362245Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6362380Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6362616Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6362749Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6363077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6363219Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6363462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6363645Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6363895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6364022Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6364306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6364443Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6364710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6364864Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6365117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6365259Z return self.from_real_tensor( 2022-12-01T10:26:43.6365526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6365658Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6365908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6366024Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6366281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6366413Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6366628Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6366638Z 2022-12-01T10:26:43.6366708Z ERROR (0.002s) 2022-12-01T10:26:43.6367026Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6367112Z expected failure (0.002s) 2022-12-01T10:26:43.6367348Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.6367590Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.6367857Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.6368095Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6368323Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:26:43.6368557Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.6368757Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.6369121Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6369221Z Traceback (most recent call last): 2022-12-01T10:26:43.6369518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6369645Z raise rte 2022-12-01T10:26:43.6369941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6370040Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6370323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6370406Z return test(*args, **kwargs) 2022-12-01T10:26:43.6370667Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6370805Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6371056Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6371179Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6371458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6371637Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6371887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6372008Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6372265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6372393Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6372678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6372815Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6373074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6373228Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6373478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6373572Z return self.from_real_tensor( 2022-12-01T10:26:43.6373843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6373972Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6374264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6374382Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6374639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6374773Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6375044Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6375052Z 2022-12-01T10:26:43.6375123Z ERROR (0.000s) 2022-12-01T10:26:43.6375418Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6375516Z Traceback (most recent call last): 2022-12-01T10:26:43.6375856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6375937Z raise rte 2022-12-01T10:26:43.6376228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6376332Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6376610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6376700Z return test(*args, **kwargs) 2022-12-01T10:26:43.6376958Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6377093Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6377332Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6377467Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6377729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6377863Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6378167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6378288Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6378546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6378665Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6379081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6379226Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6379489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6379642Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6379895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6379990Z return self.from_real_tensor( 2022-12-01T10:26:43.6380259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6380387Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6380640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6380757Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6381068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6381260Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6381479Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6381489Z 2022-12-01T10:26:43.6381550Z ERROR (0.000s) 2022-12-01T10:26:43.6381885Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6382001Z Traceback (most recent call last): 2022-12-01T10:26:43.6382293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6382368Z raise rte 2022-12-01T10:26:43.6382657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6382758Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6383038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6383125Z return test(*args, **kwargs) 2022-12-01T10:26:43.6383386Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6383519Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6383755Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6383886Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6384151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6384287Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6384529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6384657Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6384952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6385080Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6385373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6385504Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6385774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6385930Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6386178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6386271Z return self.from_real_tensor( 2022-12-01T10:26:43.6386537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6386663Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6386913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6387029Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6387342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6387475Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6387726Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6387743Z 2022-12-01T10:26:43.6387804Z ERROR (0.011s) 2022-12-01T10:26:43.6388156Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6388229Z ERROR (0.009s) 2022-12-01T10:26:43.6388537Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6388637Z Traceback (most recent call last): 2022-12-01T10:26:43.6388932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6389005Z raise rte 2022-12-01T10:26:43.6389295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6389390Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6389668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6389757Z return test(*args, **kwargs) 2022-12-01T10:26:43.6390014Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6390149Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6390383Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6390514Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6390786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6390920Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6391163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6391341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6391588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6391718Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6392004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6392147Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6392406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6392556Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6392804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6392901Z return self.from_real_tensor( 2022-12-01T10:26:43.6393169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6393347Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6393604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6393721Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6394033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6394212Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6394428Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6394434Z 2022-12-01T10:26:43.6394502Z ERROR (0.008s) 2022-12-01T10:26:43.6394813Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6394913Z Traceback (most recent call last): 2022-12-01T10:26:43.6395204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6395275Z raise rte 2022-12-01T10:26:43.6395560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6395661Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6395937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6396024Z return test(*args, **kwargs) 2022-12-01T10:26:43.6396284Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6396418Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6396650Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6396779Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6397037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6397169Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6397409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6397540Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6397784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6397958Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6398239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6398376Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6398636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6398787Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6399040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6399135Z return self.from_real_tensor( 2022-12-01T10:26:43.6399454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6399583Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6399882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6400006Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6400261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6400393Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6400658Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6400665Z 2022-12-01T10:26:43.6400735Z ERROR (0.012s) 2022-12-01T10:26:43.6401042Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6401141Z Traceback (most recent call last): 2022-12-01T10:26:43.6401431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6401502Z raise rte 2022-12-01T10:26:43.6401786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6401884Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6402160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6402251Z return test(*args, **kwargs) 2022-12-01T10:26:43.6402509Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6402644Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6402883Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6403014Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6403278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6403413Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6403653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6403785Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6404028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6404154Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6404482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6404618Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6404879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6405029Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6405340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6405441Z return self.from_real_tensor( 2022-12-01T10:26:43.6405714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6405892Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6406149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6406268Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6406524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6406654Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6406867Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6406873Z 2022-12-01T10:26:43.6406939Z ERROR (0.008s) 2022-12-01T10:26:43.6407306Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6407393Z expected failure (0.006s) 2022-12-01T10:26:43.6407644Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:26:43.6407885Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.6408236Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6408334Z Traceback (most recent call last): 2022-12-01T10:26:43.6408632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6408701Z raise rte 2022-12-01T10:26:43.6408990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6409090Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6409372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6409461Z return test(*args, **kwargs) 2022-12-01T10:26:43.6409716Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6409848Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6410083Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6410215Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6410474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6410608Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6410896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6411024Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6411323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6411451Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6411730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6411917Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6412185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6412333Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6412586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6412678Z return self.from_real_tensor( 2022-12-01T10:26:43.6412946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6413071Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6413321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6413435Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6413737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6413867Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6414081Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6414090Z 2022-12-01T10:26:43.6414156Z ERROR (0.003s) 2022-12-01T10:26:43.6414511Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6414607Z Traceback (most recent call last): 2022-12-01T10:26:43.6414895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6414964Z raise rte 2022-12-01T10:26:43.6415256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6415350Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6415625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6415715Z return test(*args, **kwargs) 2022-12-01T10:26:43.6415973Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6416103Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6416338Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6416469Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6416736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6416868Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6417105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6417332Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6417580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6417704Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6418040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6418177Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6418433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6418586Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6418832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6418926Z return self.from_real_tensor( 2022-12-01T10:26:43.6419277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6419403Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6419659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6419774Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6420033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6420208Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6420423Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6420430Z 2022-12-01T10:26:43.6420500Z ERROR (0.002s) 2022-12-01T10:26:43.6420857Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6420953Z Traceback (most recent call last): 2022-12-01T10:26:43.6421246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6421316Z raise rte 2022-12-01T10:26:43.6421607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6421704Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6421979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6422066Z return test(*args, **kwargs) 2022-12-01T10:26:43.6422325Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6422459Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6422692Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6422821Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6423083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6423273Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6423515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6423646Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6423938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6424522Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6424810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6424947Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6425203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6425351Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6425599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6425693Z return self.from_real_tensor( 2022-12-01T10:26:43.6425959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6426086Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6426338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6426454Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6426709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6426839Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6427053Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6427110Z 2022-12-01T10:26:43.6427179Z ERROR (0.002s) 2022-12-01T10:26:43.6427511Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6427592Z skip: Skipped! (0.001s) 2022-12-01T10:26:43.6427814Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6428125Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6428223Z Traceback (most recent call last): 2022-12-01T10:26:43.6428521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6428591Z raise rte 2022-12-01T10:26:43.6428881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6428979Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6429320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6429412Z return test(*args, **kwargs) 2022-12-01T10:26:43.6429673Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6429863Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6430102Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6430230Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6430498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6430631Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6430916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6431045Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6431291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6431418Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6431701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6431837Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6432095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6432248Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6432495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6432592Z return self.from_real_tensor( 2022-12-01T10:26:43.6432858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6432984Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6433237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6433351Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6433649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6433779Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6433994Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6434003Z 2022-12-01T10:26:43.6434071Z ERROR (0.002s) 2022-12-01T10:26:43.6434388Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6434489Z Traceback (most recent call last): 2022-12-01T10:26:43.6434780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6434850Z raise rte 2022-12-01T10:26:43.6435187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6435289Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6435567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6435657Z return test(*args, **kwargs) 2022-12-01T10:26:43.6435971Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6436105Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6436340Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6436468Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6436732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6436865Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6437106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6437234Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6437529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6437657Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6437934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6438069Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6438329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6438480Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6438729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6438822Z return self.from_real_tensor( 2022-12-01T10:26:43.6439092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6439220Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6439468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6439582Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6439833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6439962Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6440216Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6440223Z 2022-12-01T10:26:43.6440295Z ERROR (0.002s) 2022-12-01T10:26:43.6440614Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6440714Z Traceback (most recent call last): 2022-12-01T10:26:43.6441003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6441074Z raise rte 2022-12-01T10:26:43.6441410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6441507Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6441837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6441930Z return test(*args, **kwargs) 2022-12-01T10:26:43.6442190Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6442323Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6442555Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6442686Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6442947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6443079Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6443317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6443445Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6443687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6443867Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6444144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6444280Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6444537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6444685Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6444932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6445028Z return self.from_real_tensor( 2022-12-01T10:26:43.6445294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6445420Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6445676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6445791Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6446045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6446174Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6446388Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6446395Z 2022-12-01T10:26:43.6446464Z ERROR (0.002s) 2022-12-01T10:26:43.6446827Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6446915Z expected failure (0.002s) 2022-12-01T10:26:43.6447210Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6447448Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6447688Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6447972Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6448312Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6448410Z Traceback (most recent call last): 2022-12-01T10:26:43.6448710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6448784Z raise rte 2022-12-01T10:26:43.6449075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6449174Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6449451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6449541Z return test(*args, **kwargs) 2022-12-01T10:26:43.6449802Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6449937Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6450170Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6450349Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6450613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6450747Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6450987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6451116Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6451362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6451489Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6451770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6451907Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6452160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6452311Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6452556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6452649Z return self.from_real_tensor( 2022-12-01T10:26:43.6452915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6453466Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6453775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6453912Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6454177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6454317Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6454531Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6454539Z 2022-12-01T10:26:43.6454612Z ERROR (0.002s) 2022-12-01T10:26:43.6454950Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6455051Z Traceback (most recent call last): 2022-12-01T10:26:43.6455342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6455416Z raise rte 2022-12-01T10:26:43.6455709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6455808Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6456085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6456174Z return test(*args, **kwargs) 2022-12-01T10:26:43.6456429Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6456565Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6456801Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6456934Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6457197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6457380Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6457620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6457750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6457996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6458126Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6458407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6458541Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6458799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6458950Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6459345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6459440Z return self.from_real_tensor( 2022-12-01T10:26:43.6459712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6459890Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6460205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6460326Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6460585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6460720Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6460933Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6460939Z 2022-12-01T10:26:43.6461011Z ERROR (0.003s) 2022-12-01T10:26:43.6461349Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6461450Z Traceback (most recent call last): 2022-12-01T10:26:43.6461742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6461813Z raise rte 2022-12-01T10:26:43.6462101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6462204Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6462483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6462577Z return test(*args, **kwargs) 2022-12-01T10:26:43.6462835Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6462969Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6463204Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6463338Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6463600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6463735Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6464020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6464150Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6464394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6464521Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6464799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6464940Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6465252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6465405Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6465655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6465747Z return self.from_real_tensor( 2022-12-01T10:26:43.6466064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6466191Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6466443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6466557Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6466857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6466990Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6467207Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6467216Z 2022-12-01T10:26:43.6467287Z ERROR (0.000s) 2022-12-01T10:26:43.6467612Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6467700Z expected failure (0.006s) 2022-12-01T10:26:43.6467941Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6468185Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.6468413Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6468740Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6468840Z Traceback (most recent call last): 2022-12-01T10:26:43.6469133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6469205Z raise rte 2022-12-01T10:26:43.6469493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6469595Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6469877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6469969Z return test(*args, **kwargs) 2022-12-01T10:26:43.6470228Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6470410Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6470645Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6470776Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6471039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6471229Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6471475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6471607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6471910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6472045Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6472329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6472472Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6472731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6472884Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6473178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6473272Z return self.from_real_tensor( 2022-12-01T10:26:43.6473543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6473673Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6473926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6474046Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6474305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6474437Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6474651Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6474657Z 2022-12-01T10:26:43.6474730Z ERROR (0.002s) 2022-12-01T10:26:43.6475058Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6475157Z Traceback (most recent call last): 2022-12-01T10:26:43.6475450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6475526Z raise rte 2022-12-01T10:26:43.6475814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6475915Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6476193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6476286Z return test(*args, **kwargs) 2022-12-01T10:26:43.6476545Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6476679Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6476962Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6477094Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6477411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6477547Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6477833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6477973Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6478221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6478348Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6478636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6478778Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6479040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6479195Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6479445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6479544Z return self.from_real_tensor( 2022-12-01T10:26:43.6479857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6479985Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6480237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6480355Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6480614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6480746Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6480961Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6480967Z 2022-12-01T10:26:43.6481038Z ERROR (0.002s) 2022-12-01T10:26:43.6481366Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6481464Z Traceback (most recent call last): 2022-12-01T10:26:43.6481753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6481826Z raise rte 2022-12-01T10:26:43.6482116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6482217Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6482496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6482584Z return test(*args, **kwargs) 2022-12-01T10:26:43.6482843Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6482977Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6483267Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6483403Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6483715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6483905Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6484150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6484281Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6484528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6484656Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6484936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6485073Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6485337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6485487Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6485737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6485832Z return self.from_real_tensor( 2022-12-01T10:26:43.6486097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6486223Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6486519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6486634Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6486890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6487023Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6487237Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6487244Z 2022-12-01T10:26:43.6487315Z ERROR (0.002s) 2022-12-01T10:26:43.6487637Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6487704Z ERROR (0.002s) 2022-12-01T10:26:43.6488011Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6488110Z Traceback (most recent call last): 2022-12-01T10:26:43.6488405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6488474Z raise rte 2022-12-01T10:26:43.6488764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6488862Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6489189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6489284Z return test(*args, **kwargs) 2022-12-01T10:26:43.6489547Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6489683Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6489973Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6490152Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6490418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6490554Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6490798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6490928Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6491175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6491307Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6491595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6491736Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6491994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6492148Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6492398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6492494Z return self.from_real_tensor( 2022-12-01T10:26:43.6492765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6492932Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6493185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6493304Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6493562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6493693Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6493908Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6493915Z 2022-12-01T10:26:43.6493982Z ERROR (0.002s) 2022-12-01T10:26:43.6494291Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6494390Z Traceback (most recent call last): 2022-12-01T10:26:43.6494679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6494751Z raise rte 2022-12-01T10:26:43.6495040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6495192Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6495472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6495562Z return test(*args, **kwargs) 2022-12-01T10:26:43.6495875Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6496012Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6496251Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6496381Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6496651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6496836Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6497078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6497208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6497453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6497583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6497867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6498006Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6498271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6498426Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6498677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6498772Z return self.from_real_tensor( 2022-12-01T10:26:43.6499128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6499259Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6499560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6499677Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6499935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6500069Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6500284Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6500291Z 2022-12-01T10:26:43.6500361Z ERROR (0.002s) 2022-12-01T10:26:43.6500666Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6500766Z Traceback (most recent call last): 2022-12-01T10:26:43.6501056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6501178Z raise rte 2022-12-01T10:26:43.6501473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6501571Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6501896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6501988Z return test(*args, **kwargs) 2022-12-01T10:26:43.6502248Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6502385Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6502622Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6502756Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6503025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6503162Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6503457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6503588Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6503836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6503964Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6504248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6504384Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6504646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6504800Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6505049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6505144Z return self.from_real_tensor( 2022-12-01T10:26:43.6505409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6505537Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6505791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6505909Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6506210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6506342Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6506556Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6506565Z 2022-12-01T10:26:43.6506634Z ERROR (0.002s) 2022-12-01T10:26:43.6506939Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6507007Z ERROR (0.002s) 2022-12-01T10:26:43.6507357Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6507459Z Traceback (most recent call last): 2022-12-01T10:26:43.6507754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6507827Z raise rte 2022-12-01T10:26:43.6508178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6508272Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6508556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6508636Z return test(*args, **kwargs) 2022-12-01T10:26:43.6508907Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6509033Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6509278Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6509406Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6509685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6509867Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6510108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6510238Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6510485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6510612Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6510893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6511033Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6511298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6511452Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6511704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6511799Z return self.from_real_tensor( 2022-12-01T10:26:43.6512066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6512192Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6512443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6512558Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6512867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6512997Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6513214Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6513221Z 2022-12-01T10:26:43.6513291Z ERROR (0.002s) 2022-12-01T10:26:43.6513643Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6513745Z Traceback (most recent call last): 2022-12-01T10:26:43.6514082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6514157Z raise rte 2022-12-01T10:26:43.6514449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6514546Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6514832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6514915Z return test(*args, **kwargs) 2022-12-01T10:26:43.6515172Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6515305Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6515548Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6515672Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6515950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6516076Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6516330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6516505Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6516762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6516891Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6517172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6517310Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6517571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6517721Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6517971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6518070Z return self.from_real_tensor( 2022-12-01T10:26:43.6518340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6518465Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6518719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6518834Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6519088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6519263Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6519528Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6519535Z 2022-12-01T10:26:43.6519602Z ERROR (0.002s) 2022-12-01T10:26:43.6519902Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6520049Z Traceback (most recent call last): 2022-12-01T10:26:43.6520345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6520416Z raise rte 2022-12-01T10:26:43.6520706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6520803Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6521081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6521171Z return test(*args, **kwargs) 2022-12-01T10:26:43.6521433Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6521568Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6521803Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6521934Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6522197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6522332Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6522585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6522706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6522961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6523129Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6523422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6523557Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6523817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6523969Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6524222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6524318Z return self.from_real_tensor( 2022-12-01T10:26:43.6524586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6524715Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6524965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6525082Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6525389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6525522Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6525737Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6525788Z 2022-12-01T10:26:43.6525848Z ERROR (0.002s) 2022-12-01T10:26:43.6526206Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6526280Z ERROR (0.011s) 2022-12-01T10:26:43.6526581Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6526680Z Traceback (most recent call last): 2022-12-01T10:26:43.6526971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6527045Z raise rte 2022-12-01T10:26:43.6527338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6527437Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6527714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6527805Z return test(*args, **kwargs) 2022-12-01T10:26:43.6528060Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6528192Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6528426Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6528559Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6528825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6528965Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6529207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6529337Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6530018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6530147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6530433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6530577Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6530843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6530995Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6531254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6531408Z return self.from_real_tensor( 2022-12-01T10:26:43.6531676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6531805Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6532112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6532232Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6532491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6532621Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6532892Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6532901Z 2022-12-01T10:26:43.6532972Z ERROR (0.006s) 2022-12-01T10:26:43.6533275Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6533374Z Traceback (most recent call last): 2022-12-01T10:26:43.6533664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6533735Z raise rte 2022-12-01T10:26:43.6534022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6534119Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6534402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6534493Z return test(*args, **kwargs) 2022-12-01T10:26:43.6534753Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6534889Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6535124Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6535254Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6535521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6535654Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6535893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6536026Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6536273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6536400Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6536725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6536866Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6537131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6537338Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6537594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6537695Z return self.from_real_tensor( 2022-12-01T10:26:43.6538013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6538141Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6538396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6538510Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6538767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6538897Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6539203Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6539211Z 2022-12-01T10:26:43.6539283Z ERROR (0.010s) 2022-12-01T10:26:43.6539645Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6539746Z Traceback (most recent call last): 2022-12-01T10:26:43.6540035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6540109Z raise rte 2022-12-01T10:26:43.6540394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6540490Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6540768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6540858Z return test(*args, **kwargs) 2022-12-01T10:26:43.6541117Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6541251Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6541484Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6541617Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6541883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6542017Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6542260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6542391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6542636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6542764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6543047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6543228Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6543540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6543693Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6543992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6544096Z return self.from_real_tensor( 2022-12-01T10:26:43.6544368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6544497Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6544750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6544866Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6545124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6545253Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6545470Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6545476Z 2022-12-01T10:26:43.6545544Z ERROR (0.000s) 2022-12-01T10:26:43.6545849Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6545981Z expected failure (0.010s) 2022-12-01T10:26:43.6546196Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.6546492Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6546590Z Traceback (most recent call last): 2022-12-01T10:26:43.6546881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6546951Z raise rte 2022-12-01T10:26:43.6547237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6547335Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6547613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6547699Z return test(*args, **kwargs) 2022-12-01T10:26:43.6547957Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6548092Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6548323Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6548453Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6548716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6548851Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6549088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6549218Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6549521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6549696Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6550032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6550171Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6550434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6550584Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6550830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6550929Z return self.from_real_tensor( 2022-12-01T10:26:43.6551195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6551321Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6551576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6551694Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6551948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6552078Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6552290Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6552297Z 2022-12-01T10:26:43.6552365Z ERROR (0.000s) 2022-12-01T10:26:43.6552716Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6552812Z Traceback (most recent call last): 2022-12-01T10:26:43.6553102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6553171Z raise rte 2022-12-01T10:26:43.6553459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6553555Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6553828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6553917Z return test(*args, **kwargs) 2022-12-01T10:26:43.6554176Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6554309Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6554541Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6554674Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6554941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6555077Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6555366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6555495Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6555740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6555868Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6556198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6556383Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6556645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6556795Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6557045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6557138Z return self.from_real_tensor( 2022-12-01T10:26:43.6557405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6557534Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6557784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6557904Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6558161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6558288Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6558500Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6558507Z 2022-12-01T10:26:43.6558575Z ERROR (0.000s) 2022-12-01T10:26:43.6558880Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6559393Z Traceback (most recent call last): 2022-12-01T10:26:43.6559697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6559773Z raise rte 2022-12-01T10:26:43.6560063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6560161Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6560438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6560526Z return test(*args, **kwargs) 2022-12-01T10:26:43.6560783Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6560917Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6561151Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6561332Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6561611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6561745Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6562038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6562169Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6562412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6562536Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6562818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6562954Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6563209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6563421Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6563670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6563766Z return self.from_real_tensor( 2022-12-01T10:26:43.6564032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6564156Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6564409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6564523Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6564774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6564908Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6565124Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6565131Z 2022-12-01T10:26:43.6565199Z ERROR (0.010s) 2022-12-01T10:26:43.6565500Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6565565Z ERROR (0.003s) 2022-12-01T10:26:43.6565907Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6566003Z Traceback (most recent call last): 2022-12-01T10:26:43.6566295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6566366Z raise rte 2022-12-01T10:26:43.6566654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6566752Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6567025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6567111Z return test(*args, **kwargs) 2022-12-01T10:26:43.6567423Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6567561Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6567796Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6567925Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6568234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6568369Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6568606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6568733Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6568981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6569107Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6569393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6569529Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6569840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6569993Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6570241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6570334Z return self.from_real_tensor( 2022-12-01T10:26:43.6570595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6570720Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6570975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6571087Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6571343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6571473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6571688Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6571695Z 2022-12-01T10:26:43.6571761Z ERROR (0.002s) 2022-12-01T10:26:43.6572066Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6572163Z Traceback (most recent call last): 2022-12-01T10:26:43.6572491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6572562Z raise rte 2022-12-01T10:26:43.6572850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6572950Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6573224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6573352Z return test(*args, **kwargs) 2022-12-01T10:26:43.6573627Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6573759Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6574038Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6574174Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6574439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6574572Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6574814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6574942Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6575185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6575312Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6575594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6575731Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6575992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6576144Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6576445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6576541Z return self.from_real_tensor( 2022-12-01T10:26:43.6576811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6576938Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6577188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6577301Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6577554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6577686Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6577903Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6577909Z 2022-12-01T10:26:43.6577976Z ERROR (0.002s) 2022-12-01T10:26:43.6578279Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6578375Z Traceback (most recent call last): 2022-12-01T10:26:43.6578663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6578733Z raise rte 2022-12-01T10:26:43.6579150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6579252Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6579586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6579680Z return test(*args, **kwargs) 2022-12-01T10:26:43.6579940Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6580128Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6580364Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6580492Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6580759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6580894Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6581129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6581258Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6581502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6581628Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6581908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6582044Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6582304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6582454Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6582703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6582847Z return self.from_real_tensor( 2022-12-01T10:26:43.6583113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6583238Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6583485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6583598Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6583851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6583982Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6584198Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6584204Z 2022-12-01T10:26:43.6584270Z ERROR (0.003s) 2022-12-01T10:26:43.6584585Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6584669Z expected failure (0.008s) 2022-12-01T10:26:43.6584899Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.6585220Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6585356Z Traceback (most recent call last): 2022-12-01T10:26:43.6585650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6585720Z raise rte 2022-12-01T10:26:43.6586011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6586109Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6586381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6586472Z return test(*args, **kwargs) 2022-12-01T10:26:43.6586727Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6586860Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6587097Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6587227Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6587491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6587630Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6587872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6587999Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6588244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6588369Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6588648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6588783Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6589040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6589232Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6589479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6589570Z return self.from_real_tensor( 2022-12-01T10:26:43.6589833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6589955Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6590206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6590327Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6590643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6590777Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6591045Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6591054Z 2022-12-01T10:26:43.6591124Z ERROR (0.008s) 2022-12-01T10:26:43.6591455Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6591603Z Traceback (most recent call last): 2022-12-01T10:26:43.6591945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6592016Z raise rte 2022-12-01T10:26:43.6592307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6592406Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6592677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6592765Z return test(*args, **kwargs) 2022-12-01T10:26:43.6593021Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6593153Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6593384Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6593515Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6593781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6593913Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6594152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6594280Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6594526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6594655Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6594935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6595073Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6595331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6595478Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6595724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6595873Z return self.from_real_tensor( 2022-12-01T10:26:43.6596141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6596268Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6596519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6596637Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6596898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6597032Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6597246Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6597255Z 2022-12-01T10:26:43.6597324Z ERROR (0.008s) 2022-12-01T10:26:43.6597652Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6597751Z Traceback (most recent call last): 2022-12-01T10:26:43.6598042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6598114Z raise rte 2022-12-01T10:26:43.6598449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6598550Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6598825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6598916Z return test(*args, **kwargs) 2022-12-01T10:26:43.6599170Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6599305Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6599539Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6599670Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6599932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6600068Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6600307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6600433Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6600679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6600804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6601081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6601216Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6601474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6601624Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6601870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6601962Z return self.from_real_tensor( 2022-12-01T10:26:43.6602273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6602400Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6602645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6602761Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6603018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6603152Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6603368Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6603375Z 2022-12-01T10:26:43.6603443Z ERROR (0.005s) 2022-12-01T10:26:43.6603762Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6603832Z ERROR (0.006s) 2022-12-01T10:26:43.6604141Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6604240Z Traceback (most recent call last): 2022-12-01T10:26:43.6604530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6604602Z raise rte 2022-12-01T10:26:43.6604932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6605031Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6605308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6605402Z return test(*args, **kwargs) 2022-12-01T10:26:43.6605664Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6605799Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6606033Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6606162Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6606428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6606562Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6606806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6606995Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6607241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6607370Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6607705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6607843Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6608159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6608312Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6608568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6608712Z return self.from_real_tensor( 2022-12-01T10:26:43.6608983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6609109Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6609361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6609478Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6609734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6609870Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6610086Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6610092Z 2022-12-01T10:26:43.6610164Z ERROR (0.000s) 2022-12-01T10:26:43.6610482Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6610580Z Traceback (most recent call last): 2022-12-01T10:26:43.6610869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6610941Z raise rte 2022-12-01T10:26:43.6611228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6611366Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6611644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6611732Z return test(*args, **kwargs) 2022-12-01T10:26:43.6611992Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6612129Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6612363Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6612497Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6612760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6612896Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6613137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6613267Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6613511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6613643Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6613923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6614060Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6614320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6614471Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6614723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6614819Z return self.from_real_tensor( 2022-12-01T10:26:43.6615087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6615262Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6615516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6615631Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6615887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6616019Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6616235Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6616243Z 2022-12-01T10:26:43.6616313Z ERROR (0.000s) 2022-12-01T10:26:43.6616627Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6616729Z Traceback (most recent call last): 2022-12-01T10:26:43.6617019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6617091Z raise rte 2022-12-01T10:26:43.6617379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6617479Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6617754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6617888Z return test(*args, **kwargs) 2022-12-01T10:26:43.6618149Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6618285Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6618523Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6618652Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6618917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6619127Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6619371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6619502Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6619750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6619879Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6620164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6620301Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6620562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6620717Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6620968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6621065Z return self.from_real_tensor( 2022-12-01T10:26:43.6621337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6621465Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6621719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6621893Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6622151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6622281Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6622494Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6622501Z 2022-12-01T10:26:43.6622569Z ERROR (0.000s) 2022-12-01T10:26:43.6622894Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6622963Z ERROR (0.000s) 2022-12-01T10:26:43.6623296Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6623395Z Traceback (most recent call last): 2022-12-01T10:26:43.6623685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6623754Z raise rte 2022-12-01T10:26:43.6624041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6624139Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6624454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6624546Z return test(*args, **kwargs) 2022-12-01T10:26:43.6624804Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6624938Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6625173Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6625304Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6625572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6625706Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6625949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6626076Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6626323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6626454Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6626734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6626869Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6627132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6627285Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6627537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6627632Z return self.from_real_tensor( 2022-12-01T10:26:43.6627899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6628070Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6628324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6628437Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6628692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6628820Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6629031Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6629037Z 2022-12-01T10:26:43.6629107Z ERROR (0.000s) 2022-12-01T10:26:43.6629445Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6629545Z Traceback (most recent call last): 2022-12-01T10:26:43.6629838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6629909Z raise rte 2022-12-01T10:26:43.6630197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6630296Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6630575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6630706Z return test(*args, **kwargs) 2022-12-01T10:26:43.6630969Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6631101Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6631341Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6631469Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6631733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6631866Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6632104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6632231Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6632475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6632601Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6632878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6633018Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6633277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6633428Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6633677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6633772Z return self.from_real_tensor( 2022-12-01T10:26:43.6634042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6634169Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6634419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6634952Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6635213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6635344Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6635560Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6635567Z 2022-12-01T10:26:43.6635636Z ERROR (0.008s) 2022-12-01T10:26:43.6635975Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6636073Z Traceback (most recent call last): 2022-12-01T10:26:43.6636363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6636438Z raise rte 2022-12-01T10:26:43.6636725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6636826Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6637103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6637192Z return test(*args, **kwargs) 2022-12-01T10:26:43.6637451Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6637634Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6637871Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6637999Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6638266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6638483Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6638726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6638857Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6639152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6639283Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6639620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6639758Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6640017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6640173Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6640422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6640517Z return self.from_real_tensor( 2022-12-01T10:26:43.6640785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6640910Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6641159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6641275Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6641527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6641717Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6641933Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6641940Z 2022-12-01T10:26:43.6642010Z ERROR (0.003s) 2022-12-01T10:26:43.6642331Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6642402Z ERROR (0.002s) 2022-12-01T10:26:43.6642716Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6642813Z Traceback (most recent call last): 2022-12-01T10:26:43.6643104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6643174Z raise rte 2022-12-01T10:26:43.6643461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6643559Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6643838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6643929Z return test(*args, **kwargs) 2022-12-01T10:26:43.6644229Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6644365Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6644600Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6644732Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6644998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6645131Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6645372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6645500Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6645744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6645871Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6646146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6646287Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6646546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6646698Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6646948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6647044Z return self.from_real_tensor( 2022-12-01T10:26:43.6647310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6647440Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6647691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6647848Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6648103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6648231Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6648444Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6648450Z 2022-12-01T10:26:43.6648520Z ERROR (0.002s) 2022-12-01T10:26:43.6648831Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6648930Z Traceback (most recent call last): 2022-12-01T10:26:43.6649216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6649292Z raise rte 2022-12-01T10:26:43.6649578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6649675Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6649949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6650036Z return test(*args, **kwargs) 2022-12-01T10:26:43.6650292Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6650427Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6650702Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6650835Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6651096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6651232Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6651473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6651600Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6656344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6656503Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6656819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6656963Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6657235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6657392Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6657654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6657752Z return self.from_real_tensor( 2022-12-01T10:26:43.6658036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6658164Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6658428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6658545Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6658802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6659113Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6659337Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6659345Z 2022-12-01T10:26:43.6659414Z ERROR (0.002s) 2022-12-01T10:26:43.6659733Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6659833Z Traceback (most recent call last): 2022-12-01T10:26:43.6660134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6660209Z raise rte 2022-12-01T10:26:43.6660502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6660602Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6660883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6660972Z return test(*args, **kwargs) 2022-12-01T10:26:43.6661230Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6661364Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6661599Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6661787Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6662061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6662193Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6662438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6662566Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6662812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6662939Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6663219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6663355Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6663617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6663772Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6664027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6664123Z return self.from_real_tensor( 2022-12-01T10:26:43.6664393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6664522Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6664778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6664894Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6665154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6665286Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6665504Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6665556Z 2022-12-01T10:26:43.6665627Z ERROR (0.002s) 2022-12-01T10:26:43.6665950Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6666020Z ERROR (0.002s) 2022-12-01T10:26:43.6666330Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6666428Z Traceback (most recent call last): 2022-12-01T10:26:43.6666725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6666797Z raise rte 2022-12-01T10:26:43.6667086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6667184Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6667479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6667558Z return test(*args, **kwargs) 2022-12-01T10:26:43.6667815Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6667947Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6668609Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6668745Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6669025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6669153Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6669406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6669537Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6669783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6669909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6670193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6670334Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6670598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6670753Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6671005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6671101Z return self.from_real_tensor( 2022-12-01T10:26:43.6671375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6671502Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6671757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6671874Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6672135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6672263Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6672529Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6672537Z 2022-12-01T10:26:43.6672606Z ERROR (0.003s) 2022-12-01T10:26:43.6672918Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6673014Z Traceback (most recent call last): 2022-12-01T10:26:43.6673306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6673379Z raise rte 2022-12-01T10:26:43.6673669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6673766Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6674047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6674135Z return test(*args, **kwargs) 2022-12-01T10:26:43.6674392Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6674528Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6674767Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6674897Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6675212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6675340Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6675591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6675713Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6675970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6676089Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6676378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6676514Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6676776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6676927Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6677178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6677275Z return self.from_real_tensor( 2022-12-01T10:26:43.6677545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6677671Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6677920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6678034Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6678290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6678428Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6678644Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6678652Z 2022-12-01T10:26:43.6678754Z ERROR (0.003s) 2022-12-01T10:26:43.6679075Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6679175Z Traceback (most recent call last): 2022-12-01T10:26:43.6679467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6679537Z raise rte 2022-12-01T10:26:43.6679825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6679924Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6680201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6680292Z return test(*args, **kwargs) 2022-12-01T10:26:43.6680553Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6680687Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6680922Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6681054Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6681321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6681455Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6681743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6681864Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6682119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6682240Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6682529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6682666Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6682922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6683073Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6683322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6683415Z return self.from_real_tensor( 2022-12-01T10:26:43.6683681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6683810Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6684063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6684180Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6684435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6684564Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6684781Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6684787Z 2022-12-01T10:26:43.6684847Z ERROR (0.002s) 2022-12-01T10:26:43.6685165Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6685278Z ERROR (0.002s) 2022-12-01T10:26:43.6685589Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6685688Z Traceback (most recent call last): 2022-12-01T10:26:43.6685980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6686049Z raise rte 2022-12-01T10:26:43.6686340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6686438Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6686714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6686805Z return test(*args, **kwargs) 2022-12-01T10:26:43.6687060Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6687193Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6687428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6687557Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6687818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6687990Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6688234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6688363Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6688610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6688736Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6689014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6689148Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6689403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6689555Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6689805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6689900Z return self.from_real_tensor( 2022-12-01T10:26:43.6690164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6690288Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6690540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6690655Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6690910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6691040Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6691256Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6691262Z 2022-12-01T10:26:43.6691331Z ERROR (0.002s) 2022-12-01T10:26:43.6691644Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6691788Z Traceback (most recent call last): 2022-12-01T10:26:43.6692079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6692150Z raise rte 2022-12-01T10:26:43.6692434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6692531Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6692810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6692899Z return test(*args, **kwargs) 2022-12-01T10:26:43.6693156Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6693292Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6693525Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6693654Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6693917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6694049Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6694330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6694462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6694707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6694836Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6695211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6695349Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6695656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6695814Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6696072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6696170Z return self.from_real_tensor( 2022-12-01T10:26:43.6696441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6696570Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6696822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6696939Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6697196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6697328Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6697543Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6697550Z 2022-12-01T10:26:43.6697619Z ERROR (0.003s) 2022-12-01T10:26:43.6697935Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6698088Z Traceback (most recent call last): 2022-12-01T10:26:43.6698380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6698449Z raise rte 2022-12-01T10:26:43.6698739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6698837Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6699224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6699314Z return test(*args, **kwargs) 2022-12-01T10:26:43.6699578Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6699712Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6699951Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6700080Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6700344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6700476Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6700718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6700847Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6701139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6701269Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6701548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6701688Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6701945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6702100Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6702349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6702443Z return self.from_real_tensor( 2022-12-01T10:26:43.6702712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6702835Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6703084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6703201Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6703460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6703591Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6703807Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6703814Z 2022-12-01T10:26:43.6703884Z ERROR (0.003s) 2022-12-01T10:26:43.6704206Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6704275Z ERROR (0.003s) 2022-12-01T10:26:43.6704596Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6704741Z Traceback (most recent call last): 2022-12-01T10:26:43.6705032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6705102Z raise rte 2022-12-01T10:26:43.6705386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6705482Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6705761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6705853Z return test(*args, **kwargs) 2022-12-01T10:26:43.6706110Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6706252Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6706490Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6706620Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6706885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6707019Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6707263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6707437Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6707682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6707812Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6708099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6708235Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6708492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6708644Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6708891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6708987Z return self.from_real_tensor( 2022-12-01T10:26:43.6709254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6709380Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6709634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6709750Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6710005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6710135Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6710349Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6710356Z 2022-12-01T10:26:43.6710422Z ERROR (0.002s) 2022-12-01T10:26:43.6710743Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6710844Z Traceback (most recent call last): 2022-12-01T10:26:43.6711130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6711246Z raise rte 2022-12-01T10:26:43.6711533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6711630Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6711909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6711999Z return test(*args, **kwargs) 2022-12-01T10:26:43.6712257Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6712391Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6712624Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6712759Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6713023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6713157Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6713400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6713530Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6713775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6713948Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6714231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6714369Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6714627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6714781Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6715030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6715126Z return self.from_real_tensor( 2022-12-01T10:26:43.6715394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6715520Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6715772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6715887Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6716144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6716274Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6716488Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6716494Z 2022-12-01T10:26:43.6716562Z ERROR (0.001s) 2022-12-01T10:26:43.6716882Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6716981Z Traceback (most recent call last): 2022-12-01T10:26:43.6717268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6717338Z raise rte 2022-12-01T10:26:43.6717670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6717769Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6718047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6718137Z return test(*args, **kwargs) 2022-12-01T10:26:43.6718395Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6718529Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6718764Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6718897Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6719159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6719298Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6719539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6719671Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6719916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6720043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6720369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6720512Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6720773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6720926Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6721175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6721270Z return self.from_real_tensor( 2022-12-01T10:26:43.6721537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6721663Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6721913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6722026Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6722278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6722412Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6722621Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6722628Z 2022-12-01T10:26:43.6722694Z ERROR (0.002s) 2022-12-01T10:26:43.6723011Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6723078Z ERROR (0.012s) 2022-12-01T10:26:43.6723394Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6723489Z Traceback (most recent call last): 2022-12-01T10:26:43.6723780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6723901Z raise rte 2022-12-01T10:26:43.6724194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6724295Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6724573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6724665Z return test(*args, **kwargs) 2022-12-01T10:26:43.6724923Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6725059Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6725292Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6725425Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6725695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6725833Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6726079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6726208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6726456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6726586Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6726912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6727056Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6727319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6727469Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6727719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6727815Z return self.from_real_tensor( 2022-12-01T10:26:43.6728084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6728210Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6728462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6728576Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6728834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6728971Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6729186Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6729194Z 2022-12-01T10:26:43.6729264Z ERROR (0.008s) 2022-12-01T10:26:43.6729586Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6729688Z Traceback (most recent call last): 2022-12-01T10:26:43.6729983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6730057Z raise rte 2022-12-01T10:26:43.6730347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6730496Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6730778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6730867Z return test(*args, **kwargs) 2022-12-01T10:26:43.6731125Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6731257Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6731493Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6731628Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6731895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6732033Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6732276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6732405Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6732649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6732778Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6733063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6733243Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6733505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6733655Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6733905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6734001Z return self.from_real_tensor( 2022-12-01T10:26:43.6734269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6734395Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6734644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6734761Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6735020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6735154Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6735369Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6735375Z 2022-12-01T10:26:43.6735444Z ERROR (0.008s) 2022-12-01T10:26:43.6735764Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6735864Z Traceback (most recent call last): 2022-12-01T10:26:43.6736155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6736227Z raise rte 2022-12-01T10:26:43.6736518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6736616Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6736894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6737028Z return test(*args, **kwargs) 2022-12-01T10:26:43.6737286Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6737422Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6737657Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6737788Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6738054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6738189Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6738431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6738562Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6738808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6738937Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6739311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6739452Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6739757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6739914Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6740160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6740259Z return self.from_real_tensor( 2022-12-01T10:26:43.6740523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6740653Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6740904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6741019Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6741277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6741411Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6741626Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6741633Z 2022-12-01T10:26:43.6741703Z ERROR (0.008s) 2022-12-01T10:26:43.6742037Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6742109Z ERROR (0.003s) 2022-12-01T10:26:43.6742451Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6742551Z Traceback (most recent call last): 2022-12-01T10:26:43.6742844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6742917Z raise rte 2022-12-01T10:26:43.6743205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6743737Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6744021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6744111Z return test(*args, **kwargs) 2022-12-01T10:26:43.6744368Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6744506Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6744741Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6744875Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6745141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6745277Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6745523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6745654Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6745901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6746104Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6746393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6746532Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6746896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6747124Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6747490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6747623Z return self.from_real_tensor( 2022-12-01T10:26:43.6748020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6748204Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6748582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6748769Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6749160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6749352Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6749658Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6749675Z 2022-12-01T10:26:43.6749786Z ERROR (0.003s) 2022-12-01T10:26:43.6750283Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6750420Z Traceback (most recent call last): 2022-12-01T10:26:43.6750802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6750881Z raise rte 2022-12-01T10:26:43.6751177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6751329Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6751666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6751894Z return test(*args, **kwargs) 2022-12-01T10:26:43.6752322Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6752542Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6752910Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6753104Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6753493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6753679Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6754044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6755247Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6755709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6755857Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6756161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6756305Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6756581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6756906Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6757174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6757274Z return self.from_real_tensor( 2022-12-01T10:26:43.6757555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6757690Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6757952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6758071Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6758338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6758473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6758705Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6758713Z 2022-12-01T10:26:43.6758787Z ERROR (0.002s) 2022-12-01T10:26:43.6759135Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6759240Z Traceback (most recent call last): 2022-12-01T10:26:43.6759534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6759608Z raise rte 2022-12-01T10:26:43.6759901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6760001Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6760287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6760378Z return test(*args, **kwargs) 2022-12-01T10:26:43.6760696Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6760912Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6761152Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6761286Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6761555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6761691Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6761937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6762067Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6762317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6762450Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6762734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6762878Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6763140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6763297Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6763593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6763689Z return self.from_real_tensor( 2022-12-01T10:26:43.6763960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6764091Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6764349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6764468Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6764728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6764861Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6765080Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6765088Z 2022-12-01T10:26:43.6765166Z ERROR (0.002s) 2022-12-01T10:26:43.6765530Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6765604Z ERROR (0.003s) 2022-12-01T10:26:43.6765972Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6766073Z Traceback (most recent call last): 2022-12-01T10:26:43.6766366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6766438Z raise rte 2022-12-01T10:26:43.6766733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6766834Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6767115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6767259Z return test(*args, **kwargs) 2022-12-01T10:26:43.6767521Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6767656Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6767893Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6768080Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6768353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6768490Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6768734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6768868Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6769124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6769256Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6769541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6769679Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6769993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6770197Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6770453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6770551Z return self.from_real_tensor( 2022-12-01T10:26:43.6770822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6770951Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6771206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6771321Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6771587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6771722Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6771948Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6771955Z 2022-12-01T10:26:43.6772028Z ERROR (0.000s) 2022-12-01T10:26:43.6772402Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6772507Z Traceback (most recent call last): 2022-12-01T10:26:43.6772807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6772879Z raise rte 2022-12-01T10:26:43.6773170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6773272Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6773554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6773649Z return test(*args, **kwargs) 2022-12-01T10:26:43.6773973Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6774116Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6774354Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6774485Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6774751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6774889Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6775136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6775268Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6775516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6775649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6775934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6776071Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6776336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6776491Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6777224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6777333Z return self.from_real_tensor( 2022-12-01T10:26:43.6777616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6777750Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6778008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6778127Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6778390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6778527Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6778745Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6778756Z 2022-12-01T10:26:43.6778828Z ERROR (0.000s) 2022-12-01T10:26:43.6779297Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6779403Z Traceback (most recent call last): 2022-12-01T10:26:43.6779702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6779782Z raise rte 2022-12-01T10:26:43.6780074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6780177Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6780465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6780558Z return test(*args, **kwargs) 2022-12-01T10:26:43.6780823Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6781021Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6781260Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6781392Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6781669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6781807Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6782059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6782195Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6782444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6782576Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6782867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6783013Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6783279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6783438Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6783785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6783978Z return self.from_real_tensor( 2022-12-01T10:26:43.6784319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6784450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6784709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6784826Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6785086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6785218Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6785443Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6785451Z 2022-12-01T10:26:43.6785524Z ERROR (0.000s) 2022-12-01T10:26:43.6785877Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6785969Z expected failure (0.000s) 2022-12-01T10:26:43.6786222Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6786468Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6786720Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-12-01T10:26:43.6786921Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.6787195Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6787295Z Traceback (most recent call last): 2022-12-01T10:26:43.6787594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6787725Z raise rte 2022-12-01T10:26:43.6788018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6788123Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6788407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6788498Z return test(*args, **kwargs) 2022-12-01T10:26:43.6788761Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6788900Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6789138Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6789274Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6789550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6789687Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6789932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6790066Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6790310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6790484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6790771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6790909Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6791173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6791331Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6791584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6791680Z return self.from_real_tensor( 2022-12-01T10:26:43.6791950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6792079Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6792336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6792456Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6792719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6792855Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6793076Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6793082Z 2022-12-01T10:26:43.6793154Z ERROR (0.000s) 2022-12-01T10:26:43.6793427Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6793527Z Traceback (most recent call last): 2022-12-01T10:26:43.6793821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6793896Z raise rte 2022-12-01T10:26:43.6794186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6794336Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6794613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6794704Z return test(*args, **kwargs) 2022-12-01T10:26:43.6794967Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6795103Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6795337Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6795474Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6795737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6795873Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6796113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6796243Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6796489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6796620Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6796905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6797091Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6797415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6797569Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6797823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6797924Z return self.from_real_tensor( 2022-12-01T10:26:43.6798250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6798379Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6798633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6798751Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6799011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6799146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6799368Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6799374Z 2022-12-01T10:26:43.6799446Z ERROR (0.002s) 2022-12-01T10:26:43.6799718Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6799815Z Traceback (most recent call last): 2022-12-01T10:26:43.6800102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6800176Z raise rte 2022-12-01T10:26:43.6800473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6800574Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6800852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6800995Z return test(*args, **kwargs) 2022-12-01T10:26:43.6801259Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6801396Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6801638Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6801772Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6802037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6802174Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6802416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6802550Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6802803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6802935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6803218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6803357Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6803619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6803813Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6804068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6804165Z return self.from_real_tensor( 2022-12-01T10:26:43.6804438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6804569Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6804833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6804952Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6805213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6805354Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6805568Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6805574Z 2022-12-01T10:26:43.6805647Z ERROR (0.002s) 2022-12-01T10:26:43.6805931Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6806004Z ERROR (0.002s) 2022-12-01T10:26:43.6806287Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6806388Z Traceback (most recent call last): 2022-12-01T10:26:43.6806681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6806754Z raise rte 2022-12-01T10:26:43.6807048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6807151Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6807432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6807564Z return test(*args, **kwargs) 2022-12-01T10:26:43.6807830Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6807967Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6808204Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6808340Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6808611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6808756Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6809003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6809137Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6809382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6809511Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6809792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6809931Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6810233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6810385Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6810636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6810737Z return self.from_real_tensor( 2022-12-01T10:26:43.6811004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6811132Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6811387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6811505Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6811760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6811897Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6812111Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6812118Z 2022-12-01T10:26:43.6812187Z ERROR (0.002s) 2022-12-01T10:26:43.6812470Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6812572Z Traceback (most recent call last): 2022-12-01T10:26:43.6812860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6812935Z raise rte 2022-12-01T10:26:43.6813224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6813325Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6813603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6813694Z return test(*args, **kwargs) 2022-12-01T10:26:43.6813955Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6814134Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6814373Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6814507Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6814771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6814906Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6815150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6815278Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6815525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6815654Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6815935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6816073Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6816335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6816487Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6816776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6816873Z return self.from_real_tensor( 2022-12-01T10:26:43.6817144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6817273Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6817532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6817649Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6817904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6818037Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6818253Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6818260Z 2022-12-01T10:26:43.6818333Z ERROR (0.002s) 2022-12-01T10:26:43.6818618Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6818721Z Traceback (most recent call last): 2022-12-01T10:26:43.6819099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6819164Z raise rte 2022-12-01T10:26:43.6819465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6819567Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6819847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6819939Z return test(*args, **kwargs) 2022-12-01T10:26:43.6820203Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6820345Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6820633Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6820767Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6821035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6821173Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6821417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6821545Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6821791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6821917Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6822198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6822336Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6822599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6822757Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6823010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6823108Z return self.from_real_tensor( 2022-12-01T10:26:43.6823417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6823546Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6823796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6823916Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6824176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6824313Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6824526Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6824533Z 2022-12-01T10:26:43.6824603Z ERROR (0.002s) 2022-12-01T10:26:43.6824887Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6824947Z ERROR (0.002s) 2022-12-01T10:26:43.6825219Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6825317Z Traceback (most recent call last): 2022-12-01T10:26:43.6825611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6825683Z raise rte 2022-12-01T10:26:43.6825974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6826073Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6826354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6826444Z return test(*args, **kwargs) 2022-12-01T10:26:43.6826702Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6826843Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6827131Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6827262Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6827528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6827665Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6827909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6828038Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6828287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6828413Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6828693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6828834Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6829107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6829250Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6829511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6829609Z return self.from_real_tensor( 2022-12-01T10:26:43.6829925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6830054Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6830308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6830425Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6830683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6830813Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6831019Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6831036Z 2022-12-01T10:26:43.6831096Z ERROR (0.002s) 2022-12-01T10:26:43.6831378Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6831479Z Traceback (most recent call last): 2022-12-01T10:26:43.6831772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6831848Z raise rte 2022-12-01T10:26:43.6832142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6832242Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6832521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6832617Z return test(*args, **kwargs) 2022-12-01T10:26:43.6832878Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6833014Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6833250Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6833382Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6833694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6833831Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6834070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6834201Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6834447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6834575Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6834862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6834998Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6835264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6835415Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6835674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6835761Z return self.from_real_tensor( 2022-12-01T10:26:43.6836034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6836150Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6836458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6836567Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6836839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6836974Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6837180Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6837197Z 2022-12-01T10:26:43.6837257Z ERROR (0.002s) 2022-12-01T10:26:43.6837539Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6837638Z Traceback (most recent call last): 2022-12-01T10:26:43.6837929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6838000Z raise rte 2022-12-01T10:26:43.6838292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6838395Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6838674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6838766Z return test(*args, **kwargs) 2022-12-01T10:26:43.6839027Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6839166Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6839407Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6839542Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6839811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6839948Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6840237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6840366Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6840609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6840741Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6841024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6841167Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6841426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6841582Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6841835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6841930Z return self.from_real_tensor( 2022-12-01T10:26:43.6842202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6842330Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6842583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6842699Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6842998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6843128Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6843342Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6843351Z 2022-12-01T10:26:43.6843421Z ERROR (0.002s) 2022-12-01T10:26:43.6843700Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6843789Z expected failure (0.002s) 2022-12-01T10:26:43.6844010Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.6844238Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6844433Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:26:43.6844638Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.6844917Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6845018Z Traceback (most recent call last): 2022-12-01T10:26:43.6845311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6845389Z raise rte 2022-12-01T10:26:43.6845684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6845782Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6846064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6846155Z return test(*args, **kwargs) 2022-12-01T10:26:43.6846416Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6846601Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6846841Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6846975Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6847243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6847380Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6847627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6847758Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6848009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6848141Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6848425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6848566Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6848828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6848982Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6849275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6849376Z return self.from_real_tensor( 2022-12-01T10:26:43.6849650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6849780Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6850031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6850151Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6850412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6850548Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6850769Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6850775Z 2022-12-01T10:26:43.6850849Z ERROR (0.010s) 2022-12-01T10:26:43.6851136Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6851240Z Traceback (most recent call last): 2022-12-01T10:26:43.6851538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6851614Z raise rte 2022-12-01T10:26:43.6851906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6852008Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6852286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6852380Z return test(*args, **kwargs) 2022-12-01T10:26:43.6852645Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6852780Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6853765Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6853903Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6854176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6854320Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6854572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6854708Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6854967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6855099Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6855387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6855537Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6855801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6855956Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6856210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6856309Z return self.from_real_tensor( 2022-12-01T10:26:43.6856629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6856760Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6857015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6857135Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6857396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6857529Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6857753Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6857761Z 2022-12-01T10:26:43.6857835Z ERROR (0.000s) 2022-12-01T10:26:43.6858125Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6858228Z Traceback (most recent call last): 2022-12-01T10:26:43.6858522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6858601Z raise rte 2022-12-01T10:26:43.6858894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6859093Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6859377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6859470Z return test(*args, **kwargs) 2022-12-01T10:26:43.6859733Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6859876Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6860118Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6860253Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6860575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6860716Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6860960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6861092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6861345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6861478Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6861768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6861907Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6862173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6862330Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6862586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6862686Z return self.from_real_tensor( 2022-12-01T10:26:43.6862958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6863088Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6863388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6863509Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6863767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6863904Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6864122Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6864129Z 2022-12-01T10:26:43.6864201Z ERROR (0.017s) 2022-12-01T10:26:43.6864483Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6864571Z expected failure (0.022s) 2022-12-01T10:26:43.6864791Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6865013Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:26:43.6865215Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.6865501Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6865602Z Traceback (most recent call last): 2022-12-01T10:26:43.6865896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6865972Z raise rte 2022-12-01T10:26:43.6866266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6866371Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6866656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6866748Z return test(*args, **kwargs) 2022-12-01T10:26:43.6867055Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6867191Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6867428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6867563Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6867835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6867973Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6868219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6868351Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6868599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6868734Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6869018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6869160Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6869416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6869571Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6869872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6869975Z return self.from_real_tensor( 2022-12-01T10:26:43.6870248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6870382Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6870636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6870753Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6871013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6871149Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6871367Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6871376Z 2022-12-01T10:26:43.6871451Z ERROR (0.002s) 2022-12-01T10:26:43.6871740Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6871846Z Traceback (most recent call last): 2022-12-01T10:26:43.6872138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6872214Z raise rte 2022-12-01T10:26:43.6872502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6872603Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6872882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6872975Z return test(*args, **kwargs) 2022-12-01T10:26:43.6873239Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6873375Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6873659Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6873793Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6874058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6874193Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6874439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6874573Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6874822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6874954Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6875240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6875382Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6875643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6875798Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6876051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6876150Z return self.from_real_tensor( 2022-12-01T10:26:43.6876463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6876595Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6876849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6876970Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6877233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6877367Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6877584Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6877591Z 2022-12-01T10:26:43.6877664Z ERROR (0.002s) 2022-12-01T10:26:43.6877953Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6878054Z Traceback (most recent call last): 2022-12-01T10:26:43.6878346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6878428Z raise rte 2022-12-01T10:26:43.6878722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6878825Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6879102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6879195Z return test(*args, **kwargs) 2022-12-01T10:26:43.6879457Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6879599Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6879839Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6879975Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6880293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6880432Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6880676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6880807Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6881056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6881187Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6881476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6881616Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6881878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6882033Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6882283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6882382Z return self.from_real_tensor( 2022-12-01T10:26:43.6882650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6882780Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6883423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6883555Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6883821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6883961Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6884181Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6884189Z 2022-12-01T10:26:43.6884265Z ERROR (0.002s) 2022-12-01T10:26:43.6884557Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_permute_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6884649Z expected failure (0.002s) 2022-12-01T10:26:43.6884870Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.6885110Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6885351Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6885590Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.6885831Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6886048Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6886254Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.6886538Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6886638Z Traceback (most recent call last): 2022-12-01T10:26:43.6886986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6887064Z raise rte 2022-12-01T10:26:43.6887357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6887462Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6887743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6887837Z return test(*args, **kwargs) 2022-12-01T10:26:43.6888109Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6888249Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6888492Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6888630Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6888899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6889036Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6889281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6889417Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6889710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6889840Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6890126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6890267Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6890543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6890689Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6890955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6891052Z return self.from_real_tensor( 2022-12-01T10:26:43.6891326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6891456Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6891705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6891824Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6892087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6892222Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6892428Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6892446Z 2022-12-01T10:26:43.6892508Z ERROR (0.000s) 2022-12-01T10:26:43.6892798Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6892902Z Traceback (most recent call last): 2022-12-01T10:26:43.6893193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6893312Z raise rte 2022-12-01T10:26:43.6893604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6893706Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6893988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6894080Z return test(*args, **kwargs) 2022-12-01T10:26:43.6894341Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6894478Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6894717Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6894851Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6895119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6895260Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6895502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6895635Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6895884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6896014Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6896341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6896482Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6896748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6896906Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6897172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6897256Z return self.from_real_tensor( 2022-12-01T10:26:43.6897542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6897660Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6897928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6898034Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6898308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6898541Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6898750Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6898770Z 2022-12-01T10:26:43.6898830Z ERROR (0.000s) 2022-12-01T10:26:43.6899259Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6899364Z Traceback (most recent call last): 2022-12-01T10:26:43.6899665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6899742Z raise rte 2022-12-01T10:26:43.6900043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6900147Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6900486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6900580Z return test(*args, **kwargs) 2022-12-01T10:26:43.6900843Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6900979Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6901220Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6901358Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6901627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6901768Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6902018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6902154Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6902404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6902536Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6902827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6902971Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6903275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6903431Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6903688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6903786Z return self.from_real_tensor( 2022-12-01T10:26:43.6904060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6904190Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6904446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6904619Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6904884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6905021Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6905294Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6905304Z 2022-12-01T10:26:43.6905377Z ERROR (0.000s) 2022-12-01T10:26:43.6905659Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_positive_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6905734Z ERROR (0.010s) 2022-12-01T10:26:43.6906011Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6906113Z Traceback (most recent call last): 2022-12-01T10:26:43.6906408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6906484Z raise rte 2022-12-01T10:26:43.6906776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6906938Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6907218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6907311Z return test(*args, **kwargs) 2022-12-01T10:26:43.6907575Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6907710Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6907947Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6908083Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6908354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6908493Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6908742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6908875Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6909126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6909261Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6909547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6909687Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6909991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6910148Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6910406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6910504Z return self.from_real_tensor( 2022-12-01T10:26:43.6910829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6910965Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6911274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6911396Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6911657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6911792Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6912009Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6912019Z 2022-12-01T10:26:43.6912092Z ERROR (0.012s) 2022-12-01T10:26:43.6912367Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6912470Z Traceback (most recent call last): 2022-12-01T10:26:43.6912764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6912835Z raise rte 2022-12-01T10:26:43.6913131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6913231Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6913511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6913654Z return test(*args, **kwargs) 2022-12-01T10:26:43.6913916Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6914055Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6914294Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6914426Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6914693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6914833Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6915076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6915208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6915460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6915591Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6915877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6916022Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6916289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6916446Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6916792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6916892Z return self.from_real_tensor( 2022-12-01T10:26:43.6917194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6917345Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6917603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6917721Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6917982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6918115Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6918335Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6918342Z 2022-12-01T10:26:43.6918415Z ERROR (0.008s) 2022-12-01T10:26:43.6918690Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6918792Z Traceback (most recent call last): 2022-12-01T10:26:43.6919082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6919157Z raise rte 2022-12-01T10:26:43.6919449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6919552Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6919829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6919920Z return test(*args, **kwargs) 2022-12-01T10:26:43.6920182Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6920366Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6920604Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6920739Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6921008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6921146Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6921390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6921524Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6921769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6921901Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6922188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6922328Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6922637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6922796Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6923048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6923147Z return self.from_real_tensor( 2022-12-01T10:26:43.6923518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6923650Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6923906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6924025Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6924284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6924421Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6924637Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6924643Z 2022-12-01T10:26:43.6924717Z ERROR (0.008s) 2022-12-01T10:26:43.6924995Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_pow_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6925064Z ERROR (0.002s) 2022-12-01T10:26:43.6925338Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_prod_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6925441Z Traceback (most recent call last): 2022-12-01T10:26:43.6925735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6925811Z raise rte 2022-12-01T10:26:43.6926102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6926205Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6926489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6926582Z return test(*args, **kwargs) 2022-12-01T10:26:43.6926844Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6927025Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6927262Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6927395Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6927662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6927799Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6928040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6928177Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6928426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6928606Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6928896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6929036Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6929346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6929502Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6929754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6929897Z return self.from_real_tensor( 2022-12-01T10:26:43.6930169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6930300Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6930555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6930675Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6930932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6931066Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6931286Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6931292Z 2022-12-01T10:26:43.6931365Z ERROR (0.002s) 2022-12-01T10:26:43.6931648Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_prod_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6931750Z Traceback (most recent call last): 2022-12-01T10:26:43.6932042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6932119Z raise rte 2022-12-01T10:26:43.6932411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6932512Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6932791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6932883Z return test(*args, **kwargs) 2022-12-01T10:26:43.6933145Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6933283Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6933518Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6933694Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6933964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6934101Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6934344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6934478Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6934778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6934914Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6935246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6935388Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6935658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6935814Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6936066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6936165Z return self.from_real_tensor( 2022-12-01T10:26:43.6936430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6936601Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6936856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6936974Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6937239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6937375Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6937593Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6937599Z 2022-12-01T10:26:43.6937669Z ERROR (0.002s) 2022-12-01T10:26:43.6937947Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_prod_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6938049Z Traceback (most recent call last): 2022-12-01T10:26:43.6938343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6938419Z raise rte 2022-12-01T10:26:43.6938713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6938813Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6939179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6939273Z return test(*args, **kwargs) 2022-12-01T10:26:43.6939540Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6939679Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6939921Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6940055Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6940322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6940547Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6940805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6940937Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6941232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6941365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6941648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6941791Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6942057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6942214Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6942468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6942567Z return self.from_real_tensor( 2022-12-01T10:26:43.6942840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6942972Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6943228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6943391Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6943652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6943787Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6944005Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6944011Z 2022-12-01T10:26:43.6944082Z ERROR (0.002s) 2022-12-01T10:26:43.6944358Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_prod_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6944445Z expected failure (0.002s) 2022-12-01T10:26:43.6944658Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.6944878Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:26:43.6945100Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.6945303Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.006s) 2022-12-01T10:26:43.6945587Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6945688Z Traceback (most recent call last): 2022-12-01T10:26:43.6945982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6946055Z raise rte 2022-12-01T10:26:43.6946347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6946452Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6946778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6946872Z return test(*args, **kwargs) 2022-12-01T10:26:43.6947234Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6947374Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6947613Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6947749Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6948016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6948155Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6948401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6948533Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6948778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6948911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6949195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6949333Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6949596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6949751Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6950054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6950150Z return self.from_real_tensor( 2022-12-01T10:26:43.6950417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6950550Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6950805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6950923Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6951183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6951319Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6951536Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6951543Z 2022-12-01T10:26:43.6951615Z ERROR (0.017s) 2022-12-01T10:26:43.6951898Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6952001Z Traceback (most recent call last): 2022-12-01T10:26:43.6952293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6952368Z raise rte 2022-12-01T10:26:43.6952713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6952816Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6953100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6953245Z return test(*args, **kwargs) 2022-12-01T10:26:43.6953508Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6953646Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6953937Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6954072Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6954339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6954478Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6954723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6954858Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6955107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6955240Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6955527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6955668Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6955931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6956086Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6956339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6956438Z return self.from_real_tensor( 2022-12-01T10:26:43.6956754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6956884Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6957138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6957262Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6957523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6957657Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6957877Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6957883Z 2022-12-01T10:26:43.6957958Z ERROR (0.009s) 2022-12-01T10:26:43.6958247Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6958350Z Traceback (most recent call last): 2022-12-01T10:26:43.6958701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6958783Z raise rte 2022-12-01T10:26:43.6959075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6959219Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6959505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6959598Z return test(*args, **kwargs) 2022-12-01T10:26:43.6959859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6959999Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6960239Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6960371Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6961077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6961213Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6961460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6961593Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6961847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6961980Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6962267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6962408Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6962672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6962829Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6963087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6963186Z return self.from_real_tensor( 2022-12-01T10:26:43.6963459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6963587Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6963887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6964005Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6964265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6964404Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6964679Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6964687Z 2022-12-01T10:26:43.6964759Z ERROR (0.010s) 2022-12-01T10:26:43.6965052Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6965123Z ERROR (0.016s) 2022-12-01T10:26:43.6965466Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6965569Z Traceback (most recent call last): 2022-12-01T10:26:43.6965865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6965944Z raise rte 2022-12-01T10:26:43.6966237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6966340Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6966621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6966713Z return test(*args, **kwargs) 2022-12-01T10:26:43.6966977Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6967114Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6967350Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6967537Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6967803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6967941Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6968183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6968314Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6968563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6968695Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6968980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6969122Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6969383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6969534Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6969787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6969883Z return self.from_real_tensor( 2022-12-01T10:26:43.6970149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6970322Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6970638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6970758Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6971023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6971155Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6971416Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6971423Z 2022-12-01T10:26:43.6971497Z ERROR (0.016s) 2022-12-01T10:26:43.6971792Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6971881Z Traceback (most recent call last): 2022-12-01T10:26:43.6972187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6972249Z raise rte 2022-12-01T10:26:43.6972549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6972649Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6972925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6973018Z return test(*args, **kwargs) 2022-12-01T10:26:43.6973275Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6973411Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6973649Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6973781Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6974047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6979145Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6979468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6979614Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6979876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6980007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6980305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6980448Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6980719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6980880Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6981134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6981232Z return self.from_real_tensor( 2022-12-01T10:26:43.6981507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6981638Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6981898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6982107Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6982371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6982509Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6982791Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6982801Z 2022-12-01T10:26:43.6982876Z ERROR (0.016s) 2022-12-01T10:26:43.6983172Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.6983311Z Traceback (most recent call last): 2022-12-01T10:26:43.6983625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6983689Z raise rte 2022-12-01T10:26:43.6983998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6984089Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6984386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6984476Z return test(*args, **kwargs) 2022-12-01T10:26:43.6984738Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6984875Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6985112Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6985247Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6985515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6985649Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6985892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6986087Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6986341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6986477Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6986764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6986906Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6987175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6987329Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6987585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6987687Z return self.from_real_tensor( 2022-12-01T10:26:43.6987960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6988090Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6988349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6988470Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6988786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6988975Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6989197Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6989233Z 2022-12-01T10:26:43.6989327Z ERROR (0.016s) 2022-12-01T10:26:43.6989605Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.6989674Z ok (0.015s) 2022-12-01T10:26:43.6989887Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.6990172Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.6990270Z Traceback (most recent call last): 2022-12-01T10:26:43.6990568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6990644Z raise rte 2022-12-01T10:26:43.6990936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6991040Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6991318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6991409Z return test(*args, **kwargs) 2022-12-01T10:26:43.6991668Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6991805Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6992046Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6992180Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6992451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6992636Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6992885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.6993016Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6993263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.6993390Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.6993670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.6993811Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.6994072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.6994229Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.6994487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.6994628Z return self.from_real_tensor( 2022-12-01T10:26:43.6994906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.6995034Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.6995332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.6996134Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.6996427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.6996566Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.6996793Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.6996801Z 2022-12-01T10:26:43.6996876Z ERROR (0.008s) 2022-12-01T10:26:43.6997166Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.6997269Z Traceback (most recent call last): 2022-12-01T10:26:43.6997565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.6997636Z raise rte 2022-12-01T10:26:43.6997929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.6998030Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.6998304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.6998397Z return test(*args, **kwargs) 2022-12-01T10:26:43.6998657Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.6998796Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.6999034Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.6999167Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.6999441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.6999579Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.6999822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7000010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7000259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7000386Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7000734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7000878Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7001144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7001347Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7001606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7001709Z return self.from_real_tensor( 2022-12-01T10:26:43.7001981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7002113Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7002367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7002487Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7002746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7002926Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7003145Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7003153Z 2022-12-01T10:26:43.7003224Z ERROR (0.006s) 2022-12-01T10:26:43.7003516Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7003618Z Traceback (most recent call last): 2022-12-01T10:26:43.7003906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7003982Z raise rte 2022-12-01T10:26:43.7004277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7004379Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7004661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7004753Z return test(*args, **kwargs) 2022-12-01T10:26:43.7005015Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7005153Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7005392Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7005523Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7005789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7005925Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7006171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7006302Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7006549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7006767Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7007049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7007188Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7007501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7007656Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7007910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7008007Z return self.from_real_tensor( 2022-12-01T10:26:43.7008276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7008406Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7008658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7008773Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7009033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7009167Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7009382Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7009390Z 2022-12-01T10:26:43.7009508Z ERROR (0.016s) 2022-12-01T10:26:43.7009797Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7009871Z ERROR (0.003s) 2022-12-01T10:26:43.7010142Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7010243Z Traceback (most recent call last): 2022-12-01T10:26:43.7010539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7010613Z raise rte 2022-12-01T10:26:43.7010904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7011009Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7011289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7011381Z return test(*args, **kwargs) 2022-12-01T10:26:43.7011644Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7011780Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7012018Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7012151Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7012420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7012592Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7012855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7012987Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7013270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7013757Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7014212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7014627Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7015058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7015477Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7015911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7016250Z return self.from_real_tensor( 2022-12-01T10:26:43.7016647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7017028Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7017435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7017799Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7018205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7018600Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7019116Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7019446Z 2022-12-01T10:26:43.7019520Z ERROR (0.003s) 2022-12-01T10:26:43.7019913Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7020317Z Traceback (most recent call last): 2022-12-01T10:26:43.7020739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7021093Z raise rte 2022-12-01T10:26:43.7021495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7021878Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7022294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7022654Z return test(*args, **kwargs) 2022-12-01T10:26:43.7023063Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7023444Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7023846Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7024209Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7024632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7025076Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7025485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7025905Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7026313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7026682Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7027116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7027588Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7028013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7028423Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7028852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7029184Z return self.from_real_tensor( 2022-12-01T10:26:43.7029595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7029984Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7030392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7030759Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7031215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7031646Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7032020Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7032252Z 2022-12-01T10:26:43.7032325Z ERROR (0.002s) 2022-12-01T10:26:43.7032748Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7033138Z Traceback (most recent call last): 2022-12-01T10:26:43.7033575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7033926Z raise rte 2022-12-01T10:26:43.7034322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7034699Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7035107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7035463Z return test(*args, **kwargs) 2022-12-01T10:26:43.7035848Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7036223Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7036620Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7037018Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7037444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7037891Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7038294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7038661Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7039066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7039437Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7039876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7040288Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7040761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7041150Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7041578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7041926Z return self.from_real_tensor( 2022-12-01T10:26:43.7042331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7042713Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7043172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7043584Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7043993Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7044377Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7044751Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7044985Z 2022-12-01T10:26:43.7045046Z ERROR (0.002s) 2022-12-01T10:26:43.7045431Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_ravel_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7045784Z ERROR (0.002s) 2022-12-01T10:26:43.7046207Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7046588Z Traceback (most recent call last): 2022-12-01T10:26:43.7047019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7047370Z raise rte 2022-12-01T10:26:43.7047766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7048134Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7048549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7048955Z return test(*args, **kwargs) 2022-12-01T10:26:43.7049342Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7049726Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7050188Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7050554Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7050981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7051383Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7051789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7052158Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7052546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7052914Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7053354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7053763Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7054243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7054653Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7055087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7055483Z return self.from_real_tensor( 2022-12-01T10:26:43.7055915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7056313Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7056731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7057085Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7057492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7057880Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7058257Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7058486Z 2022-12-01T10:26:43.7058559Z ERROR (0.002s) 2022-12-01T10:26:43.7058945Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7059449Z Traceback (most recent call last): 2022-12-01T10:26:43.7059941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7060280Z raise rte 2022-12-01T10:26:43.7060677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7061056Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7061517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7061876Z return test(*args, **kwargs) 2022-12-01T10:26:43.7062314Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7062684Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7063075Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7063439Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7063864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7064256Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7064648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7065015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7065420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7065789Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7066221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7066623Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7067045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7067493Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7068027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7068379Z return self.from_real_tensor( 2022-12-01T10:26:43.7068777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7069151Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7069559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7069919Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7070326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7070708Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7071080Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7071318Z 2022-12-01T10:26:43.7071390Z ERROR (0.002s) 2022-12-01T10:26:43.7071770Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7072149Z Traceback (most recent call last): 2022-12-01T10:26:43.7072564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7072909Z raise rte 2022-12-01T10:26:43.7073400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7073773Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7074232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7074591Z return test(*args, **kwargs) 2022-12-01T10:26:43.7074976Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7075348Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7075742Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7076102Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7076513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7076908Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7077312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7077674Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7078077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7078439Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7078877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7079306Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7079746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7080199Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7080627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7080963Z return self.from_real_tensor( 2022-12-01T10:26:43.7081419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7081801Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7082213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7082578Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7082981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7083362Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7083735Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7083967Z 2022-12-01T10:26:43.7084039Z ERROR (0.002s) 2022-12-01T10:26:43.7084420Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_real_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7084781Z ERROR (0.002s) 2022-12-01T10:26:43.7085175Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7085627Z Traceback (most recent call last): 2022-12-01T10:26:43.7086099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7086452Z raise rte 2022-12-01T10:26:43.7086898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7087274Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7087686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7088031Z return test(*args, **kwargs) 2022-12-01T10:26:43.7088418Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7088794Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7089191Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7089547Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7089969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7090363Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7090769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7091138Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7091593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7092000Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7092435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7092846Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7093273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7093678Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7094109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7094505Z return self.from_real_tensor( 2022-12-01T10:26:43.7094904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7095291Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7095702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7096066Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7096465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7096841Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7097212Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7097501Z 2022-12-01T10:26:43.7097577Z ERROR (0.002s) 2022-12-01T10:26:43.7098014Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7098418Z Traceback (most recent call last): 2022-12-01T10:26:43.7098847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7099305Z raise rte 2022-12-01T10:26:43.7099701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7100064Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7100533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7100888Z return test(*args, **kwargs) 2022-12-01T10:26:43.7101272Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7101645Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7102042Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7102400Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7102823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7103218Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7103680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7104100Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7104493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7104863Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7105299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7105701Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7106125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7106535Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7106973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7107316Z return self.from_real_tensor( 2022-12-01T10:26:43.7107712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7108154Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7108558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7108908Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7109313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7109750Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7110168Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7110401Z 2022-12-01T10:26:43.7110477Z ERROR (0.002s) 2022-12-01T10:26:43.7110877Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7111273Z Traceback (most recent call last): 2022-12-01T10:26:43.7111699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7112037Z raise rte 2022-12-01T10:26:43.7112433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7112805Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7113210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7113557Z return test(*args, **kwargs) 2022-12-01T10:26:43.7113994Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7114368Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7114762Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7115119Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7115594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7115987Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7116425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7116793Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7117193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7117556Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7117989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7118395Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7118812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7119216Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7119643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7119985Z return self.from_real_tensor( 2022-12-01T10:26:43.7120384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7120760Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7121163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7121623Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7122055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7122446Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7122812Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7123042Z 2022-12-01T10:26:43.7123113Z ERROR (0.002s) 2022-12-01T10:26:43.7123512Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7123879Z ERROR (0.009s) 2022-12-01T10:26:43.7124257Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7124648Z Traceback (most recent call last): 2022-12-01T10:26:43.7125070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7125420Z raise rte 2022-12-01T10:26:43.7125812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7126183Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7126593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7126990Z return test(*args, **kwargs) 2022-12-01T10:26:43.7127402Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7127780Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7128222Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7128577Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7128996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7129387Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7129786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7130152Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7130549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7130913Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7131346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7131757Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7132167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7132574Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7132997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7133342Z return self.from_real_tensor( 2022-12-01T10:26:43.7133794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7134228Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7134627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7135442Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7135851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7136234Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7136597Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7136828Z 2022-12-01T10:26:43.7136900Z ERROR (0.005s) 2022-12-01T10:26:43.7137299Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7137692Z Traceback (most recent call last): 2022-12-01T10:26:43.7138115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7138463Z raise rte 2022-12-01T10:26:43.7138856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7139319Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7139789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7140181Z return test(*args, **kwargs) 2022-12-01T10:26:43.7140566Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7140995Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7141390Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7141752Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7142180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7142571Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7142974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7143339Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7143743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7144111Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7144536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7144939Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7145365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7145823Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7146300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7146645Z return self.from_real_tensor( 2022-12-01T10:26:43.7147040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7147420Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7147823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7148180Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7148582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7149009Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7149376Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7149608Z 2022-12-01T10:26:43.7149678Z ERROR (0.013s) 2022-12-01T10:26:43.7150075Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7150467Z Traceback (most recent call last): 2022-12-01T10:26:43.7150895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7151244Z raise rte 2022-12-01T10:26:43.7151690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7152056Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7152516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7152866Z return test(*args, **kwargs) 2022-12-01T10:26:43.7153252Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7153625Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7154021Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7154426Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7154850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7155243Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7155648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7156018Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7156405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7156772Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7157208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7157661Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7158085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7158538Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7158967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7159306Z return self.from_real_tensor( 2022-12-01T10:26:43.7159700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7160082Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7160486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7160832Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7161239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7161618Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7161989Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7162274Z 2022-12-01T10:26:43.7162346Z ERROR (0.008s) 2022-12-01T10:26:43.7162743Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_remainder_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7163123Z expected failure (0.002s) 2022-12-01T10:26:43.7163451Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.018s) 2022-12-01T10:26:43.7163981Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7164416Z Traceback (most recent call last): 2022-12-01T10:26:43.7164848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7165207Z raise rte 2022-12-01T10:26:43.7165602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7165980Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7166398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7166757Z return test(*args, **kwargs) 2022-12-01T10:26:43.7167139Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7167514Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7167948Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7168311Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7168736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7169126Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7169526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7169943Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7170343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7170758Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7171199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7171609Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7172032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7172434Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7172864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7173203Z return self.from_real_tensor( 2022-12-01T10:26:43.7173603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7173985Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7174390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7174747Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7175149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7175582Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7175992Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7176226Z 2022-12-01T10:26:43.7176298Z ERROR (0.010s) 2022-12-01T10:26:43.7176735Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7177121Z Traceback (most recent call last): 2022-12-01T10:26:43.7177547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7177899Z raise rte 2022-12-01T10:26:43.7178292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7178672Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7179171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7179529Z return test(*args, **kwargs) 2022-12-01T10:26:43.7179900Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7180276Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7180672Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7181086Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7181513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7181961Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7182366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7182786Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7183185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7183549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7183969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7184375Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7184801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7185204Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7185635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7185975Z return self.from_real_tensor( 2022-12-01T10:26:43.7186368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7186755Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7187160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7187518Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7187975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7188343Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7188766Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7189054Z 2022-12-01T10:26:43.7189125Z ERROR (0.021s) 2022-12-01T10:26:43.7189512Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7189895Z Traceback (most recent call last): 2022-12-01T10:26:43.7190319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7190666Z raise rte 2022-12-01T10:26:43.7191061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7191436Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7191837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7192195Z return test(*args, **kwargs) 2022-12-01T10:26:43.7192579Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7192949Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7193344Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7193700Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7194175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7195036Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7195456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7195828Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7196237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7196596Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7197037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7197442Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7197865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7198271Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7198697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7199041Z return self.from_real_tensor( 2022-12-01T10:26:43.7199436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7199823Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7200289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7200693Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7201093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7201471Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7201844Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7202074Z 2022-12-01T10:26:43.7202144Z ERROR (0.027s) 2022-12-01T10:26:43.7202546Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_repeat_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7203032Z skip: Dynamic output shape operation in trace (0.012s) 2022-12-01T10:26:43.7203409Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7203834Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.7204331Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reshape_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7204717Z Traceback (most recent call last): 2022-12-01T10:26:43.7205146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7205493Z raise rte 2022-12-01T10:26:43.7205941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7206321Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7206776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7207133Z return test(*args, **kwargs) 2022-12-01T10:26:43.7207512Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7207872Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7208319Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7208678Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7209101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7209500Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7209898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7210261Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7210660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7211023Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7211450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7211858Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7212326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7212784Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7213211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7213554Z return self.from_real_tensor( 2022-12-01T10:26:43.7213952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7214080Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7214331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7214451Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7214708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7214839Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7215109Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7215116Z 2022-12-01T10:26:43.7215187Z ERROR (0.000s) 2022-12-01T10:26:43.7215472Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reshape_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7215571Z Traceback (most recent call last): 2022-12-01T10:26:43.7215861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7215934Z raise rte 2022-12-01T10:26:43.7216224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7216324Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7216599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7216687Z return test(*args, **kwargs) 2022-12-01T10:26:43.7216949Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7217084Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7217320Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7217452Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7217761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7217926Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7218192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7218325Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7218609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7218744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7219105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7219246Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7219514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7219670Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7219922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7220022Z return self.from_real_tensor( 2022-12-01T10:26:43.7220290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7220419Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7220672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7220790Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7221048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7221185Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7221399Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7221406Z 2022-12-01T10:26:43.7221531Z ERROR (0.006s) 2022-12-01T10:26:43.7221818Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reshape_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7221919Z Traceback (most recent call last): 2022-12-01T10:26:43.7222215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7222288Z raise rte 2022-12-01T10:26:43.7222579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7222681Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7222958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7223046Z return test(*args, **kwargs) 2022-12-01T10:26:43.7223306Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7223438Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7223679Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7223808Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7224126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7224259Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7224546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7224726Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7224976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7225108Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7225393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7225534Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7225797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7225949Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7226201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7226298Z return self.from_real_tensor( 2022-12-01T10:26:43.7226565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7226695Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7226948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7227065Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7227324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7227458Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7227676Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7227685Z 2022-12-01T10:26:43.7227757Z ERROR (0.000s) 2022-12-01T10:26:43.7228041Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_reshape_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7228180Z expected failure (0.000s) 2022-12-01T10:26:43.7228403Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7228613Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.7228901Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7229000Z Traceback (most recent call last): 2022-12-01T10:26:43.7229300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7229373Z raise rte 2022-12-01T10:26:43.7229666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7229767Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7230095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7230192Z return test(*args, **kwargs) 2022-12-01T10:26:43.7230453Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7230618Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7230873Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7231053Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7231324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7231459Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7231704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7231836Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7232085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7232214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7232498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7232640Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7232901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7233056Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7233311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7233409Z return self.from_real_tensor( 2022-12-01T10:26:43.7233676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7233804Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7234058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7234176Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7234437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7234570Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7234788Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7234841Z 2022-12-01T10:26:43.7234912Z ERROR (0.000s) 2022-12-01T10:26:43.7235204Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7235305Z Traceback (most recent call last): 2022-12-01T10:26:43.7235596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7235671Z raise rte 2022-12-01T10:26:43.7235968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7236071Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7236349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7236444Z return test(*args, **kwargs) 2022-12-01T10:26:43.7236704Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7236840Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7237078Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7237211Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7237479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7237660Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7237906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7238040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7238287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7238416Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7238700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7238840Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7239102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7239258Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7239512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7239609Z return self.from_real_tensor( 2022-12-01T10:26:43.7239881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7240009Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7240265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7240383Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7240646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7240778Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7241045Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7241053Z 2022-12-01T10:26:43.7241125Z ERROR (0.000s) 2022-12-01T10:26:43.7241416Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7241564Z Traceback (most recent call last): 2022-12-01T10:26:43.7241903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7241978Z raise rte 2022-12-01T10:26:43.7242268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7242366Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7242648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7242740Z return test(*args, **kwargs) 2022-12-01T10:26:43.7243001Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7243139Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7243379Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7243515Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7243784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7243923Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7244210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7244343Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7244590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7244721Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7245002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7245142Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7245401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7245554Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7245806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7245903Z return self.from_real_tensor( 2022-12-01T10:26:43.7246170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7246300Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7246553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7246668Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7246923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7247056Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7247272Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7247278Z 2022-12-01T10:26:43.7247348Z ERROR (0.010s) 2022-12-01T10:26:43.7247643Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7247716Z ERROR (0.000s) 2022-12-01T10:26:43.7248051Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7248150Z Traceback (most recent call last): 2022-12-01T10:26:43.7248445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7248516Z raise rte 2022-12-01T10:26:43.7248807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7248910Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7249193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7249287Z return test(*args, **kwargs) 2022-12-01T10:26:43.7249548Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7249688Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7249922Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7250055Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7250323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7250458Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7250748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7250879Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7251128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7251261Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7251542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7251681Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7251941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7252094Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7252348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7252442Z return self.from_real_tensor( 2022-12-01T10:26:43.7252709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7252838Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7253093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7253211Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7253468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7253602Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7253817Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7253824Z 2022-12-01T10:26:43.7253898Z ERROR (0.000s) 2022-12-01T10:26:43.7254190Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7254334Z Traceback (most recent call last): 2022-12-01T10:26:43.7254624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7254687Z raise rte 2022-12-01T10:26:43.7254977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7255076Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7255352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7255448Z return test(*args, **kwargs) 2022-12-01T10:26:43.7255710Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7255845Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7256087Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7256219Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7256484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7256622Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7256864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7257031Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7257352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7257484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7257816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7257961Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7258225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7258377Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7258628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7258724Z return self.from_real_tensor( 2022-12-01T10:26:43.7259079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7259212Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7259465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7259583Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7259840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7259971Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7260189Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7260196Z 2022-12-01T10:26:43.7260266Z ERROR (0.000s) 2022-12-01T10:26:43.7260560Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7260650Z Traceback (most recent call last): 2022-12-01T10:26:43.7260950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7261064Z raise rte 2022-12-01T10:26:43.7261371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7261471Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7261748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7261839Z return test(*args, **kwargs) 2022-12-01T10:26:43.7262104Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7262244Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7262483Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7262615Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7262883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7263020Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7263263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7263391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7263636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7263763Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7264087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7264227Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7264488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7264640Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7264891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7264985Z return self.from_real_tensor( 2022-12-01T10:26:43.7265256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7265383Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7265702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7265870Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7266249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7266450Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7266811Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7266821Z 2022-12-01T10:26:43.7266933Z ERROR (0.000s) 2022-12-01T10:26:43.7267360Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7267479Z expected failure (0.015s) 2022-12-01T10:26:43.7267775Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.7268197Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7268365Z Traceback (most recent call last): 2022-12-01T10:26:43.7269008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7269130Z raise rte 2022-12-01T10:26:43.7269622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7269798Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7270288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7270443Z return test(*args, **kwargs) 2022-12-01T10:26:43.7270898Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7271120Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7271532Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7271753Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7272187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7272425Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7272820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7273043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7273600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7273842Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7274344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7274582Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7275026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7275266Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7275671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7275775Z return self.from_real_tensor( 2022-12-01T10:26:43.7276054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7276185Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7276445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7276567Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7276829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7276962Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7277191Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7277201Z 2022-12-01T10:26:43.7277275Z ERROR (0.003s) 2022-12-01T10:26:43.7277549Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7277652Z Traceback (most recent call last): 2022-12-01T10:26:43.7277945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7278131Z raise rte 2022-12-01T10:26:43.7278424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7278525Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7278806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7278898Z return test(*args, **kwargs) 2022-12-01T10:26:43.7279163Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7279299Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7279541Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7279678Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7279944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7280080Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7280326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7280458Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7280708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7280837Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7281169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7281312Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7281572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7281730Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7281981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7282076Z return self.from_real_tensor( 2022-12-01T10:26:43.7282350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7282481Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7282737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7282854Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7283112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7283246Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7283468Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7283476Z 2022-12-01T10:26:43.7283545Z ERROR (0.002s) 2022-12-01T10:26:43.7283823Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7283920Z Traceback (most recent call last): 2022-12-01T10:26:43.7284215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7284288Z raise rte 2022-12-01T10:26:43.7284572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7284670Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7285420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7285512Z return test(*args, **kwargs) 2022-12-01T10:26:43.7285773Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7285909Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7286150Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7286285Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7286556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7286691Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7286936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7287069Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7287322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7287450Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7287734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7287872Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7288184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7288337Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7288686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7288787Z return self.from_real_tensor( 2022-12-01T10:26:43.7289060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7289239Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7289495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7289613Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7289873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7290004Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7290220Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7290231Z 2022-12-01T10:26:43.7290301Z ERROR (0.003s) 2022-12-01T10:26:43.7290576Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rot90_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7290663Z expected failure (0.002s) 2022-12-01T10:26:43.7290890Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7291115Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7291347Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7291546Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.7291816Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7291961Z Traceback (most recent call last): 2022-12-01T10:26:43.7292256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7292332Z raise rte 2022-12-01T10:26:43.7292627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7292727Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7293010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7293102Z return test(*args, **kwargs) 2022-12-01T10:26:43.7293363Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7293498Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7293733Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7293865Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7294130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7294264Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7294549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7294681Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7294933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7295064Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7295344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7295480Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7295739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7295892Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7296144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7296244Z return self.from_real_tensor( 2022-12-01T10:26:43.7296511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7296638Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7296894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7297010Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7297264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7303843Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7304129Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7304140Z 2022-12-01T10:26:43.7304210Z ERROR (0.003s) 2022-12-01T10:26:43.7304507Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7304609Z Traceback (most recent call last): 2022-12-01T10:26:43.7305043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7305122Z raise rte 2022-12-01T10:26:43.7305417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7305519Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7305805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7305898Z return test(*args, **kwargs) 2022-12-01T10:26:43.7306164Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7306300Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7306541Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7306675Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7306944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7307077Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7307321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7307449Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7307759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7307890Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7308175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7308317Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7308579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7308734Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7308983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7309075Z return self.from_real_tensor( 2022-12-01T10:26:43.7309349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7309481Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7309737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7309858Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7310113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7310246Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7310462Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7310470Z 2022-12-01T10:26:43.7310541Z ERROR (0.002s) 2022-12-01T10:26:43.7310822Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7310922Z Traceback (most recent call last): 2022-12-01T10:26:43.7311214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7311289Z raise rte 2022-12-01T10:26:43.7311622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7311723Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7312000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7312090Z return test(*args, **kwargs) 2022-12-01T10:26:43.7312350Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7312484Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7312723Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7312856Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7313124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7313261Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7313502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7313631Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7313881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7314009Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7314338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7314478Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7314739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7314893Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7315145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7315243Z return self.from_real_tensor( 2022-12-01T10:26:43.7315510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7315640Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7315895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7316009Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7316265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7316399Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7316619Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7316626Z 2022-12-01T10:26:43.7316695Z ERROR (0.002s) 2022-12-01T10:26:43.7316973Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7317044Z ERROR (0.009s) 2022-12-01T10:26:43.7317316Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7317416Z Traceback (most recent call last): 2022-12-01T10:26:43.7317708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7317776Z raise rte 2022-12-01T10:26:43.7318109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7318207Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7318482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7318574Z return test(*args, **kwargs) 2022-12-01T10:26:43.7318832Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7318968Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7319207Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7319338Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7319608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7319747Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7319991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7320121Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7320367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7320495Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7321229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7321385Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7321650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7321806Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7322061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7322159Z return self.from_real_tensor( 2022-12-01T10:26:43.7322432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7322563Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7322820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7322935Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7323197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7323333Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7323550Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7323557Z 2022-12-01T10:26:43.7323629Z ERROR (0.010s) 2022-12-01T10:26:43.7323903Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7324000Z Traceback (most recent call last): 2022-12-01T10:26:43.7324288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7324363Z raise rte 2022-12-01T10:26:43.7324657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7324758Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7325087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7325177Z return test(*args, **kwargs) 2022-12-01T10:26:43.7325436Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7325573Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7325810Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7325943Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7326213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7326352Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7326594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7326727Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7326974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7327105Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7327389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7327528Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7327831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7327988Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7328238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7328336Z return self.from_real_tensor( 2022-12-01T10:26:43.7328606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7328733Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7328986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7329101Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7329359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7329490Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7329703Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7329711Z 2022-12-01T10:26:43.7329782Z ERROR (0.010s) 2022-12-01T10:26:43.7330055Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7330150Z Traceback (most recent call last): 2022-12-01T10:26:43.7330438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7330512Z raise rte 2022-12-01T10:26:43.7330800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7330902Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7331178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7331269Z return test(*args, **kwargs) 2022-12-01T10:26:43.7331577Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7331710Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7331949Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7332079Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7332346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7332483Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7332725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7332854Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7333101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7333232Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7333511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7333649Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7333909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7334063Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7334356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7334453Z return self.from_real_tensor( 2022-12-01T10:26:43.7334722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7334853Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7335109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7335225Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7335481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7335614Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7335828Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7335835Z 2022-12-01T10:26:43.7335905Z ERROR (0.010s) 2022-12-01T10:26:43.7336187Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_rsub_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7336276Z expected failure (0.010s) 2022-12-01T10:26:43.7336485Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7336714Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.7336938Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7337157Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:26:43.7337389Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7337615Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7337879Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:26:43.7338113Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7338349Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7338560Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7338786Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7339081Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.7339355Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sgn_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7339460Z Traceback (most recent call last): 2022-12-01T10:26:43.7339759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7339838Z raise rte 2022-12-01T10:26:43.7340132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7340231Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7340557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7340647Z return test(*args, **kwargs) 2022-12-01T10:26:43.7340907Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7341045Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7341282Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7341415Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7341683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7341817Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7342059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7342189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7342438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7342572Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7342857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7342999Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7343258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7343414Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7343669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7343769Z return self.from_real_tensor( 2022-12-01T10:26:43.7344042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7344214Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7344469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7344586Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7344934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7345072Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7345293Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7345300Z 2022-12-01T10:26:43.7345415Z ERROR (0.003s) 2022-12-01T10:26:43.7345700Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sgn_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7345802Z Traceback (most recent call last): 2022-12-01T10:26:43.7346099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7346176Z raise rte 2022-12-01T10:26:43.7346470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7346572Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7346849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7346942Z return test(*args, **kwargs) 2022-12-01T10:26:43.7347255Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7347393Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7347630Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7347763Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7348028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7348161Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7348399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7348525Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7348772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7348901Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7349179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7349320Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7349583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7349739Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7349987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7350086Z return self.from_real_tensor( 2022-12-01T10:26:43.7350354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7350485Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7350736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7350896Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7351149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7351284Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7351500Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7351507Z 2022-12-01T10:26:43.7351575Z ERROR (0.002s) 2022-12-01T10:26:43.7351846Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sgn_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7351945Z Traceback (most recent call last): 2022-12-01T10:26:43.7352238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7352313Z raise rte 2022-12-01T10:26:43.7352607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7352710Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7352985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7353075Z return test(*args, **kwargs) 2022-12-01T10:26:43.7353331Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7353469Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7353749Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7353883Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7354147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7354281Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7354519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7354648Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7354892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7355018Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7355303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7355442Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7355700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7355854Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7356106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7356201Z return self.from_real_tensor( 2022-12-01T10:26:43.7356469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7356599Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7356854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7356972Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7357229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7357405Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7357621Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7357627Z 2022-12-01T10:26:43.7357696Z ERROR (0.002s) 2022-12-01T10:26:43.7357967Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sgn_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7358034Z ERROR (0.022s) 2022-12-01T10:26:43.7358311Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_short_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7358412Z Traceback (most recent call last): 2022-12-01T10:26:43.7358705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7358779Z raise rte 2022-12-01T10:26:43.7359071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7359171Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7359450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7359541Z return test(*args, **kwargs) 2022-12-01T10:26:43.7359801Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7359939Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7360213Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7360347Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7360616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7360754Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7360996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7361126Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7361371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7361499Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7361779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7361919Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7362180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7362333Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7362582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7362678Z return self.from_real_tensor( 2022-12-01T10:26:43.7362952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7363078Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7363336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7363453Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7363709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7363879Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7364093Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7364100Z 2022-12-01T10:26:43.7364172Z ERROR (0.020s) 2022-12-01T10:26:43.7364449Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_short_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7364547Z Traceback (most recent call last): 2022-12-01T10:26:43.7364837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7364914Z raise rte 2022-12-01T10:26:43.7365200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7365299Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7365578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7365673Z return test(*args, **kwargs) 2022-12-01T10:26:43.7365933Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7366072Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7366306Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7366439Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7366747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7366884Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7367130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7367263Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7367512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7367639Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7367926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7368063Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7368325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7368477Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7368727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7368826Z return self.from_real_tensor( 2022-12-01T10:26:43.7369095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7369223Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7369473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7369589Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7369850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7369981Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7370195Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7370246Z 2022-12-01T10:26:43.7370316Z ERROR (0.015s) 2022-12-01T10:26:43.7370593Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_short_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7370698Z Traceback (most recent call last): 2022-12-01T10:26:43.7370986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7371059Z raise rte 2022-12-01T10:26:43.7371351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7371451Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7371726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7371820Z return test(*args, **kwargs) 2022-12-01T10:26:43.7372078Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7372213Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7372445Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7372579Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7372841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7372976Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7373256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7373387Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7373634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7373765Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7374047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7374186Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7374446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7374598Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7374847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7374942Z return self.from_real_tensor( 2022-12-01T10:26:43.7375206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7375336Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7375590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7375704Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7375964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7376099Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7376317Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7376324Z 2022-12-01T10:26:43.7376394Z ERROR (0.010s) 2022-12-01T10:26:43.7376672Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_short_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7376784Z ERROR (0.000s) 2022-12-01T10:26:43.7377066Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7377164Z Traceback (most recent call last): 2022-12-01T10:26:43.7377455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7377526Z raise rte 2022-12-01T10:26:43.7377822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7377921Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7378201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7378294Z return test(*args, **kwargs) 2022-12-01T10:26:43.7378553Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7378689Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7378924Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7379154Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7379421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7379603Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7379848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7379980Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7380231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7380360Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7380645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7380786Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7381047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7381204Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7381457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7381554Z return self.from_real_tensor( 2022-12-01T10:26:43.7381821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7381948Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7382200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7382317Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7382573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7382706Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7382924Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7382930Z 2022-12-01T10:26:43.7382999Z ERROR (0.000s) 2022-12-01T10:26:43.7383279Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7383424Z Traceback (most recent call last): 2022-12-01T10:26:43.7383713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7383786Z raise rte 2022-12-01T10:26:43.7384073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7384172Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7384454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7384547Z return test(*args, **kwargs) 2022-12-01T10:26:43.7384803Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7384940Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7385175Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7385309Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7385574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7385711Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7385949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7386118Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7386363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7386492Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7386774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7386912Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7387170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7387321Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7387571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7387666Z return self.from_real_tensor( 2022-12-01T10:26:43.7387936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7388066Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7388321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7388439Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7388695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7388829Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7389046Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7389053Z 2022-12-01T10:26:43.7389124Z ERROR (0.000s) 2022-12-01T10:26:43.7389407Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7389505Z Traceback (most recent call last): 2022-12-01T10:26:43.7389800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7389914Z raise rte 2022-12-01T10:26:43.7390202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7390297Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7390575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7390668Z return test(*args, **kwargs) 2022-12-01T10:26:43.7390931Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7391066Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7391302Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7391440Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7391709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7391847Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7392090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7392222Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7392473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7392642Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7392929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7393072Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7393338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7393492Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7393743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7393840Z return self.from_real_tensor( 2022-12-01T10:26:43.7394113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7394242Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7394493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7394611Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7394875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7395008Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7395226Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7395232Z 2022-12-01T10:26:43.7395307Z ERROR (0.000s) 2022-12-01T10:26:43.7395587Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7395661Z ERROR (0.000s) 2022-12-01T10:26:43.7395938Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7396027Z Traceback (most recent call last): 2022-12-01T10:26:43.7396319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7396852Z raise rte 2022-12-01T10:26:43.7397151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7397252Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7397541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7397621Z return test(*args, **kwargs) 2022-12-01T10:26:43.7397894Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7398020Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7398267Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7398392Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7398671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7398804Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7399048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7399180Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7399429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7399607Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7399896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7400041Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7400303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7400456Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7400706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7400804Z return self.from_real_tensor( 2022-12-01T10:26:43.7401074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7401205Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7401458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7401578Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7401839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7401970Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7402188Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7402195Z 2022-12-01T10:26:43.7402265Z ERROR (0.000s) 2022-12-01T10:26:43.7402531Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7402630Z Traceback (most recent call last): 2022-12-01T10:26:43.7402923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7402999Z raise rte 2022-12-01T10:26:43.7403287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7403432Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7403710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7403803Z return test(*args, **kwargs) 2022-12-01T10:26:43.7404061Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7404196Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7404434Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7404568Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7404834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7404971Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7405220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7405341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7405598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7405716Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7406044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7406185Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7406451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7406604Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7406855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7406953Z return self.from_real_tensor( 2022-12-01T10:26:43.7407222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7407351Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7407606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7407728Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7407982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7408116Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7408333Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7408340Z 2022-12-01T10:26:43.7408400Z ERROR (0.000s) 2022-12-01T10:26:43.7408674Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7408772Z Traceback (most recent call last): 2022-12-01T10:26:43.7409066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7409137Z raise rte 2022-12-01T10:26:43.7409426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7409525Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7409798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7409929Z return test(*args, **kwargs) 2022-12-01T10:26:43.7410187Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7410322Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7410557Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7410692Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7410959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7411095Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7411337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7411472Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7411721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7411848Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7412129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7412269Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7412577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7412721Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7412982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7413082Z return self.from_real_tensor( 2022-12-01T10:26:43.7413347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7413471Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7413724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7413841Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7414100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7414234Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7414438Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7414455Z 2022-12-01T10:26:43.7414518Z ERROR (0.011s) 2022-12-01T10:26:43.7414794Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sign_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7414863Z ERROR (0.002s) 2022-12-01T10:26:43.7415142Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_signbit_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7415242Z Traceback (most recent call last): 2022-12-01T10:26:43.7415531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7415607Z raise rte 2022-12-01T10:26:43.7415899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7415997Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7416322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7416413Z return test(*args, **kwargs) 2022-12-01T10:26:43.7416672Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7416805Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7417041Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7417172Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7417438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7417574Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7417817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7417948Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7418195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7418324Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7418606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7418747Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7419165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7419324Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7419573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7419674Z return self.from_real_tensor( 2022-12-01T10:26:43.7419942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7420069Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7420324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7420441Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7420701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7420835Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7421050Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7421060Z 2022-12-01T10:26:43.7421132Z ERROR (0.002s) 2022-12-01T10:26:43.7421417Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_signbit_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7421518Z Traceback (most recent call last): 2022-12-01T10:26:43.7421808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7421881Z raise rte 2022-12-01T10:26:43.7422169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7422269Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7422547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7422641Z return test(*args, **kwargs) 2022-12-01T10:26:43.7422941Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7423077Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7423314Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7423443Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7423705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7423839Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7424082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7424213Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7424458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7424588Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7424868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7425006Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7425269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7425422Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7426066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7426173Z return self.from_real_tensor( 2022-12-01T10:26:43.7426445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7426579Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7426833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7426949Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7427209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7427339Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7427557Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7427564Z 2022-12-01T10:26:43.7427636Z ERROR (0.002s) 2022-12-01T10:26:43.7427916Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_signbit_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7428017Z Traceback (most recent call last): 2022-12-01T10:26:43.7428305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7428376Z raise rte 2022-12-01T10:26:43.7428664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7428766Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7429050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7429144Z return test(*args, **kwargs) 2022-12-01T10:26:43.7429402Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7429539Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7429827Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7429958Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7430220Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7430353Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7430593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7430722Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7430968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7431098Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7431378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7431519Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7431778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7431928Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7432179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7432274Z return self.from_real_tensor( 2022-12-01T10:26:43.7432582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7432712Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7432967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7433088Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7433344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7433479Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7433694Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7433700Z 2022-12-01T10:26:43.7433771Z ERROR (0.002s) 2022-12-01T10:26:43.7434049Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_signbit_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7434121Z ERROR (0.002s) 2022-12-01T10:26:43.7434391Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7434492Z Traceback (most recent call last): 2022-12-01T10:26:43.7434781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7434856Z raise rte 2022-12-01T10:26:43.7435143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7435242Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7435519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7435614Z return test(*args, **kwargs) 2022-12-01T10:26:43.7435874Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7436007Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7436285Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7436415Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7436674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7436811Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7437050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7437181Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7437429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7437558Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7437845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7437981Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7438239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7438392Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7438638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7438732Z return self.from_real_tensor( 2022-12-01T10:26:43.7439047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7439176Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7439426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7439543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7439802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7439933Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7440146Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7440152Z 2022-12-01T10:26:43.7440220Z ERROR (0.002s) 2022-12-01T10:26:43.7440490Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7440590Z Traceback (most recent call last): 2022-12-01T10:26:43.7440876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7440954Z raise rte 2022-12-01T10:26:43.7441242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7441342Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7441621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7441713Z return test(*args, **kwargs) 2022-12-01T10:26:43.7441973Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7442112Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7442348Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7442480Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7442786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7442922Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7443164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7443296Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7443543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7443675Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7443959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7444099Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7444363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7444516Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7444769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7444867Z return self.from_real_tensor( 2022-12-01T10:26:43.7445136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7445266Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7445558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7445679Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7445934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7446163Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7446382Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7446389Z 2022-12-01T10:26:43.7446462Z ERROR (0.002s) 2022-12-01T10:26:43.7446733Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7446831Z Traceback (most recent call last): 2022-12-01T10:26:43.7447170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7447246Z raise rte 2022-12-01T10:26:43.7447538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7447641Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7447921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7448013Z return test(*args, **kwargs) 2022-12-01T10:26:43.7448274Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7448412Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7448650Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7448786Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7449051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7449235Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7449481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7449610Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7449859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7449988Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7450272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7450415Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7450680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7450838Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7451092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7451190Z return self.from_real_tensor( 2022-12-01T10:26:43.7451454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7451582Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7451837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7451954Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7452248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7452381Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7452599Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7452608Z 2022-12-01T10:26:43.7452679Z ERROR (0.002s) 2022-12-01T10:26:43.7452949Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sin_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7453015Z ERROR (0.002s) 2022-12-01T10:26:43.7453287Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7453381Z Traceback (most recent call last): 2022-12-01T10:26:43.7453680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7453750Z raise rte 2022-12-01T10:26:43.7454040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7454141Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7454420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7454513Z return test(*args, **kwargs) 2022-12-01T10:26:43.7454770Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7454906Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7455142Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7455275Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7455542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7455721Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7455962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7456091Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7456335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7456463Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7456744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7456885Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7457141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7457289Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7457545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7457640Z return self.from_real_tensor( 2022-12-01T10:26:43.7457907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7458034Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7458284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7458400Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7458699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7458831Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7459133Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7459140Z 2022-12-01T10:26:43.7459211Z ERROR (0.002s) 2022-12-01T10:26:43.7459487Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7459585Z Traceback (most recent call last): 2022-12-01T10:26:43.7459879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7459952Z raise rte 2022-12-01T10:26:43.7460244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7460344Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7460624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7460717Z return test(*args, **kwargs) 2022-12-01T10:26:43.7460973Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7461107Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7461343Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7461472Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7461740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7461877Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7462120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7462296Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7462541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7462669Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7462945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7463085Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7463347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7463503Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7463752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7463849Z return self.from_real_tensor( 2022-12-01T10:26:43.7464113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7464240Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7464488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7464604Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7464861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7465032Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7465249Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7465255Z 2022-12-01T10:26:43.7465326Z ERROR (0.002s) 2022-12-01T10:26:43.7465597Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7465697Z Traceback (most recent call last): 2022-12-01T10:26:43.7465986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7466058Z raise rte 2022-12-01T10:26:43.7466350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7466449Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7466721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7466815Z return test(*args, **kwargs) 2022-12-01T10:26:43.7467074Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7467209Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7467448Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7467580Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7467848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7467981Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7468223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7468351Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7468600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7468765Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7469050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7469190Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7469452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7469604Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7469858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7469955Z return self.from_real_tensor( 2022-12-01T10:26:43.7470221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7470350Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7470603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7470716Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7470972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7471106Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7471317Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7471323Z 2022-12-01T10:26:43.7471389Z ERROR (0.003s) 2022-12-01T10:26:43.7471702Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinc_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7471771Z ERROR (0.002s) 2022-12-01T10:26:43.7472043Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7472138Z Traceback (most recent call last): 2022-12-01T10:26:43.7472431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7472503Z raise rte 2022-12-01T10:26:43.7472791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7472896Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7473176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7473266Z return test(*args, **kwargs) 2022-12-01T10:26:43.7473523Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7473662Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7473897Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7474032Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7474295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7474431Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7474675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7474803Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7475051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7475217Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7475499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7475634Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7475891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7476043Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7476296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7476390Z return self.from_real_tensor( 2022-12-01T10:26:43.7476656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7476786Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7477036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7477152Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7477406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7477535Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7477747Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7477753Z 2022-12-01T10:26:43.7477863Z ERROR (0.002s) 2022-12-01T10:26:43.7478135Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7478231Z Traceback (most recent call last): 2022-12-01T10:26:43.7478527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7478599Z raise rte 2022-12-01T10:26:43.7478886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7478987Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7479262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7479352Z return test(*args, **kwargs) 2022-12-01T10:26:43.7479612Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7479749Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7479983Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7480118Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7480384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7480518Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7480761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7480892Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7481139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7481269Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7481551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7481726Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7481986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7482136Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7482387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7482479Z return self.from_real_tensor( 2022-12-01T10:26:43.7482751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7482877Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7483130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7483246Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7483499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7483629Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7483844Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7483851Z 2022-12-01T10:26:43.7483921Z ERROR (0.002s) 2022-12-01T10:26:43.7484195Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7484335Z Traceback (most recent call last): 2022-12-01T10:26:43.7484627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7484704Z raise rte 2022-12-01T10:26:43.7484991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7485090Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7485365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7485455Z return test(*args, **kwargs) 2022-12-01T10:26:43.7485712Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7485846Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7486084Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7486216Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7486478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7486617Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7486859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7486991Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7487240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7487367Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7487658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7487799Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7488060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7488254Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7488509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7488605Z return self.from_real_tensor( 2022-12-01T10:26:43.7488868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7488996Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7489248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7489364Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7489621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7489756Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7489971Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7489978Z 2022-12-01T10:26:43.7490052Z ERROR (0.002s) 2022-12-01T10:26:43.7490330Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sinh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7490403Z ERROR (0.003s) 2022-12-01T10:26:43.7490728Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_slice_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7490830Z Traceback (most recent call last): 2022-12-01T10:26:43.7491130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7491194Z raise rte 2022-12-01T10:26:43.7491500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7491604Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7491885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7491979Z return test(*args, **kwargs) 2022-12-01T10:26:43.7492238Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7492374Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7492610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7492741Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7493011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7493149Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7493394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7493521Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7493771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7493904Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7494189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7494330Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7494592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7494787Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7495041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7495139Z return self.from_real_tensor( 2022-12-01T10:26:43.7495408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7495537Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7495793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7495911Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7496168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7496303Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7496520Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7496527Z 2022-12-01T10:26:43.7496594Z ERROR (0.000s) 2022-12-01T10:26:43.7496873Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_slice_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7496962Z Traceback (most recent call last): 2022-12-01T10:26:43.7497306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7497369Z raise rte 2022-12-01T10:26:43.7497672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7497776Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7498058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7498148Z return test(*args, **kwargs) 2022-12-01T10:26:43.7498407Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7498542Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7498778Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7498913Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7499267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7499407Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7499652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7499784Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7500032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7500160Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7500444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7500584Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7500847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7500999Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7501248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7501779Z return self.from_real_tensor( 2022-12-01T10:26:43.7502053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7502184Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7502438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7502554Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7502812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7502946Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7503165Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7503175Z 2022-12-01T10:26:43.7503248Z ERROR (0.000s) 2022-12-01T10:26:43.7503513Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_slice_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7503613Z Traceback (most recent call last): 2022-12-01T10:26:43.7503908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7503981Z raise rte 2022-12-01T10:26:43.7504328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7504428Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7504714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7504796Z return test(*args, **kwargs) 2022-12-01T10:26:43.7505066Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7505189Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7505434Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7505557Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7505833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7505969Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7506210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7506343Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7506593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7506725Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7507011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7507149Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7507409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7507563Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7507818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7507914Z return self.from_real_tensor( 2022-12-01T10:26:43.7508181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7508350Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7508602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7508715Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7508970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7509101Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7509318Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7509324Z 2022-12-01T10:26:43.7509393Z ERROR (0.006s) 2022-12-01T10:26:43.7509670Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_slice_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7509758Z expected failure (0.000s) 2022-12-01T10:26:43.7509962Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.7510239Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7510339Z Traceback (most recent call last): 2022-12-01T10:26:43.7510636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7510751Z raise rte 2022-12-01T10:26:43.7511045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7511144Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7511425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7511517Z return test(*args, **kwargs) 2022-12-01T10:26:43.7511778Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7511911Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7512148Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7512282Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7512548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7512685Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7512925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7513059Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7513372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7513523Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7513809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7513949Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7514218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7514374Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7514626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7514778Z return self.from_real_tensor( 2022-12-01T10:26:43.7515049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7515178Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7515429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7515542Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7515804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7515932Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7516149Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7516164Z 2022-12-01T10:26:43.7516234Z ERROR (0.010s) 2022-12-01T10:26:43.7516514Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7516613Z Traceback (most recent call last): 2022-12-01T10:26:43.7516902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7516976Z raise rte 2022-12-01T10:26:43.7517262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7517407Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7517687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7517779Z return test(*args, **kwargs) 2022-12-01T10:26:43.7518042Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7518177Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7518413Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7518550Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7518811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7518947Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7519191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7519318Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7519565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7519700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7519984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7520122Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7520380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7520532Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7520780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7520879Z return self.from_real_tensor( 2022-12-01T10:26:43.7521147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7521318Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7521631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7521750Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7522007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7522140Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7522356Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7522363Z 2022-12-01T10:26:43.7522435Z ERROR (0.000s) 2022-12-01T10:26:43.7522717Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7522819Z Traceback (most recent call last): 2022-12-01T10:26:43.7523109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7523182Z raise rte 2022-12-01T10:26:43.7523467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7523568Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7523845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7523983Z return test(*args, **kwargs) 2022-12-01T10:26:43.7524249Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7524383Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7524617Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7524750Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7525015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7525147Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7525391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7525522Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7525772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7525899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7526186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7526324Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7526583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7526738Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7526989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7527087Z return self.from_real_tensor( 2022-12-01T10:26:43.7527356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7527481Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7527732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7527894Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7528152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7528286Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7528499Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7528506Z 2022-12-01T10:26:43.7528576Z ERROR (0.000s) 2022-12-01T10:26:43.7528871Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7528940Z ERROR (0.000s) 2022-12-01T10:26:43.7529245Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7529348Z Traceback (most recent call last): 2022-12-01T10:26:43.7529642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7529714Z raise rte 2022-12-01T10:26:43.7530005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7530104Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7530805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7530904Z return test(*args, **kwargs) 2022-12-01T10:26:43.7531168Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7531307Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7531543Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7531679Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7531945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7532082Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7532327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7532460Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7532710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7532840Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7533129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7533266Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7533526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7533678Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7533923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7534022Z return self.from_real_tensor( 2022-12-01T10:26:43.7534288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7534418Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7534716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7534830Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7535086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7535218Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7535432Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7535439Z 2022-12-01T10:26:43.7535508Z ERROR (0.010s) 2022-12-01T10:26:43.7535814Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7535915Z Traceback (most recent call last): 2022-12-01T10:26:43.7536205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7536282Z raise rte 2022-12-01T10:26:43.7536568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7536665Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7536942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7537032Z return test(*args, **kwargs) 2022-12-01T10:26:43.7537330Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7537467Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7537705Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7537838Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7538102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7538238Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7538477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7538605Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7538851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7539070Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7539354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7539498Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7539760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7539913Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7540165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7540260Z return self.from_real_tensor( 2022-12-01T10:26:43.7540530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7540662Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7540917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7541036Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7541349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7541482Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7541699Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7541705Z 2022-12-01T10:26:43.7541777Z ERROR (0.000s) 2022-12-01T10:26:43.7542087Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7542192Z Traceback (most recent call last): 2022-12-01T10:26:43.7542483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7542559Z raise rte 2022-12-01T10:26:43.7542850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7542951Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7543233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7543323Z return test(*args, **kwargs) 2022-12-01T10:26:43.7543584Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7543722Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7544008Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7544144Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7544411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7544552Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7544796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7544927Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7545173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7545306Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7545592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7545735Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7545996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7546157Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7546406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7546502Z return self.from_real_tensor( 2022-12-01T10:26:43.7546769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7546897Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7547149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7547266Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7547523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7547774Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7547994Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7548001Z 2022-12-01T10:26:43.7548072Z ERROR (0.000s) 2022-12-01T10:26:43.7548364Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7548499Z expected failure (0.010s) 2022-12-01T10:26:43.7548765Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:26:43.7548994Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7549207Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.7549505Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7549605Z Traceback (most recent call last): 2022-12-01T10:26:43.7549903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7549975Z raise rte 2022-12-01T10:26:43.7550268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7550418Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7550700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7550791Z return test(*args, **kwargs) 2022-12-01T10:26:43.7551053Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7551191Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7551427Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7551558Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7551827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7551962Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7552206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7552341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7552587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7552715Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7552996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7553133Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7553394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7553548Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7553804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7553903Z return self.from_real_tensor( 2022-12-01T10:26:43.7554172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7554344Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7554597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7554713Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7554969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7555100Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7555316Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7555324Z 2022-12-01T10:26:43.7555394Z ERROR (0.000s) 2022-12-01T10:26:43.7555698Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7555799Z Traceback (most recent call last): 2022-12-01T10:26:43.7556088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7556162Z raise rte 2022-12-01T10:26:43.7556454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7556552Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7556878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7556967Z return test(*args, **kwargs) 2022-12-01T10:26:43.7557226Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7557361Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7557597Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7557729Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7557994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7558130Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7558370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7558501Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7558750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7558878Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7559167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7559306Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7559565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7559717Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7559966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7560058Z return self.from_real_tensor( 2022-12-01T10:26:43.7560326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7560456Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7560755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7560870Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7561128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7561258Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7561468Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7561475Z 2022-12-01T10:26:43.7561548Z ERROR (0.010s) 2022-12-01T10:26:43.7561851Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7561950Z Traceback (most recent call last): 2022-12-01T10:26:43.7562239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7562316Z raise rte 2022-12-01T10:26:43.7562603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7562702Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7562979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7563067Z return test(*args, **kwargs) 2022-12-01T10:26:43.7563365Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7563499Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7563733Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7563866Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7564131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7564267Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7564509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7564640Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7564885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7565013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7565298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7565435Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7565692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7565844Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7566093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7566187Z return self.from_real_tensor( 2022-12-01T10:26:43.7566453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7566581Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7566832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7566948Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7567251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7567381Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7567596Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7567602Z 2022-12-01T10:26:43.7567670Z ERROR (0.000s) 2022-12-01T10:26:43.7567972Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7568041Z ERROR (0.000s) 2022-12-01T10:26:43.7568337Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7568438Z Traceback (most recent call last): 2022-12-01T10:26:43.7568730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7568802Z raise rte 2022-12-01T10:26:43.7569086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7569184Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7569464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7569554Z return test(*args, **kwargs) 2022-12-01T10:26:43.7569858Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7569995Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7570231Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7570364Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7570630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7570766Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7571004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7571134Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7571379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7571506Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7571785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7571927Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7572190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7572344Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7572593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7572686Z return self.from_real_tensor( 2022-12-01T10:26:43.7572958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7573087Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7573339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7573492Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7573750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7573879Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7574092Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7574099Z 2022-12-01T10:26:43.7574170Z ERROR (0.000s) 2022-12-01T10:26:43.7574473Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7574572Z Traceback (most recent call last): 2022-12-01T10:26:43.7574863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7574936Z raise rte 2022-12-01T10:26:43.7575225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7575324Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7575603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7575691Z return test(*args, **kwargs) 2022-12-01T10:26:43.7575947Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7576083Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7576359Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7576493Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7576759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7576894Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7577137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7577266Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7577512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7577641Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7577927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7578064Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7578321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7578476Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7578729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7578823Z return self.from_real_tensor( 2022-12-01T10:26:43.7579256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7579385Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7579639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7579755Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7580013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7580197Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7580413Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7580421Z 2022-12-01T10:26:43.7580490Z ERROR (0.010s) 2022-12-01T10:26:43.7580839Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7581029Z Traceback (most recent call last): 2022-12-01T10:26:43.7581329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7581401Z raise rte 2022-12-01T10:26:43.7581692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7581791Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7582072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7582161Z return test(*args, **kwargs) 2022-12-01T10:26:43.7582421Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7582554Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7582788Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7582987Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7583255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7583390Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7583635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7583765Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7584009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7584138Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7584422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7584558Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7584820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7584970Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7585219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7585312Z return self.from_real_tensor( 2022-12-01T10:26:43.7585576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7585701Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7585951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7586066Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7586326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7586459Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7586674Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7586729Z 2022-12-01T10:26:43.7586797Z ERROR (0.000s) 2022-12-01T10:26:43.7587098Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7587183Z expected failure (0.000s) 2022-12-01T10:26:43.7587413Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7587658Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:26:43.7587959Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:26:43.7588251Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.7588540Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.7588755Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7588977Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7589264Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.7589495Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:26:43.7589700Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.7589980Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7590078Z Traceback (most recent call last): 2022-12-01T10:26:43.7590373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7590444Z raise rte 2022-12-01T10:26:43.7590738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7590837Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7591118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7591209Z return test(*args, **kwargs) 2022-12-01T10:26:43.7591471Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7591606Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7591847Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7591981Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7592249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7592389Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7592632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7592764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7593060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7593190Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7593478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7593618Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7593895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7594042Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7594309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7594410Z return self.from_real_tensor( 2022-12-01T10:26:43.7594686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7594816Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7595066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7595182Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7595443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7595579Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7595824Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7595842Z 2022-12-01T10:26:43.7595906Z ERROR (0.000s) 2022-12-01T10:26:43.7596197Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7596301Z Traceback (most recent call last): 2022-12-01T10:26:43.7596597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7596667Z raise rte 2022-12-01T10:26:43.7596958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7597055Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7597336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7597427Z return test(*args, **kwargs) 2022-12-01T10:26:43.7597690Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7597829Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7598067Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7598196Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7598461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7598598Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7598840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7598977Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7599226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7599359Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7599689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7599828Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7600089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7600244Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7600508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7600597Z return self.from_real_tensor( 2022-12-01T10:26:43.7600881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7600999Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7601266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7601374Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7601643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7601775Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7601979Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7601996Z 2022-12-01T10:26:43.7602054Z ERROR (0.006s) 2022-12-01T10:26:43.7602386Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7602486Z Traceback (most recent call last): 2022-12-01T10:26:43.7602775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7602853Z raise rte 2022-12-01T10:26:43.7603141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7603240Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7603517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7603607Z return test(*args, **kwargs) 2022-12-01T10:26:43.7603869Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7604004Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7604239Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7604372Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7604638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7604773Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7605013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7605145Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7605389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7605520Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7605801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7606377Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7606645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7606800Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7607055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7607151Z return self.from_real_tensor( 2022-12-01T10:26:43.7607424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7607554Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7607809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7607931Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7608206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7608327Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7608545Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7608563Z 2022-12-01T10:26:43.7608623Z ERROR (0.000s) 2022-12-01T10:26:43.7608909Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7608982Z ERROR (0.000s) 2022-12-01T10:26:43.7609304Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7609403Z Traceback (most recent call last): 2022-12-01T10:26:43.7609698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7609770Z raise rte 2022-12-01T10:26:43.7610063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7610162Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7610441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7610532Z return test(*args, **kwargs) 2022-12-01T10:26:43.7610794Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7610928Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7611165Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7611300Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7611567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7611702Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7611946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7612074Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7612326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7612458Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7612745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7612930Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7613195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7613350Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7613602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7618538Z return self.from_real_tensor( 2022-12-01T10:26:43.7618851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7619107Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7619377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7619501Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7619767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7619901Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7620120Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7620129Z 2022-12-01T10:26:43.7620200Z ERROR (0.000s) 2022-12-01T10:26:43.7620489Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7620670Z Traceback (most recent call last): 2022-12-01T10:26:43.7620965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7621044Z raise rte 2022-12-01T10:26:43.7621338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7621439Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7621719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7621808Z return test(*args, **kwargs) 2022-12-01T10:26:43.7622069Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7622203Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7622440Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7622574Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7622842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7622981Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7623227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7623358Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7623610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7623741Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7624028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7624166Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7624427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7624632Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7624883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7624978Z return self.from_real_tensor( 2022-12-01T10:26:43.7625242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7625371Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7625628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7625746Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7626006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7626140Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7626356Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7626363Z 2022-12-01T10:26:43.7626435Z ERROR (0.000s) 2022-12-01T10:26:43.7626719Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7626819Z Traceback (most recent call last): 2022-12-01T10:26:43.7627155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7627229Z raise rte 2022-12-01T10:26:43.7627523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7627624Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7627904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7627997Z return test(*args, **kwargs) 2022-12-01T10:26:43.7628264Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7628396Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7628632Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7628761Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7629027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7629161Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7629404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7629535Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7629784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7629916Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7630199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7630341Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7630604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7630756Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7631003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7631141Z return self.from_real_tensor( 2022-12-01T10:26:43.7631415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7631542Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7631795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7631911Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7632170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7632302Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7632518Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7632527Z 2022-12-01T10:26:43.7632594Z ERROR (0.011s) 2022-12-01T10:26:43.7632881Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7632950Z ERROR (0.002s) 2022-12-01T10:26:43.7633235Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7633336Z Traceback (most recent call last): 2022-12-01T10:26:43.7633669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7633744Z raise rte 2022-12-01T10:26:43.7634030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7634130Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7634410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7634503Z return test(*args, **kwargs) 2022-12-01T10:26:43.7634761Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7634896Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7635132Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7635266Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7635530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7635666Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7635907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7636040Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7636282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7636414Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7636696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7636833Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7637093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7637245Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7637540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7637638Z return self.from_real_tensor( 2022-12-01T10:26:43.7637902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7638029Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7638280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7638399Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7638660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7638793Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7639008Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7639017Z 2022-12-01T10:26:43.7639084Z ERROR (0.003s) 2022-12-01T10:26:43.7639374Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7639472Z Traceback (most recent call last): 2022-12-01T10:26:43.7639760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7639832Z raise rte 2022-12-01T10:26:43.7640555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7640666Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7640949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7641043Z return test(*args, **kwargs) 2022-12-01T10:26:43.7641304Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7641440Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7641680Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7641816Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7642081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7642218Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7642461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7642592Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7642844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7642972Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7643255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7643396Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7643656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7643811Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7644060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7644151Z return self.from_real_tensor( 2022-12-01T10:26:43.7644477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7644607Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7644854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7644968Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7645226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7645357Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7645575Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7645582Z 2022-12-01T10:26:43.7645652Z ERROR (0.002s) 2022-12-01T10:26:43.7645938Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7646041Z Traceback (most recent call last): 2022-12-01T10:26:43.7646332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7646403Z raise rte 2022-12-01T10:26:43.7646691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7646794Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7647116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7647208Z return test(*args, **kwargs) 2022-12-01T10:26:43.7647467Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7647605Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7647843Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7647978Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7648244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7648377Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7648614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7648749Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7648997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7649223Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7649507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7649645Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7649959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7650115Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7650365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7650466Z return self.from_real_tensor( 2022-12-01T10:26:43.7650738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7650866Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7651171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7651291Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7651548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7651679Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7651895Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7651902Z 2022-12-01T10:26:43.7651971Z ERROR (0.003s) 2022-12-01T10:26:43.7652288Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7652378Z expected failure (0.009s) 2022-12-01T10:26:43.7652682Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.7652919Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7653160Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7653398Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7653671Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7653905Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7654115Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.7654408Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7654506Z Traceback (most recent call last): 2022-12-01T10:26:43.7654801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7654875Z raise rte 2022-12-01T10:26:43.7655165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7655297Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7655602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7655697Z return test(*args, **kwargs) 2022-12-01T10:26:43.7656000Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7656144Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7656382Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7656514Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7656788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7656924Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7657169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7657352Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7657607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7657737Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7658025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7658166Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7658428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7658584Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7658837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7658938Z return self.from_real_tensor( 2022-12-01T10:26:43.7659312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7659442Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7659696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7659817Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7660078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7660261Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7660482Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7660489Z 2022-12-01T10:26:43.7660565Z ERROR (0.002s) 2022-12-01T10:26:43.7660866Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7660969Z Traceback (most recent call last): 2022-12-01T10:26:43.7661264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7661341Z raise rte 2022-12-01T10:26:43.7661690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7661792Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7662074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7662215Z return test(*args, **kwargs) 2022-12-01T10:26:43.7662479Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7662616Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7662854Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7662988Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7663254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7663392Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7663635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7663773Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7664021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7664201Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7664488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7664629Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7664892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7665049Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7665303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7665401Z return self.from_real_tensor( 2022-12-01T10:26:43.7665673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7665805Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7666062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7666181Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7666443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7666575Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7666795Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7666802Z 2022-12-01T10:26:43.7666913Z ERROR (0.002s) 2022-12-01T10:26:43.7667214Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7667318Z Traceback (most recent call last): 2022-12-01T10:26:43.7667642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7667736Z raise rte 2022-12-01T10:26:43.7668029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7668130Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7668456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7668551Z return test(*args, **kwargs) 2022-12-01T10:26:43.7668810Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7668944Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7669179Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7669312Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7669578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7669714Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7669956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7670087Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7670339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7670467Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7670748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7670937Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7671200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7671356Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7671606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7671702Z return self.from_real_tensor( 2022-12-01T10:26:43.7671973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7672101Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7672354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7672475Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7672733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7672865Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7673078Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7673086Z 2022-12-01T10:26:43.7673158Z ERROR (0.003s) 2022-12-01T10:26:43.7673496Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7673585Z expected failure (0.000s) 2022-12-01T10:26:43.7673891Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7674142Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.7674381Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:26:43.7674690Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.7675043Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:26:43.7675345Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.7675650Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:26:43.7675872Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.7676196Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7676284Z Traceback (most recent call last): 2022-12-01T10:26:43.7676594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7676658Z raise rte 2022-12-01T10:26:43.7676960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7677112Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7677398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7677488Z return test(*args, **kwargs) 2022-12-01T10:26:43.7677748Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7677885Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7678126Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7678262Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7678531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7678672Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7678914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7679046Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7679298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7679429Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7679710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7679897Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7680159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7680364Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7680617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7680712Z return self.from_real_tensor( 2022-12-01T10:26:43.7681032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7681161Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7681420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7681543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7681802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7681933Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7682153Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7682159Z 2022-12-01T10:26:43.7682230Z ERROR (0.002s) 2022-12-01T10:26:43.7682560Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7682649Z Traceback (most recent call last): 2022-12-01T10:26:43.7682945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7683008Z raise rte 2022-12-01T10:26:43.7683308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7683408Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7683737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7683826Z return test(*args, **kwargs) 2022-12-01T10:26:43.7684081Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7684215Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7684448Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7684578Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7684851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7684991Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7685234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7685369Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7685613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7685744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7686029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7686168Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7686516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7686676Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7686927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7687029Z return self.from_real_tensor( 2022-12-01T10:26:43.7687343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7687472Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7687724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7687842Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7688104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7688242Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7688458Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7688465Z 2022-12-01T10:26:43.7688538Z ERROR (0.002s) 2022-12-01T10:26:43.7688867Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7688955Z Traceback (most recent call last): 2022-12-01T10:26:43.7689254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7689315Z raise rte 2022-12-01T10:26:43.7689616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7689717Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7689995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7690134Z return test(*args, **kwargs) 2022-12-01T10:26:43.7690395Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7690530Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7690766Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7690896Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7691162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7691299Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7691539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7691668Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7691912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7692041Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7692325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7692461Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7692778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7692933Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7693316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7693416Z return self.from_real_tensor( 2022-12-01T10:26:43.7693687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7693817Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7694068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7694188Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7694445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7694579Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7694797Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7694804Z 2022-12-01T10:26:43.7694874Z ERROR (0.002s) 2022-12-01T10:26:43.7695189Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7695267Z expected failure (0.009s) 2022-12-01T10:26:43.7695480Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.008s) 2022-12-01T10:26:43.7695767Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7695868Z Traceback (most recent call last): 2022-12-01T10:26:43.7696161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7696234Z raise rte 2022-12-01T10:26:43.7696525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7696626Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7696951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7697043Z return test(*args, **kwargs) 2022-12-01T10:26:43.7697301Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7697435Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7697675Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7697809Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7698079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7698217Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7698461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7698588Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7698882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7699103Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7699389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7699577Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7699894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7700051Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7700299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7700396Z return self.from_real_tensor( 2022-12-01T10:26:43.7700666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7700793Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7701047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7701162Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7701431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7701553Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7701769Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7701788Z 2022-12-01T10:26:43.7701849Z ERROR (0.006s) 2022-12-01T10:26:43.7702141Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7702239Z Traceback (most recent call last): 2022-12-01T10:26:43.7702535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7702611Z raise rte 2022-12-01T10:26:43.7702903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7703003Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7703277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7703410Z return test(*args, **kwargs) 2022-12-01T10:26:43.7703673Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7703809Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7704044Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7704180Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7704449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7704590Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7704835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7704995Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7705268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7705402Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7705733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7705877Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7706135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7706287Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7706584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7706682Z return self.from_real_tensor( 2022-12-01T10:26:43.7706950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7707078Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7707328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7707442Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7707702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7707836Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7708054Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7708062Z 2022-12-01T10:26:43.7708132Z ERROR (0.009s) 2022-12-01T10:26:43.7708423Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7708529Z Traceback (most recent call last): 2022-12-01T10:26:43.7708821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7708897Z raise rte 2022-12-01T10:26:43.7709189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7709290Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7709568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7709663Z return test(*args, **kwargs) 2022-12-01T10:26:43.7709924Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7710106Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7710343Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7710481Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7710752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7710887Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7711156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7711308Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7711555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7711689Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7712024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7712167Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7712432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7712587Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7712836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7712932Z return self.from_real_tensor( 2022-12-01T10:26:43.7713239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7713370Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7713624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7713744Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7714003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7714135Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7714350Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7714357Z 2022-12-01T10:26:43.7714426Z ERROR (0.000s) 2022-12-01T10:26:43.7714710Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7714797Z expected failure (0.010s) 2022-12-01T10:26:43.7715025Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7715254Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7715452Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.7715726Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7715823Z Traceback (most recent call last): 2022-12-01T10:26:43.7716121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7716195Z raise rte 2022-12-01T10:26:43.7716485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7717023Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7717359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7717465Z return test(*args, **kwargs) 2022-12-01T10:26:43.7717726Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7717863Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7718151Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7718287Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7718559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7718699Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7718943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7719070Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7719316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7719444Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7719721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7719913Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7720174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7720327Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7720579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7720673Z return self.from_real_tensor( 2022-12-01T10:26:43.7720943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7721070Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7721323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7721440Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7721700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7721833Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7722046Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7722055Z 2022-12-01T10:26:43.7722123Z ERROR (0.002s) 2022-12-01T10:26:43.7722397Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7722495Z Traceback (most recent call last): 2022-12-01T10:26:43.7722787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7722861Z raise rte 2022-12-01T10:26:43.7723153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7723252Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7723577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7723721Z return test(*args, **kwargs) 2022-12-01T10:26:43.7723983Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7724145Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7724411Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7724546Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7724815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7724958Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7725202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7725334Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7725584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7725713Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7725994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7726133Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7726393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7726591Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7726842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7726939Z return self.from_real_tensor( 2022-12-01T10:26:43.7727210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7727338Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7727591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7727709Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7727970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7728102Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7728319Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7728326Z 2022-12-01T10:26:43.7728397Z ERROR (0.002s) 2022-12-01T10:26:43.7728674Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7728773Z Traceback (most recent call last): 2022-12-01T10:26:43.7729066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7729139Z raise rte 2022-12-01T10:26:43.7729428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7729527Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7729857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7729948Z return test(*args, **kwargs) 2022-12-01T10:26:43.7730210Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7730448Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7730687Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7730818Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7731081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7731218Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7731455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7731583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7731831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7731959Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7732247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7732386Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7732647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7732803Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7733058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7733201Z return self.from_real_tensor( 2022-12-01T10:26:43.7733473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7733603Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7733858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7733977Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7734231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7734363Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7734578Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7734585Z 2022-12-01T10:26:43.7734654Z ERROR (0.002s) 2022-12-01T10:26:43.7734932Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7735006Z ERROR (0.002s) 2022-12-01T10:26:43.7735284Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7735384Z Traceback (most recent call last): 2022-12-01T10:26:43.7735673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7735752Z raise rte 2022-12-01T10:26:43.7736095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7736197Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7736480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7736620Z return test(*args, **kwargs) 2022-12-01T10:26:43.7736884Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7737077Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7737313Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7737442Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7737707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7737840Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7738084Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7738214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7738461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7738591Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7738872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7739092Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7739356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7739511Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7739761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7739901Z return self.from_real_tensor( 2022-12-01T10:26:43.7740171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7740301Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7740557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7740674Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7740928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7741064Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7741281Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7741288Z 2022-12-01T10:26:43.7741360Z ERROR (0.002s) 2022-12-01T10:26:43.7741643Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7741744Z Traceback (most recent call last): 2022-12-01T10:26:43.7742086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7742162Z raise rte 2022-12-01T10:26:43.7742448Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7742550Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7742878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7742971Z return test(*args, **kwargs) 2022-12-01T10:26:43.7743231Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7743366Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7743602Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7743782Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7744043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7744178Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7744420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7744596Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7744982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7745178Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7745623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7745845Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7746257Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7746492Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7746878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7747019Z return self.from_real_tensor( 2022-12-01T10:26:43.7747432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7748213Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7748687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7748870Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7749244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7749438Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7749737Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7749749Z 2022-12-01T10:26:43.7749823Z ERROR (0.002s) 2022-12-01T10:26:43.7750238Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7750388Z Traceback (most recent call last): 2022-12-01T10:26:43.7752047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7752214Z raise rte 2022-12-01T10:26:43.7752551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7752662Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7752961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7753058Z return test(*args, **kwargs) 2022-12-01T10:26:43.7753328Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7753470Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7753716Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7753858Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7754137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7754443Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7754736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7755012Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7755631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7755896Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7756589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7756764Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7757035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7757199Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7757462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7757561Z return self.from_real_tensor( 2022-12-01T10:26:43.7757841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7757975Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7758334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7758462Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7758733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7758873Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7759113Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7759122Z 2022-12-01T10:26:43.7759195Z ERROR (0.002s) 2022-12-01T10:26:43.7759484Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_square_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7759561Z ERROR (0.002s) 2022-12-01T10:26:43.7759847Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7759954Z Traceback (most recent call last): 2022-12-01T10:26:43.7760251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7760333Z raise rte 2022-12-01T10:26:43.7760630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7760734Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7761019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7761130Z return test(*args, **kwargs) 2022-12-01T10:26:43.7761761Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7762086Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7762542Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7762861Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7763196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7763429Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7763680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7763817Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7764072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7764208Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7764497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7764643Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7764915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7765078Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7765338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7765441Z return self.from_real_tensor( 2022-12-01T10:26:43.7765724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7765860Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7766180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7766311Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7766576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7766718Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7766946Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7766956Z 2022-12-01T10:26:43.7767033Z ERROR (0.003s) 2022-12-01T10:26:43.7767324Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7767442Z Traceback (most recent call last): 2022-12-01T10:26:43.7768153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7768322Z raise rte 2022-12-01T10:26:43.7768948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7769193Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7769505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7769601Z return test(*args, **kwargs) 2022-12-01T10:26:43.7769870Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7770013Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7770260Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7770400Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7770676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7770819Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7771141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7771277Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7771533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7771668Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7771958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7772100Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7772370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7772529Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7772787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7772893Z return self.from_real_tensor( 2022-12-01T10:26:43.7773174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7773308Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7773568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7773707Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7774419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7774728Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7775236Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7775257Z 2022-12-01T10:26:43.7775425Z ERROR (0.003s) 2022-12-01T10:26:43.7775744Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7775852Z Traceback (most recent call last): 2022-12-01T10:26:43.7776154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7776233Z raise rte 2022-12-01T10:26:43.7776529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7776637Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7776920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7777017Z return test(*args, **kwargs) 2022-12-01T10:26:43.7777288Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7777428Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7777671Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7777809Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7778086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7778228Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7778471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7778604Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7778929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7779147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7779441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7779590Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7779856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7780111Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7780732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7780959Z return self.from_real_tensor( 2022-12-01T10:26:43.7781583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7781797Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7782066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7782187Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7782451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7782589Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7782882Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7782894Z 2022-12-01T10:26:43.7782967Z ERROR (0.002s) 2022-12-01T10:26:43.7783253Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7783330Z ERROR (0.001s) 2022-12-01T10:26:43.7783613Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_stack_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7783721Z Traceback (most recent call last): 2022-12-01T10:26:43.7784027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7784105Z raise rte 2022-12-01T10:26:43.7784404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7784509Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7784795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7784891Z return test(*args, **kwargs) 2022-12-01T10:26:43.7785158Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7785295Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7785537Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7785676Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7785950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7786092Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7786582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7786898Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7787516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7787828Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7788210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7788357Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7788629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7788793Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7789054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7789156Z return self.from_real_tensor( 2022-12-01T10:26:43.7789438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7789572Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7789832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7789953Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7790217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7790352Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7790638Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7790649Z 2022-12-01T10:26:43.7790725Z ERROR (0.002s) 2022-12-01T10:26:43.7791008Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_stack_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7791104Z Traceback (most recent call last): 2022-12-01T10:26:43.7791409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7791476Z raise rte 2022-12-01T10:26:43.7791782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7791890Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7792176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7792273Z return test(*args, **kwargs) 2022-12-01T10:26:43.7792656Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7792994Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7793524Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7793860Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7794346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7794495Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7794744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7794880Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7795137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7795268Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7795631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7795776Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7796046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7796208Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7796465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7796567Z return self.from_real_tensor( 2022-12-01T10:26:43.7796838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7796971Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7797226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7797348Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7797611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7797748Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7797974Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7797983Z 2022-12-01T10:26:43.7798056Z ERROR (0.003s) 2022-12-01T10:26:43.7798390Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_stack_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7798488Z Traceback (most recent call last): 2022-12-01T10:26:43.7798908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7799103Z raise rte 2022-12-01T10:26:43.7799785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7800029Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7800588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7800676Z return test(*args, **kwargs) 2022-12-01T10:26:43.7800962Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7801091Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7801350Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7801479Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7801765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7801905Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7802155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7802294Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7802549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7802683Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7802979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7803126Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7803467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7803625Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7803881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7803980Z return self.from_real_tensor( 2022-12-01T10:26:43.7804254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7804395Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7804653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7804772Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7805157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7805488Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7805988Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7805999Z 2022-12-01T10:26:43.7806168Z ERROR (0.000s) 2022-12-01T10:26:43.7806763Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_stack_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7806846Z ERROR (0.006s) 2022-12-01T10:26:43.7807189Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7807296Z Traceback (most recent call last): 2022-12-01T10:26:43.7807601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7807681Z raise rte 2022-12-01T10:26:43.7807980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7808082Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7808369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7808463Z return test(*args, **kwargs) 2022-12-01T10:26:43.7808735Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7808875Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7809120Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7809259Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7809532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7809672Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7809923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7810058Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7810307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7810447Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7810737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7810947Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7811263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7811631Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7812226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7812459Z return self.from_real_tensor( 2022-12-01T10:26:43.7813029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7813174Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7813437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7813560Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7813826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7813963Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7814190Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7814198Z 2022-12-01T10:26:43.7814269Z ERROR (0.000s) 2022-12-01T10:26:43.7814550Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7814649Z Traceback (most recent call last): 2022-12-01T10:26:43.7815022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7815104Z raise rte 2022-12-01T10:26:43.7815406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7815513Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7815796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7815897Z return test(*args, **kwargs) 2022-12-01T10:26:43.7816166Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7816308Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7816553Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7816694Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7816967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7817113Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7817365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7817633Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7818249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7818484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7819256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7819413Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7819687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7819925Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7820188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7820289Z return self.from_real_tensor( 2022-12-01T10:26:43.7820564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7820695Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7820951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7821079Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7821346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7821483Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7821710Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7821719Z 2022-12-01T10:26:43.7821794Z ERROR (0.000s) 2022-12-01T10:26:43.7822072Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7822174Z Traceback (most recent call last): 2022-12-01T10:26:43.7822472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7822550Z raise rte 2022-12-01T10:26:43.7822897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7823009Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7823289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7823388Z return test(*args, **kwargs) 2022-12-01T10:26:43.7823664Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7823964Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7824585Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7824846Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7825463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7825615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7825867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7826006Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7826264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7826399Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7826690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7826836Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7827111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7827270Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7827526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7827700Z return self.from_real_tensor( 2022-12-01T10:26:43.7827978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7828113Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7828371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7828494Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7828760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7828903Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7829130Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7829139Z 2022-12-01T10:26:43.7829209Z ERROR (0.000s) 2022-12-01T10:26:43.7829497Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7829572Z ERROR (0.011s) 2022-12-01T10:26:43.7829859Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7830041Z Traceback (most recent call last): 2022-12-01T10:26:43.7830771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7830927Z raise rte 2022-12-01T10:26:43.7831692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7831814Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7832110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7832204Z return test(*args, **kwargs) 2022-12-01T10:26:43.7832471Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7832611Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7832854Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7832992Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7833267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7833405Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7833652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7833791Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7834041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7834179Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7834468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7834617Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7834887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7835044Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7835302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7835458Z return self.from_real_tensor( 2022-12-01T10:26:43.7835738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7835875Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7836133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7836384Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7837045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7837256Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7837802Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7837819Z 2022-12-01T10:26:43.7837952Z ERROR (0.003s) 2022-12-01T10:26:43.7838245Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7838350Z Traceback (most recent call last): 2022-12-01T10:26:43.7838648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7838729Z raise rte 2022-12-01T10:26:43.7839027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7839206Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7839497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7839591Z return test(*args, **kwargs) 2022-12-01T10:26:43.7839854Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7839997Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7840237Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7840377Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7840649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7840787Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7841037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7841170Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7841423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7841562Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7841852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7841999Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7842268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7842473Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7843094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7843332Z return self.from_real_tensor( 2022-12-01T10:26:43.7843943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7844745Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7845014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7845140Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7845406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7845547Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7845773Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7845786Z 2022-12-01T10:26:43.7845860Z ERROR (0.002s) 2022-12-01T10:26:43.7846147Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7846256Z Traceback (most recent call last): 2022-12-01T10:26:43.7846554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7846630Z raise rte 2022-12-01T10:26:43.7846925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7847031Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7847316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7847473Z return test(*args, **kwargs) 2022-12-01T10:26:43.7847749Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7847889Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7848135Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7848274Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7848544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7848734Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7849321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7849637Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7850207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7850486Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7850787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7850939Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7851205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7851365Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7851630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7851730Z return self.from_real_tensor( 2022-12-01T10:26:43.7852001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7852134Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7852393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7852599Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7852862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7852999Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7853227Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7853237Z 2022-12-01T10:26:43.7853309Z ERROR (0.003s) 2022-12-01T10:26:43.7853594Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7853686Z expected failure (0.002s) 2022-12-01T10:26:43.7853891Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.010s) 2022-12-01T10:26:43.7854174Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7854280Z Traceback (most recent call last): 2022-12-01T10:26:43.7854583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7854667Z raise rte 2022-12-01T10:26:43.7854999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7855218Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7856017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7856262Z return test(*args, **kwargs) 2022-12-01T10:26:43.7856803Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7856954Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7857205Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7857342Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7857619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7857760Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7858013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7858149Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7858404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7858542Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7858829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7859072Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7859349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7859507Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7859766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7859866Z return self.from_real_tensor( 2022-12-01T10:26:43.7860141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7860343Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7860606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7860724Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7860987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7861125Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7861604Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7861621Z 2022-12-01T10:26:43.7861789Z ERROR (0.007s) 2022-12-01T10:26:43.7862382Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7862615Z Traceback (most recent call last): 2022-12-01T10:26:43.7863121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7863206Z raise rte 2022-12-01T10:26:43.7863506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7863614Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7863898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7863993Z return test(*args, **kwargs) 2022-12-01T10:26:43.7864322Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7864471Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7864714Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7864855Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7865123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7865265Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7865507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7865641Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7865893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7866032Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7866320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7866468Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7866739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7866901Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7867161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7867263Z return self.from_real_tensor( 2022-12-01T10:26:43.7867656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7867985Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7868537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7868937Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7869345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7869493Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7869722Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7869729Z 2022-12-01T10:26:43.7869803Z ERROR (0.008s) 2022-12-01T10:26:43.7870079Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7870188Z Traceback (most recent call last): 2022-12-01T10:26:43.7870486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7870567Z raise rte 2022-12-01T10:26:43.7870863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7870968Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7871250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7871348Z return test(*args, **kwargs) 2022-12-01T10:26:43.7871610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7871750Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7872050Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7872194Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7872468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7872610Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7872855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7872990Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7873239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7873371Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7873671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7873985Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7874652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7874988Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7875514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7875621Z return self.from_real_tensor( 2022-12-01T10:26:43.7875902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7876036Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7876299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7876419Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7876685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7876890Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7877116Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7877125Z 2022-12-01T10:26:43.7877200Z ERROR (0.008s) 2022-12-01T10:26:43.7877477Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sub_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7877551Z ERROR (0.022s) 2022-12-01T10:26:43.7877827Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7877933Z Traceback (most recent call last): 2022-12-01T10:26:43.7878232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7878312Z raise rte 2022-12-01T10:26:43.7878611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7878716Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7879000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7879095Z return test(*args, **kwargs) 2022-12-01T10:26:43.7879361Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7879500Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7880407Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7880761Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7881315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7881648Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7881935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7882075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7882330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7882463Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7882757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7882902Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7883172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7883336Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7883595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7883694Z return self.from_real_tensor( 2022-12-01T10:26:43.7883970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7884102Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7884363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7884484Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7884749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7884964Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7885189Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7885197Z 2022-12-01T10:26:43.7885275Z ERROR (0.022s) 2022-12-01T10:26:43.7885555Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7885660Z Traceback (most recent call last): 2022-12-01T10:26:43.7885961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7886041Z raise rte 2022-12-01T10:26:43.7886607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7886849Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7887436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7887651Z return test(*args, **kwargs) 2022-12-01T10:26:43.7888101Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7888250Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7888498Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7888638Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7888984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7889132Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7889385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7889523Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7889780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7889916Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7890212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7890356Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7890626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7890792Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7891050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7891157Z return self.from_real_tensor( 2022-12-01T10:26:43.7891563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7891700Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7891958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7892084Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7892353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7892559Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7893091Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7893213Z 2022-12-01T10:26:43.7893373Z ERROR (0.022s) 2022-12-01T10:26:43.7894005Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7894211Z Traceback (most recent call last): 2022-12-01T10:26:43.7894523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7894603Z raise rte 2022-12-01T10:26:43.7894903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7895009Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7895297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7895400Z return test(*args, **kwargs) 2022-12-01T10:26:43.7895671Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7895812Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7896056Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7896201Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7896477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7896684Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7896941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7897075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7897331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7897468Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7897758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7897904Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7898173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7898336Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7898596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7898743Z return self.from_real_tensor( 2022-12-01T10:26:43.7899487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7899768Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7900387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7900560Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7900829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7900967Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7901197Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7901206Z 2022-12-01T10:26:43.7901283Z ERROR (0.021s) 2022-12-01T10:26:43.7901569Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_sum_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7901735Z expected failure (0.011s) 2022-12-01T10:26:43.7901953Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.067s) 2022-12-01T10:26:43.7902180Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.069s) 2022-12-01T10:26:43.7902402Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:26:43.7902590Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.004s) 2022-12-01T10:26:43.7902859Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7902963Z Traceback (most recent call last): 2022-12-01T10:26:43.7903265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7903350Z raise rte 2022-12-01T10:26:43.7903650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7903757Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7904049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7904146Z return test(*args, **kwargs) 2022-12-01T10:26:43.7904471Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7904615Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7904864Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7905071Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7905735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7906014Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7906614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7906806Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7907071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7907214Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7907507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7907653Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7907931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7908079Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7908350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7908452Z return self.from_real_tensor( 2022-12-01T10:26:43.7908727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7908862Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7909122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7909243Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7909590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7909728Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7909940Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7909962Z 2022-12-01T10:26:43.7910022Z ERROR (0.002s) 2022-12-01T10:26:43.7910291Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7910398Z Traceback (most recent call last): 2022-12-01T10:26:43.7910700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7910782Z raise rte 2022-12-01T10:26:43.7911077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7911185Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7911854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7912075Z return test(*args, **kwargs) 2022-12-01T10:26:43.7912651Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7912968Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7913294Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7913439Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7913714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7913860Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7914109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7914243Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7914494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7914628Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7914921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7915064Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7915332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7915490Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7915748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7915850Z return self.from_real_tensor( 2022-12-01T10:26:43.7916138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7916259Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7916531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7916643Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7916924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7917050Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7917334Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7917357Z 2022-12-01T10:26:43.7917422Z ERROR (0.002s) 2022-12-01T10:26:43.7918068Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7918301Z Traceback (most recent call last): 2022-12-01T10:26:43.7918698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7918792Z raise rte 2022-12-01T10:26:43.7919508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7919622Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7919912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7920011Z return test(*args, **kwargs) 2022-12-01T10:26:43.7920284Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7920423Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7920662Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7920801Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7921145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7921293Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7921547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7921685Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7921940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7922073Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7922361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7922506Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7922781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7922939Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7923203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7923305Z return self.from_real_tensor( 2022-12-01T10:26:43.7923577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7923709Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7923997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7924255Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7924918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7925179Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7925707Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7925719Z 2022-12-01T10:26:43.7925871Z ERROR (0.002s) 2022-12-01T10:26:43.7926161Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_t_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7926252Z expected failure (0.002s) 2022-12-01T10:26:43.7926469Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.7926670Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.7926944Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7927053Z Traceback (most recent call last): 2022-12-01T10:26:43.7927363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7927442Z raise rte 2022-12-01T10:26:43.7927743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7927848Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7928136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7928232Z return test(*args, **kwargs) 2022-12-01T10:26:43.7928500Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7928640Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7928927Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7929071Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7929346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7929482Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7929729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7929862Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7930118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7930327Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7931026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7931281Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7931946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7932117Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7932376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7932474Z return self.from_real_tensor( 2022-12-01T10:26:43.7932749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7932881Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7933140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7933261Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7933528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7933738Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7933963Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7933972Z 2022-12-01T10:26:43.7934049Z ERROR (0.002s) 2022-12-01T10:26:43.7934329Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7934432Z Traceback (most recent call last): 2022-12-01T10:26:43.7934734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7934815Z raise rte 2022-12-01T10:26:43.7935114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7935220Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7935507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7935601Z return test(*args, **kwargs) 2022-12-01T10:26:43.7935866Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7936003Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7936243Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7936380Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7937073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7937403Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7937964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7938221Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7938485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7938618Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7938915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7939141Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7939419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7939576Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7939832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7939933Z return self.from_real_tensor( 2022-12-01T10:26:43.7940207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7940340Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7940597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7940720Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7940985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7941120Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7941345Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7941418Z 2022-12-01T10:26:43.7941496Z ERROR (0.002s) 2022-12-01T10:26:43.7941772Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7941873Z Traceback (most recent call last): 2022-12-01T10:26:43.7942171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7942246Z raise rte 2022-12-01T10:26:43.7942543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7942658Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7943327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7943553Z return test(*args, **kwargs) 2022-12-01T10:26:43.7944132Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7944435Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7944688Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7944826Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7945097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7945303Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7945559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7945693Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7945945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7946079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7946366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7946509Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7946771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7946924Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7947183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7947285Z return self.from_real_tensor( 2022-12-01T10:26:43.7947558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7947691Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7947947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7948067Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7948332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7948467Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7948691Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7948700Z 2022-12-01T10:26:43.7948772Z ERROR (0.002s) 2022-12-01T10:26:43.7949298Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tan_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7949567Z ERROR (0.002s) 2022-12-01T10:26:43.7950143Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7950372Z Traceback (most recent call last): 2022-12-01T10:26:43.7950836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7950923Z raise rte 2022-12-01T10:26:43.7951227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7951333Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7951620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7951718Z return test(*args, **kwargs) 2022-12-01T10:26:43.7951982Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7952120Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7952363Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7952501Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7952774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7952978Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7953233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7953372Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7953633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7953768Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7954059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7954200Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7954467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7954627Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7954884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7954988Z return self.from_real_tensor( 2022-12-01T10:26:43.7955447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7955790Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7956343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7956613Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7957036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7957177Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7957403Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7957411Z 2022-12-01T10:26:43.7957485Z ERROR (0.002s) 2022-12-01T10:26:43.7957768Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7957946Z Traceback (most recent call last): 2022-12-01T10:26:43.7958246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7958323Z raise rte 2022-12-01T10:26:43.7958616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7958722Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7959006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7959102Z return test(*args, **kwargs) 2022-12-01T10:26:43.7959370Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7959513Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7959752Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7959890Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7960160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7960300Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7960547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7960733Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7960992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7961122Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7961460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7961798Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7962404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7962772Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7963244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7963351Z return self.from_real_tensor( 2022-12-01T10:26:43.7963636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7963771Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7964036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7964159Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7964422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7964556Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7964780Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7964788Z 2022-12-01T10:26:43.7964862Z ERROR (0.002s) 2022-12-01T10:26:43.7965142Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7965245Z Traceback (most recent call last): 2022-12-01T10:26:43.7965541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7965687Z raise rte 2022-12-01T10:26:43.7965983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7966085Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7966372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7966468Z return test(*args, **kwargs) 2022-12-01T10:26:43.7966734Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7966874Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7967114Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7967254Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7967523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7967749Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7968399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7968652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7969261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7969515Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7969815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7969955Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7970221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7970378Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7970637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7970737Z return self.from_real_tensor( 2022-12-01T10:26:43.7971012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7971147Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7971406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7971531Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7971797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7971936Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7972160Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7972169Z 2022-12-01T10:26:43.7972244Z ERROR (0.003s) 2022-12-01T10:26:43.7972535Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tanh_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.7972632Z expected failure (0.000s) 2022-12-01T10:26:43.7972859Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.7973062Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.016s) 2022-12-01T10:26:43.7973857Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.7974075Z Traceback (most recent call last): 2022-12-01T10:26:43.7974826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7974951Z raise rte 2022-12-01T10:26:43.7975666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7975783Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7976082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7976181Z return test(*args, **kwargs) 2022-12-01T10:26:43.7976452Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7976599Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7976844Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7976983Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7977252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7984102Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7984605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7984750Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7985010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7985152Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7985438Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7985574Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7985843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7986002Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7986265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7986366Z return self.from_real_tensor( 2022-12-01T10:26:43.7986940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7987253Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7987799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7988077Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7988484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7988632Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7988865Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7988874Z 2022-12-01T10:26:43.7988953Z ERROR (0.010s) 2022-12-01T10:26:43.7989233Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.7989336Z Traceback (most recent call last): 2022-12-01T10:26:43.7989735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7989814Z raise rte 2022-12-01T10:26:43.7990112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7990217Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7990502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7990597Z return test(*args, **kwargs) 2022-12-01T10:26:43.7990889Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7991052Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7991300Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7991441Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7991716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7991859Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.7992110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.7992243Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7992560Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.7992702Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.7993294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.7993638Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.7994163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.7994540Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.7994831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.7994934Z return self.from_real_tensor( 2022-12-01T10:26:43.7995213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.7995348Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.7995607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.7995730Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.7995994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.7996131Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.7996358Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.7996367Z 2022-12-01T10:26:43.7996440Z ERROR (0.020s) 2022-12-01T10:26:43.7996719Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.7996826Z Traceback (most recent call last): 2022-12-01T10:26:43.7997123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.7997279Z raise rte 2022-12-01T10:26:43.7997577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.7997680Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.7997962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.7998059Z return test(*args, **kwargs) 2022-12-01T10:26:43.7998329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.7998467Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.7998713Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.7998851Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.7999192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.7999521Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8000101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8000398Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8000920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8001063Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8001434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8001586Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8001855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8002017Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8002275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8002377Z return self.from_real_tensor( 2022-12-01T10:26:43.8002655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8002786Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8003047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8003171Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8003489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8003635Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8003863Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8003871Z 2022-12-01T10:26:43.8003944Z ERROR (0.015s) 2022-12-01T10:26:43.8004222Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tile_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8004309Z skip: Skipped! (0.001s) 2022-12-01T10:26:43.8004535Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:26:43.8004743Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.8004947Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.8005292Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trace_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8005504Z Traceback (most recent call last): 2022-12-01T10:26:43.8006243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8006376Z raise rte 2022-12-01T10:26:43.8007085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8007206Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8007504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8007602Z return test(*args, **kwargs) 2022-12-01T10:26:43.8007870Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8008016Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8008258Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8008399Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8008670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8008812Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8009129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8009271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8009527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8009661Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8009951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8010095Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8010362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8010523Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8010795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8010885Z return self.from_real_tensor( 2022-12-01T10:26:43.8011174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8011296Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8011581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8011815Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8012487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8012746Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8013250Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8013285Z 2022-12-01T10:26:43.8013386Z ERROR (0.002s) 2022-12-01T10:26:43.8013679Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trace_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8013783Z Traceback (most recent call last): 2022-12-01T10:26:43.8014158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8014236Z raise rte 2022-12-01T10:26:43.8014536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8014643Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8014933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8015031Z return test(*args, **kwargs) 2022-12-01T10:26:43.8015302Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8015440Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8015683Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8015823Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8016098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8016239Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8016489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8016623Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8017379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8017532Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8017829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8017976Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8018245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8018408Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8018665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8018766Z return self.from_real_tensor( 2022-12-01T10:26:43.8019140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8019282Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8019540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8019665Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8019930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8020069Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8020295Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8020303Z 2022-12-01T10:26:43.8020377Z ERROR (0.002s) 2022-12-01T10:26:43.8020659Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trace_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8020767Z Traceback (most recent call last): 2022-12-01T10:26:43.8021064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8021212Z raise rte 2022-12-01T10:26:43.8021508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8021611Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8021893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8021990Z return test(*args, **kwargs) 2022-12-01T10:26:43.8022254Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8022392Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8022633Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8022773Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8023328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8023653Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8024170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8024484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8024875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8025015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8025379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8025529Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8025804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8025965Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8026229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8026328Z return self.from_real_tensor( 2022-12-01T10:26:43.8026604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8026736Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8026998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8027118Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8027387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8027528Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8027755Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8027765Z 2022-12-01T10:26:43.8027839Z ERROR (0.002s) 2022-12-01T10:26:43.8028124Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trace_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8028196Z ERROR (0.002s) 2022-12-01T10:26:43.8028486Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8028590Z Traceback (most recent call last): 2022-12-01T10:26:43.8028889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8029025Z raise rte 2022-12-01T10:26:43.8029323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8029425Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8029710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8029802Z return test(*args, **kwargs) 2022-12-01T10:26:43.8030065Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8030208Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8030448Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8030581Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8030856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8030997Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8031244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8031378Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8031629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8031761Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8032092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8032241Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8032509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8032669Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8032926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8033030Z return self.from_real_tensor( 2022-12-01T10:26:43.8033305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8033435Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8033695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8033818Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8034080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8034219Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8034441Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8034448Z 2022-12-01T10:26:43.8034524Z ERROR (0.002s) 2022-12-01T10:26:43.8034817Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8034921Z Traceback (most recent call last): 2022-12-01T10:26:43.8035221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8035298Z raise rte 2022-12-01T10:26:43.8035597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8035751Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8036039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8036134Z return test(*args, **kwargs) 2022-12-01T10:26:43.8036400Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8036537Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8036778Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8036915Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8037185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8037323Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8037574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8037708Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8037960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8038094Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8038383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8038522Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8038831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8038993Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8039300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8039504Z return self.from_real_tensor( 2022-12-01T10:26:43.8040191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8040442Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8041050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8041181Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8041452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8041589Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8041816Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8041825Z 2022-12-01T10:26:43.8041898Z ERROR (0.002s) 2022-12-01T10:26:43.8042193Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8042295Z Traceback (most recent call last): 2022-12-01T10:26:43.8042589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8042666Z raise rte 2022-12-01T10:26:43.8042964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8043067Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8043350Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8043517Z return test(*args, **kwargs) 2022-12-01T10:26:43.8043785Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8043924Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8044167Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8044301Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8044572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8044713Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8044960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8045093Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8045346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8045481Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8045768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8045912Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8046179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8046381Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8046646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8046747Z return self.from_real_tensor( 2022-12-01T10:26:43.8047022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8047150Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8047405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8047523Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8047782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8047918Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8048142Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8048149Z 2022-12-01T10:26:43.8048223Z ERROR (0.002s) 2022-12-01T10:26:43.8048516Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_transpose_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8048609Z expected failure (0.002s) 2022-12-01T10:26:43.8048825Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.8049056Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:26:43.8049256Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.8049530Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8049630Z Traceback (most recent call last): 2022-12-01T10:26:43.8049925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8050052Z raise rte 2022-12-01T10:26:43.8050342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8050446Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8050730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8050824Z return test(*args, **kwargs) 2022-12-01T10:26:43.8051089Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8051232Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8051475Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8051610Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8051882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8052021Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8052268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8052402Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8052652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8052781Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8053112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8053257Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8053526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8053681Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8053936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8054036Z return self.from_real_tensor( 2022-12-01T10:26:43.8054311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8054441Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8054697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8054816Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8055076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8055216Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8055439Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8055447Z 2022-12-01T10:26:43.8055518Z ERROR (0.003s) 2022-12-01T10:26:43.8055795Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8055896Z Traceback (most recent call last): 2022-12-01T10:26:43.8056194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8056269Z raise rte 2022-12-01T10:26:43.8056558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8056712Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8056995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8057093Z return test(*args, **kwargs) 2022-12-01T10:26:43.8057354Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8057491Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8057730Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8057866Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8058134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8058273Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8058517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8058651Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8058899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8059122Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8059412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8059605Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8059878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8060034Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8060290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8060390Z return self.from_real_tensor( 2022-12-01T10:26:43.8060659Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8060787Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8061043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8061160Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8061422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8061558Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8061777Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8061787Z 2022-12-01T10:26:43.8061859Z ERROR (0.000s) 2022-12-01T10:26:43.8062141Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8062243Z Traceback (most recent call last): 2022-12-01T10:26:43.8062535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8062607Z raise rte 2022-12-01T10:26:43.8062901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8063003Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8063287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8063437Z return test(*args, **kwargs) 2022-12-01T10:26:43.8063699Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8063836Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8064074Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8064209Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8064475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8064615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8064865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8065002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8065249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8065381Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8065663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8065802Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8066065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8066268Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8066529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8066627Z return self.from_real_tensor( 2022-12-01T10:26:43.8066898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8067027Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8067283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8067399Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8067663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8067800Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8068021Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8068029Z 2022-12-01T10:26:43.8068101Z ERROR (0.006s) 2022-12-01T10:26:43.8068377Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_tril_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8068451Z ERROR (0.000s) 2022-12-01T10:26:43.8068722Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8068820Z Traceback (most recent call last): 2022-12-01T10:26:43.8069115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8069191Z raise rte 2022-12-01T10:26:43.8069486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8069589Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8069873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8070019Z return test(*args, **kwargs) 2022-12-01T10:26:43.8070286Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8070426Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8070843Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8071173Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8071773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8072117Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8072558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8072703Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8072959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8073091Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8073379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8073521Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8073787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8074012Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8074274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8074374Z return self.from_real_tensor( 2022-12-01T10:26:43.8074648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8074778Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8075036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8075156Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8075419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8075557Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8075777Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8075785Z 2022-12-01T10:26:43.8075857Z ERROR (0.000s) 2022-12-01T10:26:43.8076133Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8076237Z Traceback (most recent call last): 2022-12-01T10:26:43.8076534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8076611Z raise rte 2022-12-01T10:26:43.8076906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8077011Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8077292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8077384Z return test(*args, **kwargs) 2022-12-01T10:26:43.8077649Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8077844Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8078088Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8078224Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8078495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8078636Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8078882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8079013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8079263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8079399Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8079682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8079824Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8080089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8080245Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8080547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8080651Z return self.from_real_tensor( 2022-12-01T10:26:43.8080927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8081062Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8081319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8081439Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8081703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8081838Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8082057Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8082064Z 2022-12-01T10:26:43.8082138Z ERROR (0.000s) 2022-12-01T10:26:43.8082416Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8082517Z Traceback (most recent call last): 2022-12-01T10:26:43.8082814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8082887Z raise rte 2022-12-01T10:26:43.8083179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8083279Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8083557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8083651Z return test(*args, **kwargs) 2022-12-01T10:26:43.8083923Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8084066Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8084312Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8084499Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8084773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8084912Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8085157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8085291Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8085544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8085675Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8085962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8086108Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8086376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8086532Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8086786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8086885Z return self.from_real_tensor( 2022-12-01T10:26:43.8087204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8087339Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8087595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8087716Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8087977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8088115Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8088331Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8088338Z 2022-12-01T10:26:43.8088411Z ERROR (0.010s) 2022-12-01T10:26:43.8088697Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_triu_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8088774Z ERROR (0.010s) 2022-12-01T10:26:43.8089061Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8089166Z Traceback (most recent call last): 2022-12-01T10:26:43.8089457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8089534Z raise rte 2022-12-01T10:26:43.8089814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8089916Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8090199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8090294Z return test(*args, **kwargs) 2022-12-01T10:26:43.8090561Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8090701Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8090945Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8091129Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8091401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8091541Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8091792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8091927Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8092181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8092316Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8092603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8092749Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8093013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8093169Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8093426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8093526Z return self.from_real_tensor( 2022-12-01T10:26:43.8093848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8093984Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8094239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8094365Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8094627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8094764Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8094983Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8094991Z 2022-12-01T10:26:43.8095065Z ERROR (0.008s) 2022-12-01T10:26:43.8095360Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8095466Z Traceback (most recent call last): 2022-12-01T10:26:43.8095762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8095831Z raise rte 2022-12-01T10:26:43.8096140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8096243Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8096522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8096619Z return test(*args, **kwargs) 2022-12-01T10:26:43.8096882Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8097023Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8097264Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8097402Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8098273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8098415Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8098662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8098798Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8099171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8099312Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8099606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8099747Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8100014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8100178Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8100433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8100533Z return self.from_real_tensor( 2022-12-01T10:26:43.8100808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8100941Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8101259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8101385Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8101643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8101783Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8102004Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8102012Z 2022-12-01T10:26:43.8102087Z ERROR (0.008s) 2022-12-01T10:26:43.8102385Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8102478Z Traceback (most recent call last): 2022-12-01T10:26:43.8102791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8102857Z raise rte 2022-12-01T10:26:43.8103160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8103266Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8103550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8103648Z return test(*args, **kwargs) 2022-12-01T10:26:43.8103912Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8104050Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8104295Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8104432Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8104701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8104840Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8105145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8105278Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8105530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8105663Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8105949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8106090Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8106358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8106513Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8106770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8106869Z return self.from_real_tensor( 2022-12-01T10:26:43.8107137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8107266Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8107522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8107642Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8107952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8108093Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8108312Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8108322Z 2022-12-01T10:26:43.8108394Z ERROR (0.007s) 2022-12-01T10:26:43.8108683Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8108746Z ERROR (0.003s) 2022-12-01T10:26:43.8109025Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8109129Z Traceback (most recent call last): 2022-12-01T10:26:43.8109430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8109507Z raise rte 2022-12-01T10:26:43.8109802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8109914Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8110199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8110293Z return test(*args, **kwargs) 2022-12-01T10:26:43.8110559Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8110696Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8110935Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8111075Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8111346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8111487Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8111794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8111928Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8112178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8112312Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8112598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8112741Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8113005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8113163Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8113431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8113521Z return self.from_real_tensor( 2022-12-01T10:26:43.8113805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8113928Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8114196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8114303Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8114626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8114766Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8114975Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8114998Z 2022-12-01T10:26:43.8115061Z ERROR (0.002s) 2022-12-01T10:26:43.8115343Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8115446Z Traceback (most recent call last): 2022-12-01T10:26:43.8115750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8115826Z raise rte 2022-12-01T10:26:43.8116120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8116224Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8116507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8116603Z return test(*args, **kwargs) 2022-12-01T10:26:43.8116865Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8117002Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8117243Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8117380Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8117651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8117791Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8118033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8118168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8118472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8118605Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8118890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8119033Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8119297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8119455Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8119706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8119803Z return self.from_real_tensor( 2022-12-01T10:26:43.8120077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8120212Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8120463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8120580Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8120841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8120977Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8121243Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8121252Z 2022-12-01T10:26:43.8121326Z ERROR (0.002s) 2022-12-01T10:26:43.8121604Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8121709Z Traceback (most recent call last): 2022-12-01T10:26:43.8122002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8122079Z raise rte 2022-12-01T10:26:43.8122373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8122477Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8122758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8122852Z return test(*args, **kwargs) 2022-12-01T10:26:43.8123114Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8123252Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8123494Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8123629Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8123895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8124031Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8124272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8124409Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8124664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8124849Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8125140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8125281Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8125547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8125702Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8125953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8126056Z return self.from_real_tensor( 2022-12-01T10:26:43.8126328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8126457Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8126712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8126830Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8127303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8127635Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8128151Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8128166Z 2022-12-01T10:26:43.8128329Z ERROR (0.002s) 2022-12-01T10:26:43.8129468Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_trunc_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8129580Z expected failure (0.002s) 2022-12-01T10:26:43.8129814Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.8130032Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:26:43.8130251Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:26:43.8130520Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.017s) 2022-12-01T10:26:43.8130770Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-12-01T10:26:43.8130976Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.000s) 2022-12-01T10:26:43.8131266Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8131368Z Traceback (most recent call last): 2022-12-01T10:26:43.8131683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8131760Z raise rte 2022-12-01T10:26:43.8132060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8132165Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8132453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8132551Z return test(*args, **kwargs) 2022-12-01T10:26:43.8132815Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8133017Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8133259Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8133398Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8134021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8134348Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8134842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8135152Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8135455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8135589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8135879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8136019Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8136283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8136438Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8136691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8136860Z return self.from_real_tensor( 2022-12-01T10:26:43.8137141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8137274Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8137528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8137647Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8137914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8138053Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8138278Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8138285Z 2022-12-01T10:26:43.8138359Z ERROR (0.011s) 2022-12-01T10:26:43.8138653Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8138756Z Traceback (most recent call last): 2022-12-01T10:26:43.8139142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8139223Z raise rte 2022-12-01T10:26:43.8139520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8139624Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8140212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8140421Z return test(*args, **kwargs) 2022-12-01T10:26:43.8140969Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8141294Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8141643Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8141858Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8142133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8142273Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8142516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8142652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8142907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8143043Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8143331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8143476Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8143740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8143898Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8144153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8144251Z return self.from_real_tensor( 2022-12-01T10:26:43.8144522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8144701Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8144964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8145082Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8145347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8145485Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8145706Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8145714Z 2022-12-01T10:26:43.8145786Z ERROR (0.002s) 2022-12-01T10:26:43.8146238Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8146510Z Traceback (most recent call last): 2022-12-01T10:26:43.8147161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8147330Z raise rte 2022-12-01T10:26:43.8147867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8147977Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8148264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8148358Z return test(*args, **kwargs) 2022-12-01T10:26:43.8148616Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8148756Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8148996Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8149131Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8149400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8149621Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8149866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8150001Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8150253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8150383Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8150672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8150811Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8151074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8151232Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8151487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8151585Z return self.from_real_tensor( 2022-12-01T10:26:43.8151858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8151987Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8152295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8152667Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8153256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8153578Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8154030Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8154041Z 2022-12-01T10:26:43.8154118Z ERROR (0.003s) 2022-12-01T10:26:43.8154403Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8154471Z ERROR (0.002s) 2022-12-01T10:26:43.8154743Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8154848Z Traceback (most recent call last): 2022-12-01T10:26:43.8155147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8155222Z raise rte 2022-12-01T10:26:43.8155521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8155625Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8155907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8156000Z return test(*args, **kwargs) 2022-12-01T10:26:43.8156259Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8156396Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8156638Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8156773Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8157043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8157256Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8157503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8157637Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8157885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8158015Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8158302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8158460Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8159083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8159440Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8159730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8159975Z return self.from_real_tensor( 2022-12-01T10:26:43.8160514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8160651Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8160974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8161099Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8161363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8161499Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8161720Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8161729Z 2022-12-01T10:26:43.8161801Z ERROR (0.003s) 2022-12-01T10:26:43.8162078Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8162179Z Traceback (most recent call last): 2022-12-01T10:26:43.8162474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8162552Z raise rte 2022-12-01T10:26:43.8162846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8162946Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8163232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8163325Z return test(*args, **kwargs) 2022-12-01T10:26:43.8163588Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8163727Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8163970Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8164102Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8164373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8164513Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8164758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8165019Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8165620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8165921Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8166354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8166682Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8167017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8167174Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8167432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8167532Z return self.from_real_tensor( 2022-12-01T10:26:43.8167802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8167933Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8168243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8174303Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8174819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8174961Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8175195Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8175209Z 2022-12-01T10:26:43.8175283Z ERROR (0.003s) 2022-12-01T10:26:43.8175561Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8175661Z Traceback (most recent call last): 2022-12-01T10:26:43.8175966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8176043Z raise rte 2022-12-01T10:26:43.8176339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8176440Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8176724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8176814Z return test(*args, **kwargs) 2022-12-01T10:26:43.8177079Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8177215Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8177452Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8177584Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8177854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8177989Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8178233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8178364Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8178614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8178808Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8179185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8179375Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8179652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8179803Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8180107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8180206Z return self.from_real_tensor( 2022-12-01T10:26:43.8180477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8180605Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8180858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8180973Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8181232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8181363Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8181634Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8181643Z 2022-12-01T10:26:43.8181712Z ERROR (0.003s) 2022-12-01T10:26:43.8181988Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8182059Z ERROR (0.003s) 2022-12-01T10:26:43.8182343Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8182441Z Traceback (most recent call last): 2022-12-01T10:26:43.8182734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8182808Z raise rte 2022-12-01T10:26:43.8183099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8183197Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8183477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8183570Z return test(*args, **kwargs) 2022-12-01T10:26:43.8183830Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8183966Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8184200Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8184333Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8184602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8184741Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8184984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8185118Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8185413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8185576Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8185883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8186020Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8186327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8186482Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8186733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8186829Z return self.from_real_tensor( 2022-12-01T10:26:43.8187100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8187228Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8187477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8187594Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8187854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8187986Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8188249Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8188257Z 2022-12-01T10:26:43.8188330Z ERROR (0.002s) 2022-12-01T10:26:43.8188612Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8188713Z Traceback (most recent call last): 2022-12-01T10:26:43.8189004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8189078Z raise rte 2022-12-01T10:26:43.8189370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8189470Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8189753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8189844Z return test(*args, **kwargs) 2022-12-01T10:26:43.8190103Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8190241Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8190479Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8190612Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8190878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8191013Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8191258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8191391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8191635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8191796Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8192142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8192280Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8192590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8192742Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8192995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8193089Z return self.from_real_tensor( 2022-12-01T10:26:43.8193356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8193485Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8193738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8193856Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8194113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8194243Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8194457Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8194465Z 2022-12-01T10:26:43.8194535Z ERROR (0.003s) 2022-12-01T10:26:43.8194869Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8194969Z Traceback (most recent call last): 2022-12-01T10:26:43.8195261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8195338Z raise rte 2022-12-01T10:26:43.8195631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8195731Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8196012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8196104Z return test(*args, **kwargs) 2022-12-01T10:26:43.8196368Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8196504Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8196744Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8196881Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8197147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8197283Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8197524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8197656Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8197909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8198093Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8198383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8198520Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8198871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8199024Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8199274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8199370Z return self.from_real_tensor( 2022-12-01T10:26:43.8199641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8199771Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8200025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8200141Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8200403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8200533Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8200750Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8200757Z 2022-12-01T10:26:43.8200827Z ERROR (0.003s) 2022-12-01T10:26:43.8201105Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8201175Z ERROR (0.002s) 2022-12-01T10:26:43.8201493Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8201584Z Traceback (most recent call last): 2022-12-01T10:26:43.8201892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8201956Z raise rte 2022-12-01T10:26:43.8202262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8202352Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8202640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8202719Z return test(*args, **kwargs) 2022-12-01T10:26:43.8202991Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8203116Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8203364Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8203487Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8203768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8203906Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8204195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8204331Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8204580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8204709Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8205043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8205183Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8205498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8205652Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8205905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8206001Z return self.from_real_tensor( 2022-12-01T10:26:43.8206272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8206405Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8206658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8206776Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8207041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8207174Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8207391Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8207399Z 2022-12-01T10:26:43.8207470Z ERROR (0.002s) 2022-12-01T10:26:43.8207733Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8207832Z Traceback (most recent call last): 2022-12-01T10:26:43.8208165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8208241Z raise rte 2022-12-01T10:26:43.8208535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8208638Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8208920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8209015Z return test(*args, **kwargs) 2022-12-01T10:26:43.8209276Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8209413Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8209655Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8209789Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8210069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8210195Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8210508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8210631Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8210891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8211057Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8211354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8211495Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8211759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8211962Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8212215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8212313Z return self.from_real_tensor( 2022-12-01T10:26:43.8212579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8212709Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8212963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8213082Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8213340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8213473Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8213694Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8213701Z 2022-12-01T10:26:43.8213761Z ERROR (0.002s) 2022-12-01T10:26:43.8214034Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8214135Z Traceback (most recent call last): 2022-12-01T10:26:43.8214429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8214503Z raise rte 2022-12-01T10:26:43.8214836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8214938Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8215216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8215308Z return test(*args, **kwargs) 2022-12-01T10:26:43.8215569Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8215707Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8215943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8216076Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8216342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8216506Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8216780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8216914Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8217201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8217334Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8217624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8217753Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8218025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8218178Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8218427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8219128Z return self.from_real_tensor( 2022-12-01T10:26:43.8219408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8219538Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8219797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8219916Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8220177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8220318Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8220526Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8220546Z 2022-12-01T10:26:43.8220607Z ERROR (0.002s) 2022-12-01T10:26:43.8220896Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vdot_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8220985Z expected failure (0.002s) 2022-12-01T10:26:43.8221206Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-12-01T10:26:43.8221401Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.003s) 2022-12-01T10:26:43.8221728Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8221829Z Traceback (most recent call last): 2022-12-01T10:26:43.8222129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8222206Z raise rte 2022-12-01T10:26:43.8222497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8222596Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8222937Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8223027Z return test(*args, **kwargs) 2022-12-01T10:26:43.8223290Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8223469Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8223709Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8223845Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8224112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8224250Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8224492Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8224621Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8224870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8225000Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8225285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8225426Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8225689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8225895Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8226145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8226242Z return self.from_real_tensor( 2022-12-01T10:26:43.8226511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8226638Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8226892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8227006Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8227264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8227402Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8227619Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8227626Z 2022-12-01T10:26:43.8227699Z ERROR (0.000s) 2022-12-01T10:26:43.8227976Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8228074Z Traceback (most recent call last): 2022-12-01T10:26:43.8228412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8228488Z raise rte 2022-12-01T10:26:43.8228778Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8228934Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8229213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8229304Z return test(*args, **kwargs) 2022-12-01T10:26:43.8229611Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8229750Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8229987Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8230118Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8230387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8230521Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8230764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8230896Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8231143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8231271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8231554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8231693Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8231954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8232106Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8232356Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8232503Z return self.from_real_tensor( 2022-12-01T10:26:43.8232767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8232896Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8233151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8233266Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8233525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8233656Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8233871Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8233881Z 2022-12-01T10:26:43.8233952Z ERROR (0.006s) 2022-12-01T10:26:43.8234225Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8234325Z Traceback (most recent call last): 2022-12-01T10:26:43.8234615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8234688Z raise rte 2022-12-01T10:26:43.8235070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8235174Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8235453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8235546Z return test(*args, **kwargs) 2022-12-01T10:26:43.8235859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8235997Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8236232Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8236363Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8236633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8236769Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8237013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8237143Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8237393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8237522Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8237806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8237946Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8238204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8238357Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8238607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8238704Z return self.from_real_tensor( 2022-12-01T10:26:43.8238972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8239145Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8239400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8239516Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8239773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8239907Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8240127Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8240133Z 2022-12-01T10:26:43.8240205Z ERROR (0.002s) 2022-12-01T10:26:43.8240482Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_view_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8240573Z expected failure (0.002s) 2022-12-01T10:26:43.8240777Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.002s) 2022-12-01T10:26:43.8241053Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vstack_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8241194Z Traceback (most recent call last): 2022-12-01T10:26:43.8241496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8241616Z raise rte 2022-12-01T10:26:43.8241958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8242060Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8242342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8242432Z return test(*args, **kwargs) 2022-12-01T10:26:43.8242689Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8242823Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8243058Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8243190Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8243457Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8243592Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8243836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8243967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8244211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8244341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8244623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8244762Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8245027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8245181Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8245433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8245592Z return self.from_real_tensor( 2022-12-01T10:26:43.8245860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8245987Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8246241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8246359Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8246617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8246752Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8246965Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8246972Z 2022-12-01T10:26:43.8247048Z ERROR (0.002s) 2022-12-01T10:26:43.8247376Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vstack_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8247479Z Traceback (most recent call last): 2022-12-01T10:26:43.8247771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8247843Z raise rte 2022-12-01T10:26:43.8248185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8248759Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8249053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8249144Z return test(*args, **kwargs) 2022-12-01T10:26:43.8249408Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8249541Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8249780Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8249912Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8250182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8250320Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8250563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8250695Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8250942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8251075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8251358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8251498Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8251761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8251917Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8252172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8252268Z return self.from_real_tensor( 2022-12-01T10:26:43.8252536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8252711Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8252969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8253086Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8253347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8253539Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8253760Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8253770Z 2022-12-01T10:26:43.8253841Z ERROR (0.002s) 2022-12-01T10:26:43.8254154Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vstack_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8254266Z Traceback (most recent call last): 2022-12-01T10:26:43.8254558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8254631Z raise rte 2022-12-01T10:26:43.8254923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8255025Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8255305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8255447Z return test(*args, **kwargs) 2022-12-01T10:26:43.8255708Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8255844Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8256084Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8256217Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8256481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8256618Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8256862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8256992Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8257243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8257370Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8257655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8257796Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8258060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8258213Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8258464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8258561Z return self.from_real_tensor( 2022-12-01T10:26:43.8258831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8259039Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8259303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8259467Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8259781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8259916Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8260133Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8260140Z 2022-12-01T10:26:43.8260209Z ERROR (0.002s) 2022-12-01T10:26:43.8260539Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_vstack_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8260611Z ERROR (0.002s) 2022-12-01T10:26:43.8260887Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8260987Z Traceback (most recent call last): 2022-12-01T10:26:43.8261280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8261353Z raise rte 2022-12-01T10:26:43.8261642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8261742Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8262020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8262159Z return test(*args, **kwargs) 2022-12-01T10:26:43.8262424Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8262559Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8262797Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8262931Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8263252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8263391Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8263635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8263766Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8264016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8264145Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8264432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8264571Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8264832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8264985Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8265238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8265334Z return self.from_real_tensor( 2022-12-01T10:26:43.8265606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8265787Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8266042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8266211Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8266520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8266654Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8266869Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8266877Z 2022-12-01T10:26:43.8266945Z ERROR (0.002s) 2022-12-01T10:26:43.8267221Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8267320Z Traceback (most recent call last): 2022-12-01T10:26:43.8267611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8267687Z raise rte 2022-12-01T10:26:43.8267975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8268074Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8268352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8268443Z return test(*args, **kwargs) 2022-12-01T10:26:43.8268705Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8268891Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8269133Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8269264Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8269531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8269665Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8269905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8270034Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8270280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8270410Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8270694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8270832Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8271094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8271244Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8271495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8271591Z return self.from_real_tensor( 2022-12-01T10:26:43.8271861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8272042Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8272298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8272414Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8272719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8272904Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8273118Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8273125Z 2022-12-01T10:26:43.8273191Z ERROR (0.002s) 2022-12-01T10:26:43.8273465Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8273560Z Traceback (most recent call last): 2022-12-01T10:26:43.8273856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8273930Z raise rte 2022-12-01T10:26:43.8274218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8274319Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8274594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8274682Z return test(*args, **kwargs) 2022-12-01T10:26:43.8274943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8275079Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8275314Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8275496Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8275759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8275901Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8276143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8276271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8276516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8276645Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8276923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8277063Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8277322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8277473Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8277725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8277820Z return self.from_real_tensor( 2022-12-01T10:26:43.8278136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8278267Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8278518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8278634Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8278942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8279075Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8279332Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8279339Z 2022-12-01T10:26:43.8279410Z ERROR (0.002s) 2022-12-01T10:26:43.8279686Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_where_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8279756Z ERROR (0.011s) 2022-12-01T10:26:43.8280031Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8280128Z Traceback (most recent call last): 2022-12-01T10:26:43.8280421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8280493Z raise rte 2022-12-01T10:26:43.8280785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8280887Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8281165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8281255Z return test(*args, **kwargs) 2022-12-01T10:26:43.8281517Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8281654Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8281933Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8282068Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8282335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8282475Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8282717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8282849Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8283096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8283224Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8283504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8283645Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8283909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8284064Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8284373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8284470Z return self.from_real_tensor( 2022-12-01T10:26:43.8284740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8284913Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8285173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8285289Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8285551Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8285685Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8285945Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8285952Z 2022-12-01T10:26:43.8286022Z ERROR (0.007s) 2022-12-01T10:26:43.8286302Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8286404Z Traceback (most recent call last): 2022-12-01T10:26:43.8286696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8286769Z raise rte 2022-12-01T10:26:43.8287060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8287163Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8287443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8287537Z return test(*args, **kwargs) 2022-12-01T10:26:43.8287794Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8287929Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8288166Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8288297Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8288606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8288746Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8288990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8289123Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8289366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8289493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8289776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8289912Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8290172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8290367Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8290629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8290727Z return self.from_real_tensor( 2022-12-01T10:26:43.8291069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8291200Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8291454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8291575Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8291834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8291969Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8292185Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8292192Z 2022-12-01T10:26:43.8292263Z ERROR (0.006s) 2022-12-01T10:26:43.8292592Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8292693Z Traceback (most recent call last): 2022-12-01T10:26:43.8292985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8293059Z raise rte 2022-12-01T10:26:43.8293348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8293447Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8293724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8293814Z return test(*args, **kwargs) 2022-12-01T10:26:43.8294075Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8294213Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8294446Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8294579Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8294844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8294977Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8295265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8295394Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8295639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8295771Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8296053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8296192Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8296454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8296657Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8296914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8297011Z return self.from_real_tensor( 2022-12-01T10:26:43.8297331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8297464Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8297720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8297837Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8298094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8298226Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8298440Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8298446Z 2022-12-01T10:26:43.8298519Z ERROR (0.010s) 2022-12-01T10:26:43.8298797Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8298867Z ERROR (0.010s) 2022-12-01T10:26:43.8299274Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8299377Z Traceback (most recent call last): 2022-12-01T10:26:43.8299676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8299749Z raise rte 2022-12-01T10:26:43.8300040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8300141Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8300422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8300513Z return test(*args, **kwargs) 2022-12-01T10:26:43.8300774Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8300911Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8301150Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8301285Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8301554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8301690Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8301992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8302112Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8302372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8302492Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8302847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8302986Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8303249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8303450Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8303708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8303805Z return self.from_real_tensor( 2022-12-01T10:26:43.8304072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8304203Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8304456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8304574Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8304834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8304966Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8305185Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8305192Z 2022-12-01T10:26:43.8305253Z ERROR (0.000s) 2022-12-01T10:26:43.8305525Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8305674Z Traceback (most recent call last): 2022-12-01T10:26:43.8305965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8306043Z raise rte 2022-12-01T10:26:43.8306332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8306431Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8306712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8306805Z return test(*args, **kwargs) 2022-12-01T10:26:43.8307067Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8307202Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8307442Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8307576Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8307842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8307983Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8308227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8308359Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8308650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8308828Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8309120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8309264Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8309587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8309732Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8309996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8310091Z return self.from_real_tensor( 2022-12-01T10:26:43.8310359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8310541Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8310799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8310917Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8311172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8311306Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8311510Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8311527Z 2022-12-01T10:26:43.8311587Z ERROR (0.010s) 2022-12-01T10:26:43.8311866Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8311965Z Traceback (most recent call last): 2022-12-01T10:26:43.8312254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8312379Z raise rte 2022-12-01T10:26:43.8312670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8312773Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8313052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8313141Z return test(*args, **kwargs) 2022-12-01T10:26:43.8313402Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8313537Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8313776Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8313909Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8314176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8314311Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8314556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8314686Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8314973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8315113Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8315443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8315613Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8315895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8316052Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8316318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8316403Z return self.from_real_tensor( 2022-12-01T10:26:43.8316682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8316801Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8317066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8317172Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8317439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8317571Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8317776Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8317796Z 2022-12-01T10:26:43.8317855Z ERROR (0.012s) 2022-12-01T10:26:43.8318134Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zero__cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8318202Z ok (0.013s) 2022-12-01T10:26:43.8318409Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ERROR (0.009s) 2022-12-01T10:26:43.8318696Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 errored - num_retries_left: 3 2022-12-01T10:26:43.8318797Z Traceback (most recent call last): 2022-12-01T10:26:43.8319140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8319213Z raise rte 2022-12-01T10:26:43.8319504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8319607Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8319887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8319981Z return test(*args, **kwargs) 2022-12-01T10:26:43.8320241Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8320378Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8320615Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8320748Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8321012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8321199Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8321444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8326430Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8326827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8326975Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8327352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8327506Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8327783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8327990Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8328253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8328354Z return self.from_real_tensor( 2022-12-01T10:26:43.8328627Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8328763Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8329025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8329143Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8329408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8329542Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8329763Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8329772Z 2022-12-01T10:26:43.8329843Z ERROR (0.008s) 2022-12-01T10:26:43.8330133Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 errored - num_retries_left: 2 2022-12-01T10:26:43.8330235Z Traceback (most recent call last): 2022-12-01T10:26:43.8330527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8330599Z raise rte 2022-12-01T10:26:43.8331408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8331509Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8331793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8331883Z return test(*args, **kwargs) 2022-12-01T10:26:43.8332149Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8332286Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8332530Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8332666Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8332934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8333076Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8333324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8333517Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8333765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8333892Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8334282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8334424Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8334692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8334850Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8335101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8335196Z return self.from_real_tensor( 2022-12-01T10:26:43.8335466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8335594Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8335851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8335972Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8336234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8336371Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8336595Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8336603Z 2022-12-01T10:26:43.8336675Z ERROR (0.008s) 2022-12-01T10:26:43.8336965Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 errored - num_retries_left: 1 2022-12-01T10:26:43.8337065Z Traceback (most recent call last): 2022-12-01T10:26:43.8337355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8337434Z raise rte 2022-12-01T10:26:43.8337724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8337825Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8338152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8338242Z return test(*args, **kwargs) 2022-12-01T10:26:43.8338502Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8338637Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8338875Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8339111Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8339381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8339569Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8339818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8339948Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8340242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8340373Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8340658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8340797Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8341111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8341265Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8341513Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8341612Z return self.from_real_tensor( 2022-12-01T10:26:43.8341879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8342007Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8342258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8342376Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8342634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8342768Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8342984Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8342993Z 2022-12-01T10:26:43.8343062Z ERROR (0.008s) 2022-12-01T10:26:43.8343230Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 errored - num_retries_left: 0 2022-12-01T10:26:43.8343384Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ERROR (0.003s) 2022-12-01T10:26:43.8343588Z test_binary_broadcast (__main__.TestSymbolicTracing) ... test_binary_broadcast errored - num_retries_left: 3 2022-12-01T10:26:43.8343688Z Traceback (most recent call last): 2022-12-01T10:26:43.8343936Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 821, in test_binary_broadcast 2022-12-01T10:26:43.8344070Z shape_env = self._test_dynamic(f, [(1, 2), (3, 1)], test_inputs) 2022-12-01T10:26:43.8344296Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8344432Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8344692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8344871Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8345115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8345245Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8345490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8345649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8345960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8346101Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8346413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8346573Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8346825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8346924Z return self.from_real_tensor( 2022-12-01T10:26:43.8347194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8347321Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8347619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8347735Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8347996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8348131Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8348345Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8348352Z 2022-12-01T10:26:43.8348424Z ERROR (0.000s) 2022-12-01T10:26:43.8348623Z test_binary_broadcast (__main__.TestSymbolicTracing) ... test_binary_broadcast errored - num_retries_left: 2 2022-12-01T10:26:43.8348721Z Traceback (most recent call last): 2022-12-01T10:26:43.8348957Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 821, in test_binary_broadcast 2022-12-01T10:26:43.8349090Z shape_env = self._test_dynamic(f, [(1, 2), (3, 1)], test_inputs) 2022-12-01T10:26:43.8349317Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8349453Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8349719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8349851Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8350088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8350219Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8350465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8350594Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8350877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8351017Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8351283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8351481Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8351736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8351882Z return self.from_real_tensor( 2022-12-01T10:26:43.8352156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8352283Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8352590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8352713Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8352972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8353106Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8353324Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8353331Z 2022-12-01T10:26:43.8353402Z ERROR (0.003s) 2022-12-01T10:26:43.8353606Z test_binary_broadcast (__main__.TestSymbolicTracing) ... test_binary_broadcast errored - num_retries_left: 1 2022-12-01T10:26:43.8353705Z Traceback (most recent call last): 2022-12-01T10:26:43.8353943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 821, in test_binary_broadcast 2022-12-01T10:26:43.8354125Z shape_env = self._test_dynamic(f, [(1, 2), (3, 1)], test_inputs) 2022-12-01T10:26:43.8354352Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8354493Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8354759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8354894Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8355130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8355261Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8355507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8355636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8355918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8356056Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8356315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8356472Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8356725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8356825Z return self.from_real_tensor( 2022-12-01T10:26:43.8357097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8357230Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8357488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8357606Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8357870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8358101Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8358316Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8358323Z 2022-12-01T10:26:43.8358397Z ERROR (0.000s) 2022-12-01T10:26:43.8358584Z test_cat (__main__.TestSymbolicTracing) ... test_binary_broadcast errored - num_retries_left: 0 2022-12-01T10:26:43.8358704Z ERROR (0.006s) 2022-12-01T10:26:43.8358952Z test_cat (__main__.TestSymbolicTracing) ... test_cat errored - num_retries_left: 3 2022-12-01T10:26:43.8359049Z Traceback (most recent call last): 2022-12-01T10:26:43.8359271Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 867, in test_cat 2022-12-01T10:26:43.8359406Z shape_env = self._test_dynamic(f, [(1, 6), (8, 1)], test_inputs) 2022-12-01T10:26:43.8359632Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8359776Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8360041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8360181Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8360427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8360559Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8361269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8361409Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8361698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8361846Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8362114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8362269Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8362522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8362620Z return self.from_real_tensor( 2022-12-01T10:26:43.8362892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8363024Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8363281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8363402Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8363664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8363800Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8364017Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8364024Z 2022-12-01T10:26:43.8364155Z ERROR (0.000s) 2022-12-01T10:26:43.8364312Z test_cat (__main__.TestSymbolicTracing) ... test_cat errored - num_retries_left: 2 2022-12-01T10:26:43.8364412Z Traceback (most recent call last): 2022-12-01T10:26:43.8364636Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 867, in test_cat 2022-12-01T10:26:43.8364772Z shape_env = self._test_dynamic(f, [(1, 6), (8, 1)], test_inputs) 2022-12-01T10:26:43.8365045Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8365243Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8365508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8365645Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8365892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8366027Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8366277Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8366411Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8366698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8366843Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8367103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8367259Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8367529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8367614Z return self.from_real_tensor( 2022-12-01T10:26:43.8367901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8368063Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8368334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8368440Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8368720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8368854Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8369060Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8369080Z 2022-12-01T10:26:43.8369138Z ERROR (0.000s) 2022-12-01T10:26:43.8369308Z test_cat (__main__.TestSymbolicTracing) ... test_cat errored - num_retries_left: 1 2022-12-01T10:26:43.8369409Z Traceback (most recent call last): 2022-12-01T10:26:43.8369629Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 867, in test_cat 2022-12-01T10:26:43.8369762Z shape_env = self._test_dynamic(f, [(1, 6), (8, 1)], test_inputs) 2022-12-01T10:26:43.8369990Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8370134Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8370399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8370590Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8370841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8370973Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8371270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8371406Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8371692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8371878Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8372144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8372300Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8372553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8372652Z return self.from_real_tensor( 2022-12-01T10:26:43.8372923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8373056Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8373311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8373432Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8373696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8373831Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8374049Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8374056Z 2022-12-01T10:26:43.8374126Z ERROR (0.000s) 2022-12-01T10:26:43.8374297Z test_expand (__main__.TestSymbolicTracing) ... test_cat errored - num_retries_left: 0 2022-12-01T10:26:43.8374364Z ERROR (0.010s) 2022-12-01T10:26:43.8374542Z test_expand (__main__.TestSymbolicTracing) ... test_expand errored - num_retries_left: 3 2022-12-01T10:26:43.8374687Z Traceback (most recent call last): 2022-12-01T10:26:43.8374916Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 895, in test_expand 2022-12-01T10:26:43.8375034Z self._test_dynamic(f, [(3,)], [[(3,)], [(4,)], [(2,)]]) 2022-12-01T10:26:43.8375260Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8375403Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8375669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8375807Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8376046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8376174Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8376424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8376558Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8376892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8377038Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8377351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8377508Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8377765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8377863Z return self.from_real_tensor( 2022-12-01T10:26:43.8378133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8378263Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8378519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8378685Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8378946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8379164Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8379385Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8379391Z 2022-12-01T10:26:43.8379465Z ERROR (0.000s) 2022-12-01T10:26:43.8379646Z test_expand (__main__.TestSymbolicTracing) ... test_expand errored - num_retries_left: 2 2022-12-01T10:26:43.8379749Z Traceback (most recent call last): 2022-12-01T10:26:43.8379976Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 895, in test_expand 2022-12-01T10:26:43.8380093Z self._test_dynamic(f, [(3,)], [[(3,)], [(4,)], [(2,)]]) 2022-12-01T10:26:43.8380322Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8380461Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8380729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8380867Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8381113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8381245Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8381539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8381675Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8381961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8382105Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8382365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8382516Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8382800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8382913Z return self.from_real_tensor( 2022-12-01T10:26:43.8383185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8383312Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8383613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8383735Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8383999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8384129Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8384346Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8384354Z 2022-12-01T10:26:43.8384423Z ERROR (0.000s) 2022-12-01T10:26:43.8384600Z test_expand (__main__.TestSymbolicTracing) ... test_expand errored - num_retries_left: 1 2022-12-01T10:26:43.8384703Z Traceback (most recent call last): 2022-12-01T10:26:43.8384926Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 895, in test_expand 2022-12-01T10:26:43.8385041Z self._test_dynamic(f, [(3,)], [[(3,)], [(4,)], [(2,)]]) 2022-12-01T10:26:43.8385311Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8385452Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8385715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8385851Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8386093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8386222Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8386468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8386598Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8386879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8387021Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8387281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8387437Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8387693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8387788Z return self.from_real_tensor( 2022-12-01T10:26:43.8388101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8388233Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8388483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8388602Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8388861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8389046Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8389262Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8389269Z 2022-12-01T10:26:43.8389339Z ERROR (0.000s) 2022-12-01T10:26:43.8389529Z test_guards_equal (__main__.TestSymbolicTracing) ... test_expand errored - num_retries_left: 0 2022-12-01T10:26:43.8389637Z ERROR (0.011s) 2022-12-01T10:26:43.8389838Z test_guards_equal (__main__.TestSymbolicTracing) ... test_guards_equal errored - num_retries_left: 3 2022-12-01T10:26:43.8389938Z Traceback (most recent call last): 2022-12-01T10:26:43.8390174Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 928, in test_guards_equal 2022-12-01T10:26:43.8390267Z fx_g = _trace(f, (5, 6), (5, 6)) 2022-12-01T10:26:43.8390478Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:43.8390603Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:43.8390867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8391003Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8391243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8391376Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8391622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8391752Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8392093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8392232Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8392497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8392651Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8392904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8393002Z return self.from_real_tensor( 2022-12-01T10:26:43.8393272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8393402Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8393657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8393772Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8394031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8394165Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8394377Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8394384Z 2022-12-01T10:26:43.8394458Z ERROR (0.003s) 2022-12-01T10:26:43.8394686Z test_guards_equal (__main__.TestSymbolicTracing) ... test_guards_equal errored - num_retries_left: 2 2022-12-01T10:26:43.8394786Z Traceback (most recent call last): 2022-12-01T10:26:43.8395022Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 928, in test_guards_equal 2022-12-01T10:26:43.8395161Z fx_g = _trace(f, (5, 6), (5, 6)) 2022-12-01T10:26:43.8395380Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:43.8395504Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:43.8395817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8395956Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8396202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8396335Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8396582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8396711Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8396998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8397136Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8397398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8397552Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8397802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8397899Z return self.from_real_tensor( 2022-12-01T10:26:43.8398179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8398297Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8398561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8398717Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8398987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8399118Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8399324Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8399345Z 2022-12-01T10:26:43.8399405Z ERROR (0.004s) 2022-12-01T10:26:43.8399598Z test_guards_equal (__main__.TestSymbolicTracing) ... test_guards_equal errored - num_retries_left: 1 2022-12-01T10:26:43.8399696Z Traceback (most recent call last): 2022-12-01T10:26:43.8399927Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 928, in test_guards_equal 2022-12-01T10:26:43.8400020Z fx_g = _trace(f, (5, 6), (5, 6)) 2022-12-01T10:26:43.8400228Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:43.8400352Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:43.8400615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8400750Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8400990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8401153Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8401462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8401589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8401923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8402065Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8402323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8402474Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8402724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8402821Z return self.from_real_tensor( 2022-12-01T10:26:43.8403090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8403218Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8403473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8403589Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8403847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8403978Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8404193Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8404200Z 2022-12-01T10:26:43.8404270Z ERROR (0.004s) 2022-12-01T10:26:43.8404464Z test_multiply_shape (__main__.TestSymbolicTracing) ... test_guards_equal errored - num_retries_left: 0 2022-12-01T10:26:43.8404539Z ERROR (0.002s) 2022-12-01T10:26:43.8404736Z test_multiply_shape (__main__.TestSymbolicTracing) ... test_multiply_shape errored - num_retries_left: 3 2022-12-01T10:26:43.8404834Z Traceback (most recent call last): 2022-12-01T10:26:43.8405123Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 828, in test_multiply_shape 2022-12-01T10:26:43.8405275Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:43.8405542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8405675Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8405913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8406044Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8406293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8406423Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8406708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8406848Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8407111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8407311Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8407565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8407661Z return self.from_real_tensor( 2022-12-01T10:26:43.8408020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8408151Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8408403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8408522Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8408779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8408910Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8409125Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8409132Z 2022-12-01T10:26:43.8409206Z ERROR (0.002s) 2022-12-01T10:26:43.8409408Z test_multiply_shape (__main__.TestSymbolicTracing) ... test_multiply_shape errored - num_retries_left: 2 2022-12-01T10:26:43.8409511Z Traceback (most recent call last): 2022-12-01T10:26:43.8409755Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 828, in test_multiply_shape 2022-12-01T10:26:43.8409909Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:43.8410173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8410309Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8410547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8410678Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8410923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8411052Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8411335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8411474Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8411782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8411933Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8412184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8412281Z return self.from_real_tensor( 2022-12-01T10:26:43.8412550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8412677Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8412932Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8413049Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8413306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8413492Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8413710Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8413717Z 2022-12-01T10:26:43.8413790Z ERROR (0.002s) 2022-12-01T10:26:43.8413988Z test_multiply_shape (__main__.TestSymbolicTracing) ... test_multiply_shape errored - num_retries_left: 1 2022-12-01T10:26:43.8414136Z Traceback (most recent call last): 2022-12-01T10:26:43.8414382Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 828, in test_multiply_shape 2022-12-01T10:26:43.8414587Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:43.8414855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8414991Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8415235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8415367Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8415611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8415739Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8416026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8416170Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8416430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8416585Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8416839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8416937Z return self.from_real_tensor( 2022-12-01T10:26:43.8417204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8417332Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8417587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8417705Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8417965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8418098Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8418314Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8418363Z 2022-12-01T10:26:43.8418438Z ERROR (0.002s) 2022-12-01T10:26:43.8418631Z test_new_empty (__main__.TestSymbolicTracing) ... test_multiply_shape errored - num_retries_left: 0 2022-12-01T10:26:43.8418703Z ERROR (0.002s) 2022-12-01T10:26:43.8418886Z test_new_empty (__main__.TestSymbolicTracing) ... test_new_empty errored - num_retries_left: 3 2022-12-01T10:26:43.8419075Z Traceback (most recent call last): 2022-12-01T10:26:43.8419312Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 876, in test_new_empty 2022-12-01T10:26:43.8419456Z self._test_dynamic(f, [(2, 4), (4, 5)], [[(2, 3), (5, 7)], [(3, 7), (9, 3)]], assert_eq=False) 2022-12-01T10:26:43.8419736Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8419877Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8420150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8420333Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8420578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8420711Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8420958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8421086Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8421426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8421564Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8421830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8421983Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8422243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8422337Z return self.from_real_tensor( 2022-12-01T10:26:43.8422603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8422732Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8422983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8423101Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8423361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8423497Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8423714Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8423721Z 2022-12-01T10:26:43.8423788Z ERROR (0.002s) 2022-12-01T10:26:43.8423973Z test_new_empty (__main__.TestSymbolicTracing) ... test_new_empty errored - num_retries_left: 2 2022-12-01T10:26:43.8424075Z Traceback (most recent call last): 2022-12-01T10:26:43.8424301Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 876, in test_new_empty 2022-12-01T10:26:43.8424446Z self._test_dynamic(f, [(2, 4), (4, 5)], [[(2, 3), (5, 7)], [(3, 7), (9, 3)]], assert_eq=False) 2022-12-01T10:26:43.8424668Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8424806Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8425124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8425260Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8425503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8425635Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8425936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8426068Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8426399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8426542Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8426812Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8426968Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8427223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8427320Z return self.from_real_tensor( 2022-12-01T10:26:43.8427591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8427719Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8428018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8428134Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8428396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8428530Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8428742Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8428749Z 2022-12-01T10:26:43.8428820Z ERROR (0.002s) 2022-12-01T10:26:43.8428991Z test_new_empty (__main__.TestSymbolicTracing) ... test_new_empty errored - num_retries_left: 1 2022-12-01T10:26:43.8429090Z Traceback (most recent call last): 2022-12-01T10:26:43.8429316Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 876, in test_new_empty 2022-12-01T10:26:43.8429459Z self._test_dynamic(f, [(2, 4), (4, 5)], [[(2, 3), (5, 7)], [(3, 7), (9, 3)]], assert_eq=False) 2022-12-01T10:26:43.8429682Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8429821Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8430083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8430219Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8430461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8430594Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8430846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8430981Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8431268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8431403Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8431718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8431911Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8432171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8432266Z return self.from_real_tensor( 2022-12-01T10:26:43.8432582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8432715Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8432967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8433083Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8433339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8433469Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8433674Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8433691Z 2022-12-01T10:26:43.8433752Z ERROR (0.002s) 2022-12-01T10:26:43.8433961Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... test_new_empty errored - num_retries_left: 0 2022-12-01T10:26:43.8434032Z ERROR (0.002s) 2022-12-01T10:26:43.8434313Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... test_nonidentity_transitive_guards errored - num_retries_left: 3 2022-12-01T10:26:43.8434415Z Traceback (most recent call last): 2022-12-01T10:26:43.8434680Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 979, in test_nonidentity_transitive_guards 2022-12-01T10:26:43.8434772Z fx_g = _trace(f, 2, 4, 8, 16, 32) 2022-12-01T10:26:43.8434981Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:43.8435105Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:43.8435371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8435507Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8435749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8435881Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8436129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8436257Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8436542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8436681Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8436941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8437091Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8437342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8437437Z return self.from_real_tensor( 2022-12-01T10:26:43.8437706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8437836Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8438139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8438778Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8439042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8439174Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8439392Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8439399Z 2022-12-01T10:26:43.8439472Z ERROR (0.002s) 2022-12-01T10:26:43.8439714Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... test_nonidentity_transitive_guards errored - num_retries_left: 2 2022-12-01T10:26:43.8439815Z Traceback (most recent call last): 2022-12-01T10:26:43.8440084Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 979, in test_nonidentity_transitive_guards 2022-12-01T10:26:43.8440179Z fx_g = _trace(f, 2, 4, 8, 16, 32) 2022-12-01T10:26:43.8440392Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:43.8440519Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:43.8440788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8440925Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8441168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8441351Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8441604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8441732Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8442015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8442155Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8442416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8442569Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8442823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8442919Z return self.from_real_tensor( 2022-12-01T10:26:43.8443191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8443318Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8443571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8443695Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8443955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8444139Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8444358Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8444366Z 2022-12-01T10:26:43.8444435Z ERROR (0.003s) 2022-12-01T10:26:43.8444684Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... test_nonidentity_transitive_guards errored - num_retries_left: 1 2022-12-01T10:26:43.8444833Z Traceback (most recent call last): 2022-12-01T10:26:43.8445100Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 979, in test_nonidentity_transitive_guards 2022-12-01T10:26:43.8445239Z fx_g = _trace(f, 2, 4, 8, 16, 32) 2022-12-01T10:26:43.8445451Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:43.8445577Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:43.8445843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8445982Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8446227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8446358Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8446601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8446731Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8447016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8447154Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8447414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8447565Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8447818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8447915Z return self.from_real_tensor( 2022-12-01T10:26:43.8448226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8448352Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8448602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8448723Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8448977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8449107Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8449325Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8449331Z 2022-12-01T10:26:43.8449403Z ERROR (0.000s) 2022-12-01T10:26:43.8449622Z test_return_symint (__main__.TestSymbolicTracing) ... test_nonidentity_transitive_guards errored - num_retries_left: 0 2022-12-01T10:26:43.8449692Z ERROR (0.003s) 2022-12-01T10:26:43.8449881Z test_return_symint (__main__.TestSymbolicTracing) ... test_return_symint errored - num_retries_left: 3 2022-12-01T10:26:43.8449981Z Traceback (most recent call last): 2022-12-01T10:26:43.8450272Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 912, in test_return_symint 2022-12-01T10:26:43.8450381Z self._test_dynamic(f, [(5,)], [[(4,)], [(12,)]]) 2022-12-01T10:26:43.8450604Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8450773Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8451059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8451195Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8451440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8451571Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8451816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8451993Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8452279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8452420Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8452740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8452898Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8453153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8453250Z return self.from_real_tensor( 2022-12-01T10:26:43.8453518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8453650Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8453903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8454017Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8454275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8454409Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8454678Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8454685Z 2022-12-01T10:26:43.8454759Z ERROR (0.000s) 2022-12-01T10:26:43.8454951Z test_return_symint (__main__.TestSymbolicTracing) ... test_return_symint errored - num_retries_left: 2 2022-12-01T10:26:43.8455055Z Traceback (most recent call last): 2022-12-01T10:26:43.8455292Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 912, in test_return_symint 2022-12-01T10:26:43.8455402Z self._test_dynamic(f, [(5,)], [[(4,)], [(12,)]]) 2022-12-01T10:26:43.8455623Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8455760Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8456027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8456162Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8456455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8456589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8456839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8457007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8457300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8457441Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8457702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8457858Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8458112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8458207Z return self.from_real_tensor( 2022-12-01T10:26:43.8458479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8458711Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8459051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8459175Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8459437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8459574Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8459795Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8459802Z 2022-12-01T10:26:43.8459876Z ERROR (0.006s) 2022-12-01T10:26:43.8460067Z test_return_symint (__main__.TestSymbolicTracing) ... test_return_symint errored - num_retries_left: 1 2022-12-01T10:26:43.8460170Z Traceback (most recent call last): 2022-12-01T10:26:43.8460408Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 912, in test_return_symint 2022-12-01T10:26:43.8460520Z self._test_dynamic(f, [(5,)], [[(4,)], [(12,)]]) 2022-12-01T10:26:43.8460748Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8460886Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8461159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8461295Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8461591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8461724Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8461970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8462100Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8462382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8462570Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8462831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8462984Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8463285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8463384Z return self.from_real_tensor( 2022-12-01T10:26:43.8463654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8463787Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8464041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8464157Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8464420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8464557Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8464777Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8464784Z 2022-12-01T10:26:43.8464857Z ERROR (0.000s) 2022-12-01T10:26:43.8465041Z test_size_with_tensor (__main__.TestSymbolicTracing) ... test_return_symint errored - num_retries_left: 0 2022-12-01T10:26:43.8465113Z FAIL (0.032s) 2022-12-01T10:26:43.8465358Z test_size_with_tensor (__main__.TestSymbolicTracing) ... test_size_with_tensor failed - num_retries_left: 3 2022-12-01T10:26:43.8465573Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8465578Z 2022-12-01T10:26:43.8465735Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:43.8465741Z 2022-12-01T10:26:43.8465842Z Traceback (most recent call last): 2022-12-01T10:26:43.8466083Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 885, in test_size_with_tensor 2022-12-01T10:26:43.8466182Z self.assertRaisesRegex( 2022-12-01T10:26:43.8466474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:43.8466655Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:43.8466926Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:43.8466933Z 2022-12-01T10:26:43.8467002Z FAIL (0.030s) 2022-12-01T10:26:43.8467193Z test_size_with_tensor (__main__.TestSymbolicTracing) ... test_size_with_tensor failed - num_retries_left: 2 2022-12-01T10:26:43.8467402Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8467409Z 2022-12-01T10:26:43.8467556Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:43.8467562Z 2022-12-01T10:26:43.8467657Z Traceback (most recent call last): 2022-12-01T10:26:43.8468360Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 885, in test_size_with_tensor 2022-12-01T10:26:43.8468474Z self.assertRaisesRegex( 2022-12-01T10:26:43.8468826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:43.8469011Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:43.8469327Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:43.8469335Z 2022-12-01T10:26:43.8469406Z FAIL (0.032s) 2022-12-01T10:26:43.8469602Z test_size_with_tensor (__main__.TestSymbolicTracing) ... test_size_with_tensor failed - num_retries_left: 1 2022-12-01T10:26:43.8469816Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8469822Z 2022-12-01T10:26:43.8469974Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:43.8469981Z 2022-12-01T10:26:43.8470079Z Traceback (most recent call last): 2022-12-01T10:26:43.8470324Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 885, in test_size_with_tensor 2022-12-01T10:26:43.8470426Z self.assertRaisesRegex( 2022-12-01T10:26:43.8470710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:43.8470889Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:43.8471152Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:43.8471158Z 2022-12-01T10:26:43.8471226Z FAIL (0.025s) 2022-12-01T10:26:43.8471424Z test_symbolic_meta (__main__.TestSymbolicTracing) ... test_size_with_tensor failed - num_retries_left: 0 2022-12-01T10:26:43.8471496Z ERROR (0.000s) 2022-12-01T10:26:43.8471688Z test_symbolic_meta (__main__.TestSymbolicTracing) ... test_symbolic_meta errored - num_retries_left: 3 2022-12-01T10:26:43.8471785Z Traceback (most recent call last): 2022-12-01T10:26:43.8472078Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 902, in test_symbolic_meta 2022-12-01T10:26:43.8472233Z fx_g = make_fx(f, tracing_mode="symbolic")(torch.randn(5), torch.randn(4)) 2022-12-01T10:26:43.8472501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8472638Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8472880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8473010Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8473261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8473391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8473677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8473823Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8474094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8474252Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8474509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8474656Z return self.from_real_tensor( 2022-12-01T10:26:43.8474975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8475105Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8475358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8475525Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8475791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8475923Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8476135Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8476141Z 2022-12-01T10:26:43.8476214Z ERROR (0.000s) 2022-12-01T10:26:43.8476411Z test_symbolic_meta (__main__.TestSymbolicTracing) ... test_symbolic_meta errored - num_retries_left: 2 2022-12-01T10:26:43.8476511Z Traceback (most recent call last): 2022-12-01T10:26:43.8476747Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 902, in test_symbolic_meta 2022-12-01T10:26:43.8476901Z fx_g = make_fx(f, tracing_mode="symbolic")(torch.randn(5), torch.randn(4)) 2022-12-01T10:26:43.8477170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8477306Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8477549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8477679Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8477926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8478056Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8478341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8478479Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8478791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8478943Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8479192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8479287Z return self.from_real_tensor( 2022-12-01T10:26:43.8479556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8479683Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8479936Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8480051Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8480307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8480441Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8480655Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8480662Z 2022-12-01T10:26:43.8480733Z ERROR (0.013s) 2022-12-01T10:26:43.8480965Z test_symbolic_meta (__main__.TestSymbolicTracing) ... test_symbolic_meta errored - num_retries_left: 1 2022-12-01T10:26:43.8481065Z Traceback (most recent call last): 2022-12-01T10:26:43.8481302Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 902, in test_symbolic_meta 2022-12-01T10:26:43.8481508Z fx_g = make_fx(f, tracing_mode="symbolic")(torch.randn(5), torch.randn(4)) 2022-12-01T10:26:43.8481824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8481963Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8482208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8482337Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8482583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8482712Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8483006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8483137Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8483407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8483556Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8483807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8483900Z return self.from_real_tensor( 2022-12-01T10:26:43.8484167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8484297Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8484553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8484672Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8484928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8485065Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8485319Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8485337Z 2022-12-01T10:26:43.8485396Z ERROR (0.003s) 2022-12-01T10:26:43.8485589Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... test_symbolic_meta errored - num_retries_left: 0 2022-12-01T10:26:43.8485660Z ERROR (0.003s) 2022-12-01T10:26:43.8485856Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... test_symint_to_tensor errored - num_retries_left: 3 2022-12-01T10:26:43.8485953Z Traceback (most recent call last): 2022-12-01T10:26:43.8486193Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 841, in test_symint_to_tensor 2022-12-01T10:26:43.8486351Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:43.8486619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8486757Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8487050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8487184Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8487427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8487553Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8487879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8488063Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8488325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8488478Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8488731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8488828Z return self.from_real_tensor( 2022-12-01T10:26:43.8489088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8489216Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8489468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8489588Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8489846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8489977Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8490194Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8490201Z 2022-12-01T10:26:43.8490270Z ERROR (0.003s) 2022-12-01T10:26:43.8490466Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... test_symint_to_tensor errored - num_retries_left: 2 2022-12-01T10:26:43.8490561Z Traceback (most recent call last): 2022-12-01T10:26:43.8490799Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 841, in test_symint_to_tensor 2022-12-01T10:26:43.8490952Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:43.8491219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8491355Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8491599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8491777Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8492021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8492147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8492427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8492566Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8492829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8492983Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8493289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8493391Z return self.from_real_tensor( 2022-12-01T10:26:43.8493664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8493842Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8494098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8494212Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8494464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8494641Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8494856Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8494863Z 2022-12-01T10:26:43.8494931Z ERROR (0.003s) 2022-12-01T10:26:43.8495131Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... test_symint_to_tensor errored - num_retries_left: 1 2022-12-01T10:26:43.8495229Z Traceback (most recent call last): 2022-12-01T10:26:43.8495468Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 841, in test_symint_to_tensor 2022-12-01T10:26:43.8495622Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:43.8495885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8496017Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8496258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8496388Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8496630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8496761Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8497045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8497184Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8497443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8497595Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8497845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8497939Z return self.from_real_tensor( 2022-12-01T10:26:43.8498208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8498373Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8498628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8498744Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8499086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8499219Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8499488Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8499499Z 2022-12-01T10:26:43.8499570Z ERROR (0.003s) 2022-12-01T10:26:43.8499755Z test_unary (__main__.TestSymbolicTracing) ... test_symint_to_tensor errored - num_retries_left: 0 2022-12-01T10:26:43.8499823Z ERROR (0.003s) 2022-12-01T10:26:43.8500039Z test_unary (__main__.TestSymbolicTracing) ... test_unary errored - num_retries_left: 3 2022-12-01T10:26:43.8500145Z Traceback (most recent call last): 2022-12-01T10:26:43.8500364Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 806, in test_unary 2022-12-01T10:26:43.8500490Z shape_env = self._test_dynamic(f, [(3, 4)], test_inputs) 2022-12-01T10:26:43.8500714Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8500854Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8501173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8501308Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8501547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8501677Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8501922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8502050Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8502331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8502470Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8502732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8502885Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8503134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8503231Z return self.from_real_tensor( 2022-12-01T10:26:43.8503500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8503626Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8503876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8503991Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8504245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8504374Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8504594Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8504601Z 2022-12-01T10:26:43.8504670Z ERROR (0.003s) 2022-12-01T10:26:43.8504840Z test_unary (__main__.TestSymbolicTracing) ... test_unary errored - num_retries_left: 2 2022-12-01T10:26:43.8504986Z Traceback (most recent call last): 2022-12-01T10:26:43.8505203Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 806, in test_unary 2022-12-01T10:26:43.8505328Z shape_env = self._test_dynamic(f, [(3, 4)], test_inputs) 2022-12-01T10:26:43.8505550Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8505688Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8505952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8506093Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8506332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8506462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8506709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8506839Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8507121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8507256Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8507514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8507707Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8507961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8508055Z return self.from_real_tensor( 2022-12-01T10:26:43.8508324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8508452Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8508703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8508818Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8509075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8509206Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8509419Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8509425Z 2022-12-01T10:26:43.8509492Z ERROR (0.003s) 2022-12-01T10:26:43.8509663Z test_unary (__main__.TestSymbolicTracing) ... test_unary errored - num_retries_left: 1 2022-12-01T10:26:43.8509762Z Traceback (most recent call last): 2022-12-01T10:26:43.8509978Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 806, in test_unary 2022-12-01T10:26:43.8510101Z shape_env = self._test_dynamic(f, [(3, 4)], test_inputs) 2022-12-01T10:26:43.8510323Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:43.8510464Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:43.8510783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8510922Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8511165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8511347Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8511645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8511773Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8512053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8512192Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8512447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8512600Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8512849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8512944Z return self.from_real_tensor( 2022-12-01T10:26:43.8513213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8513341Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8513590Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8513706Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8513963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8514098Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8514356Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8514364Z 2022-12-01T10:26:43.8514434Z ERROR (0.003s) 2022-12-01T10:26:43.8514534Z test_unary errored - num_retries_left: 0 2022-12-01T10:26:43.8514554Z 2022-12-01T10:26:43.8514646Z ====================================================================== 2022-12-01T10:26:43.8514834Z ERROR [0.004s]: test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) 2022-12-01T10:26:43.8514986Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8515085Z Traceback (most recent call last): 2022-12-01T10:26:43.8515349Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 476, in test_decomposition_interpreter 2022-12-01T10:26:43.8515522Z fx_module = make_fx(fn, tracing_mode=self.tracing_mode, decomposition_table=None)(x) 2022-12-01T10:26:43.8515790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8515926Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8516171Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8516301Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8516549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8516678Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8516962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8517096Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8517355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8517507Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8517757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8517898Z return self.from_real_tensor( 2022-12-01T10:26:43.8518167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8518295Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8518552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8518669Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8518923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8519055Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8519273Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8519280Z 2022-12-01T10:26:43.8519382Z ====================================================================== 2022-12-01T10:26:43.8519568Z ERROR [0.003s]: test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) 2022-12-01T10:26:43.8519717Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8519817Z Traceback (most recent call last): 2022-12-01T10:26:43.8520076Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 333, in test_make_fx_reentrant_dispatch 2022-12-01T10:26:43.8520265Z traced = make_fx(f, decomposition_table=decomp, tracing_mode=self.tracing_mode)(torch.rand(3)) 2022-12-01T10:26:43.8520576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8520714Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8520956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8521090Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8521335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8521466Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8521750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8521890Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8522155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8522311Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8522562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8522661Z return self.from_real_tensor( 2022-12-01T10:26:43.8522927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8523055Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8523305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8523423Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8523679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8523814Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8524027Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8524033Z 2022-12-01T10:26:43.8524133Z ====================================================================== 2022-12-01T10:26:43.8524348Z ERROR [0.000s]: test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) 2022-12-01T10:26:43.8524496Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8524594Z Traceback (most recent call last): 2022-12-01T10:26:43.8524834Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 188, in test_make_fx_simple 2022-12-01T10:26:43.8524931Z self._test(f, (torch.randn(3),)) 2022-12-01T10:26:43.8525139Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.8525270Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.8525535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8525669Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8525911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8526045Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8526289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8526418Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8526700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8526893Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8527198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8527350Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8527653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8527756Z return self.from_real_tensor( 2022-12-01T10:26:43.8528025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8528158Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8528407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8528526Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8528791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8528924Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8529143Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8529153Z 2022-12-01T10:26:43.8529253Z ====================================================================== 2022-12-01T10:26:43.8529424Z ERROR [0.003s]: test_scalar_device (__main__.TestGenericProxyTensorSymbolic) 2022-12-01T10:26:43.8529574Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8529672Z Traceback (most recent call last): 2022-12-01T10:26:43.8529911Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 193, in test_scalar_device 2022-12-01T10:26:43.8530050Z self._test(f, [torch.randn(3, device=device), torch.tensor(5)]) 2022-12-01T10:26:43.8530263Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.8530397Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.8530664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8530850Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8531091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8531220Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8531465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8531589Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8531872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8532012Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8532275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8532426Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8532677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8532770Z return self.from_real_tensor( 2022-12-01T10:26:43.8533033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8533160Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8533411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8533527Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8533827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8533959Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8534171Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8534179Z 2022-12-01T10:26:43.8534279Z ====================================================================== 2022-12-01T10:26:43.8534440Z ERROR [0.011s]: test_varargs (__main__.TestGenericProxyTensorSymbolic) 2022-12-01T10:26:43.8534590Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8534689Z Traceback (most recent call last): 2022-12-01T10:26:43.8534913Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 365, in test_varargs 2022-12-01T10:26:43.8535034Z self._test(f, [torch.randn(2), torch.randn(2)]) 2022-12-01T10:26:43.8535249Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 179, in _test 2022-12-01T10:26:43.8535386Z fx_f = make_fx(f, tracing_mode=self.tracing_mode)(*inps) 2022-12-01T10:26:43.8535650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8535790Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8536035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8536168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8536413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8536543Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8536827Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8536967Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8537230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8537425Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8537679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8537773Z return self.from_real_tensor( 2022-12-01T10:26:43.8538036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8538168Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8538420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8538541Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8538798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8538932Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8539224Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8539232Z 2022-12-01T10:26:43.8539337Z ====================================================================== 2022-12-01T10:26:43.8539531Z ERROR [0.011s]: test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8539686Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8539788Z Traceback (most recent call last): 2022-12-01T10:26:43.8540129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8540207Z raise rte 2022-12-01T10:26:43.8540501Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8540606Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8540888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8540980Z return test(*args, **kwargs) 2022-12-01T10:26:43.8541241Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8541377Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8541616Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8541749Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8542016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8542151Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8542398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8542529Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8542776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8542907Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8543191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8543333Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8543594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8543747Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8544452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8544549Z return self.from_real_tensor( 2022-12-01T10:26:43.8544821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8544951Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8545210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8545329Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8545594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8545728Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8545948Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8545957Z 2022-12-01T10:26:43.8546057Z ====================================================================== 2022-12-01T10:26:43.8546247Z ERROR [0.007s]: test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8546387Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8546488Z Traceback (most recent call last): 2022-12-01T10:26:43.8546782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8546858Z raise rte 2022-12-01T10:26:43.8547200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8547303Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8547587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8547681Z return test(*args, **kwargs) 2022-12-01T10:26:43.8547943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8548077Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8548314Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8548446Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8548715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8548851Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8549091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8549226Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8549484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8549603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8549899Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8550036Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8550295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8550451Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8550701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8550842Z return self.from_real_tensor( 2022-12-01T10:26:43.8551113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8551242Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8551496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8551612Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8551868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8552004Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8552222Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8552229Z 2022-12-01T10:26:43.8552318Z ====================================================================== 2022-12-01T10:26:43.8552516Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8552668Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8552767Z Traceback (most recent call last): 2022-12-01T10:26:43.8553061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8553136Z raise rte 2022-12-01T10:26:43.8553430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8553576Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8553857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8553949Z return test(*args, **kwargs) 2022-12-01T10:26:43.8554211Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8554345Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8554579Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8554710Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8554974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8555110Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8555352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8555482Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8555730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8555861Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8556145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8556283Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8556540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8556692Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8556942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8557039Z return self.from_real_tensor( 2022-12-01T10:26:43.8557308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8557482Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8557736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8557853Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8558194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8558335Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8558552Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8558560Z 2022-12-01T10:26:43.8558660Z ====================================================================== 2022-12-01T10:26:43.8558908Z ERROR [0.009s]: test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8559067Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8559166Z Traceback (most recent call last): 2022-12-01T10:26:43.8559464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8559543Z raise rte 2022-12-01T10:26:43.8559833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8559932Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8560259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8560350Z return test(*args, **kwargs) 2022-12-01T10:26:43.8560610Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8560747Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8560984Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8561114Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8561378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8561514Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8561753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8561886Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8562137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8562268Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8562549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8562686Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8562947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8563103Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8563354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8563451Z return self.from_real_tensor( 2022-12-01T10:26:43.8563721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8563853Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8564151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8564269Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8564530Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8564665Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8564882Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8564889Z 2022-12-01T10:26:43.8564992Z ====================================================================== 2022-12-01T10:26:43.8565195Z ERROR [0.004s]: test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8565349Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8565448Z Traceback (most recent call last): 2022-12-01T10:26:43.8565740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8565815Z raise rte 2022-12-01T10:26:43.8566101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8566203Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8566482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8566573Z return test(*args, **kwargs) 2022-12-01T10:26:43.8566875Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8567011Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8567245Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8567381Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8567649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8567785Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8568027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8568159Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8568408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8568537Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8568820Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8568962Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8569227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8569383Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8569635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8569730Z return self.from_real_tensor( 2022-12-01T10:26:43.8570000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8570131Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8570380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8570538Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8570798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8570931Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8571147Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8571154Z 2022-12-01T10:26:43.8571253Z ====================================================================== 2022-12-01T10:26:43.8571448Z ERROR [0.007s]: test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8571601Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8571697Z Traceback (most recent call last): 2022-12-01T10:26:43.8571992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8572068Z raise rte 2022-12-01T10:26:43.8572360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8572457Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8572737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8572827Z return test(*args, **kwargs) 2022-12-01T10:26:43.8573083Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8573646Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8573891Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8574024Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8574293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8574429Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8574672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8574803Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8575055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8575190Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8575471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8575612Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8575879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8576033Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8576283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8576378Z return self.from_real_tensor( 2022-12-01T10:26:43.8576647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8576774Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8577026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8577142Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8577399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8577582Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8577798Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8577805Z 2022-12-01T10:26:43.8577907Z ====================================================================== 2022-12-01T10:26:43.8578100Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8578250Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8578348Z Traceback (most recent call last): 2022-12-01T10:26:43.8578644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8578716Z raise rte 2022-12-01T10:26:43.8579097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8579200Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8579476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8579564Z return test(*args, **kwargs) 2022-12-01T10:26:43.8579823Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8579957Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8580247Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8580381Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8580646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8580781Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8581021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8581150Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8581396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8581524Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8581806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8581947Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8582209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8582361Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8582611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8582705Z return self.from_real_tensor( 2022-12-01T10:26:43.8582974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8583101Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8583351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8583468Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8583728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8583862Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8584123Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8584130Z 2022-12-01T10:26:43.8584229Z ====================================================================== 2022-12-01T10:26:43.8584428Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8584581Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8584679Z Traceback (most recent call last): 2022-12-01T10:26:43.8584975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8585047Z raise rte 2022-12-01T10:26:43.8585337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8585436Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8585712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8585803Z return test(*args, **kwargs) 2022-12-01T10:26:43.8586062Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8586195Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8586430Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8586600Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8586866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8587000Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8587244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8587373Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8587617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8587745Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8588025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8588162Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8588421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8588568Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8588821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8588917Z return self.from_real_tensor( 2022-12-01T10:26:43.8589185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8589313Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8589564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8589680Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8589938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8590070Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8590283Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8590335Z 2022-12-01T10:26:43.8590436Z ====================================================================== 2022-12-01T10:26:43.8590631Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8590782Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8590876Z Traceback (most recent call last): 2022-12-01T10:26:43.8591165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8591238Z raise rte 2022-12-01T10:26:43.8591531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8591629Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8591908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8591999Z return test(*args, **kwargs) 2022-12-01T10:26:43.8592260Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8592390Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8592627Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8592759Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8593059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8593191Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8593431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8593566Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8593810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8593935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8594215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8594354Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8594619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8594772Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8595023Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8595119Z return self.from_real_tensor( 2022-12-01T10:26:43.8595381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8595506Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8595758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8595874Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8596128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8596262Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8596476Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8596483Z 2022-12-01T10:26:43.8596583Z ====================================================================== 2022-12-01T10:26:43.8596819Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8596970Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8597066Z Traceback (most recent call last): 2022-12-01T10:26:43.8597358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8597430Z raise rte 2022-12-01T10:26:43.8597719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8597819Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8598096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8598187Z return test(*args, **kwargs) 2022-12-01T10:26:43.8598445Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8598577Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8598811Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8598943Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8599204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8599340Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8599626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8599754Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8599998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8600128Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8600409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8600547Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8600805Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8600957Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8601207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8601301Z return self.from_real_tensor( 2022-12-01T10:26:43.8601567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8601694Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8601946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8602061Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8602319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8602449Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8602668Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8602675Z 2022-12-01T10:26:43.8602775Z ====================================================================== 2022-12-01T10:26:43.8602970Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8603169Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8603268Z Traceback (most recent call last): 2022-12-01T10:26:43.8603563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8603635Z raise rte 2022-12-01T10:26:43.8603926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8604026Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8604308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8604397Z return test(*args, **kwargs) 2022-12-01T10:26:43.8604656Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8604789Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8605026Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8605158Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8605422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8605558Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8605798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8605975Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8606224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8606350Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8606633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8606770Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8607029Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8607179Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8607425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8607523Z return self.from_real_tensor( 2022-12-01T10:26:43.8607792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8607916Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8608176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8608293Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8608549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8608683Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8608896Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8608903Z 2022-12-01T10:26:43.8609004Z ====================================================================== 2022-12-01T10:26:43.8609200Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8609351Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8609481Z Traceback (most recent call last): 2022-12-01T10:26:43.8609771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8609842Z raise rte 2022-12-01T10:26:43.8610132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8610231Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8610506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8610594Z return test(*args, **kwargs) 2022-12-01T10:26:43.8610857Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8610989Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8611220Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8611352Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8611626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8611751Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8611998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8612116Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8612419Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8612540Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8612834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8612978Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8613241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8613394Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8613639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8613731Z return self.from_real_tensor( 2022-12-01T10:26:43.8614006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8614135Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8614475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8614597Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8614857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8614990Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8615256Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8615265Z 2022-12-01T10:26:43.8615366Z ====================================================================== 2022-12-01T10:26:43.8615551Z ERROR [0.007s]: test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8615703Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8615800Z Traceback (most recent call last): 2022-12-01T10:26:43.8616095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8616220Z raise rte 2022-12-01T10:26:43.8616512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8616611Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8616891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8616982Z return test(*args, **kwargs) 2022-12-01T10:26:43.8617242Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8617379Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8617621Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8617755Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8618021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8618157Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8618402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8618534Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8618782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8618952Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8619323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8619463Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8619730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8619886Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8620137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8620232Z return self.from_real_tensor( 2022-12-01T10:26:43.8620499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8620627Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8620879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8620996Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8621251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8621385Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8621603Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8621610Z 2022-12-01T10:26:43.8621707Z ====================================================================== 2022-12-01T10:26:43.8621906Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8622054Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8622151Z Traceback (most recent call last): 2022-12-01T10:26:43.8622443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8622514Z raise rte 2022-12-01T10:26:43.8622860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8622961Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8623243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8623335Z return test(*args, **kwargs) 2022-12-01T10:26:43.8623592Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8623723Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8623961Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8624092Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8624358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8624498Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8624741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8624869Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8625115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8625244Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8625574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8625715Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8625972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8626125Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8626374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8626469Z return self.from_real_tensor( 2022-12-01T10:26:43.8626737Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8626866Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8627119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8627238Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8627494Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8627625Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8627841Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8627848Z 2022-12-01T10:26:43.8627944Z ====================================================================== 2022-12-01T10:26:43.8628141Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8628290Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8628389Z Traceback (most recent call last): 2022-12-01T10:26:43.8628685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8628759Z raise rte 2022-12-01T10:26:43.8629050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8629192Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8629470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8629562Z return test(*args, **kwargs) 2022-12-01T10:26:43.8629820Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8629953Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8630187Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8630322Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8630585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8630720Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8630961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8631091Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8631336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8631463Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8631745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8631884Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8632184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8637008Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8637316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8637423Z return self.from_real_tensor( 2022-12-01T10:26:43.8637710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8637844Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8638106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8638226Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8638497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8638635Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8638857Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8638867Z 2022-12-01T10:26:43.8638968Z ====================================================================== 2022-12-01T10:26:43.8639171Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8639328Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8639429Z Traceback (most recent call last): 2022-12-01T10:26:43.8639729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8639807Z raise rte 2022-12-01T10:26:43.8640104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8640207Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8640493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8640665Z return test(*args, **kwargs) 2022-12-01T10:26:43.8640927Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8641062Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8641299Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8641432Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8641705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8641842Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8642086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8642223Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8642472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8642600Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8642887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8643026Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8643292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8643497Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8643748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8643848Z return self.from_real_tensor( 2022-12-01T10:26:43.8644116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8644245Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8644496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8644613Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8644871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8645006Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8645223Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8645230Z 2022-12-01T10:26:43.8645335Z ====================================================================== 2022-12-01T10:26:43.8645535Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8645691Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8645791Z Traceback (most recent call last): 2022-12-01T10:26:43.8646090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8646166Z raise rte 2022-12-01T10:26:43.8646460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8646563Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8646839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8646930Z return test(*args, **kwargs) 2022-12-01T10:26:43.8647237Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8647369Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8647608Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8647743Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8648010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8648146Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8648389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8648514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8648762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8648892Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8649176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8649316Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8649574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8649730Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8650024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8650122Z return self.from_real_tensor( 2022-12-01T10:26:43.8650393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8650526Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8650774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8650892Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8651149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8651283Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8651503Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8651510Z 2022-12-01T10:26:43.8651611Z ====================================================================== 2022-12-01T10:26:43.8651824Z ERROR [0.004s]: test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8651981Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8652077Z Traceback (most recent call last): 2022-12-01T10:26:43.8652369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8652443Z raise rte 2022-12-01T10:26:43.8652730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8652830Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8653111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8653201Z return test(*args, **kwargs) 2022-12-01T10:26:43.8653462Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8654085Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8654324Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8654457Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8654730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8654866Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8655110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8655246Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8655493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8655623Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8655910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8656048Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8656312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8656464Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8656718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8656863Z return self.from_real_tensor( 2022-12-01T10:26:43.8657134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8657260Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8657515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8657632Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8657894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8658026Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8658241Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8658249Z 2022-12-01T10:26:43.8658349Z ====================================================================== 2022-12-01T10:26:43.8658542Z ERROR [0.028s]: test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8658690Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8658791Z Traceback (most recent call last): 2022-12-01T10:26:43.8659182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8659261Z raise rte 2022-12-01T10:26:43.8659553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8659652Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8659934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8660025Z return test(*args, **kwargs) 2022-12-01T10:26:43.8660288Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8660423Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8660714Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8660849Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8661119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8661256Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8661496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8661626Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8661878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8662007Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8662293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8662439Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8662700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8662855Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8663106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8663202Z return self.from_real_tensor( 2022-12-01T10:26:43.8663508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8663638Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8663886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8664003Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8664251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8664386Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8664601Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8664608Z 2022-12-01T10:26:43.8664706Z ====================================================================== 2022-12-01T10:26:43.8664899Z ERROR [0.015s]: test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8665051Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8665147Z Traceback (most recent call last): 2022-12-01T10:26:43.8665443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8665521Z raise rte 2022-12-01T10:26:43.8665807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8665905Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8666183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8666272Z return test(*args, **kwargs) 2022-12-01T10:26:43.8666531Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8666667Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8666903Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8667035Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8667343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8667480Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8667723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8667851Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8668097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8668224Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8668509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8668646Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8668909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8669062Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8669310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8669401Z return self.from_real_tensor( 2022-12-01T10:26:43.8669671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8669798Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8670092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8670211Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8670467Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8670599Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8670812Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8670819Z 2022-12-01T10:26:43.8670917Z ====================================================================== 2022-12-01T10:26:43.8671106Z ERROR [0.023s]: test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8671259Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8671358Z Traceback (most recent call last): 2022-12-01T10:26:43.8671649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8671721Z raise rte 2022-12-01T10:26:43.8672010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8672107Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8672381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8672471Z return test(*args, **kwargs) 2022-12-01T10:26:43.8672728Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8672859Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8673095Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8673227Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8673493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8673671Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8673913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8674039Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8674282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8674407Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8674698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8674835Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8675099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8675253Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8675506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8675603Z return self.from_real_tensor( 2022-12-01T10:26:43.8675871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8676003Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8676255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8676412Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8676673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8676808Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8677024Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8677031Z 2022-12-01T10:26:43.8677135Z ====================================================================== 2022-12-01T10:26:43.8677331Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8677483Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8677571Z Traceback (most recent call last): 2022-12-01T10:26:43.8677869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8677942Z raise rte 2022-12-01T10:26:43.8678236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8678337Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8678623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8678718Z return test(*args, **kwargs) 2022-12-01T10:26:43.8678984Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8679121Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8679362Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8679501Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8679783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8679909Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8680205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8680326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8680585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8680705Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8681001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8681142Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8681407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8681563Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8681819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8681916Z return self.from_real_tensor( 2022-12-01T10:26:43.8682187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8682318Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8682566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8682681Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8683370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8683512Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8683731Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8683742Z 2022-12-01T10:26:43.8683845Z ====================================================================== 2022-12-01T10:26:43.8684027Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8684179Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8684279Z Traceback (most recent call last): 2022-12-01T10:26:43.8684577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8684649Z raise rte 2022-12-01T10:26:43.8684943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8685045Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8685322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8685419Z return test(*args, **kwargs) 2022-12-01T10:26:43.8685681Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8685816Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8686056Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8686188Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8686456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8686591Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8686830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8687017Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8687268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8687398Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8687685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8687822Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8688083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8688239Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8688486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8688582Z return self.from_real_tensor( 2022-12-01T10:26:43.8688852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8688979Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8689234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8689351Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8689607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8689784Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8690000Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8690007Z 2022-12-01T10:26:43.8690105Z ====================================================================== 2022-12-01T10:26:43.8690314Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8690466Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8690562Z Traceback (most recent call last): 2022-12-01T10:26:43.8690856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8690926Z raise rte 2022-12-01T10:26:43.8691219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8691319Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8691597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8691686Z return test(*args, **kwargs) 2022-12-01T10:26:43.8691947Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8692083Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8692317Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8692449Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8692714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8692847Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8693092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8693224Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8693470Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8693639Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8693920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8694060Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8694318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8694472Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8694721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8694816Z return self.from_real_tensor( 2022-12-01T10:26:43.8695085Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8695213Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8695465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8695579Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8695838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8695968Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8696224Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8696231Z 2022-12-01T10:26:43.8696331Z ====================================================================== 2022-12-01T10:26:43.8696525Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8696676Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8696774Z Traceback (most recent call last): 2022-12-01T10:26:43.8697063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8697138Z raise rte 2022-12-01T10:26:43.8697425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8697525Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8697804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8697895Z return test(*args, **kwargs) 2022-12-01T10:26:43.8698158Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8698291Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8698528Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8698661Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8698926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8699164Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8699408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8699540Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8699788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8699916Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8700250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8700386Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8700645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8700801Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8701048Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8701145Z return self.from_real_tensor( 2022-12-01T10:26:43.8701410Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8701536Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8701785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8701901Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8702152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8702287Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8702503Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8702510Z 2022-12-01T10:26:43.8702656Z ====================================================================== 2022-12-01T10:26:43.8702850Z ERROR [0.004s]: test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8702998Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8703101Z Traceback (most recent call last): 2022-12-01T10:26:43.8703396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8703469Z raise rte 2022-12-01T10:26:43.8703760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8703857Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8704136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8704225Z return test(*args, **kwargs) 2022-12-01T10:26:43.8704486Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8704621Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8704855Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8704985Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8705245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8705379Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8705617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8705746Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8705996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8706121Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8706403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8706589Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8706848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8706999Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8707251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8707346Z return self.from_real_tensor( 2022-12-01T10:26:43.8707614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8707738Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8707990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8708104Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8708361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8708492Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8708703Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8708709Z 2022-12-01T10:26:43.8708811Z ====================================================================== 2022-12-01T10:26:43.8709007Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8709199Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8709299Z Traceback (most recent call last): 2022-12-01T10:26:43.8709593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8709668Z raise rte 2022-12-01T10:26:43.8709957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8710056Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8710336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8710426Z return test(*args, **kwargs) 2022-12-01T10:26:43.8710682Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8710820Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8711053Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8711183Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8711447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8711583Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8711825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8711955Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8712198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8712328Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8712612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8712752Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8713056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8713208Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8713456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8713553Z return self.from_real_tensor( 2022-12-01T10:26:43.8713821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8713951Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8714203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8714317Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8714573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8714709Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8714923Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8714930Z 2022-12-01T10:26:43.8715031Z ====================================================================== 2022-12-01T10:26:43.8715221Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8715371Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8715510Z Traceback (most recent call last): 2022-12-01T10:26:43.8715907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8715984Z raise rte 2022-12-01T10:26:43.8716279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8716379Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8716710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8716803Z return test(*args, **kwargs) 2022-12-01T10:26:43.8717064Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8717197Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8717434Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8717566Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8717834Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8717972Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8718213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8718341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8718589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8718720Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8719004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8719144Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8719405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8719610Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8719862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8719958Z return self.from_real_tensor( 2022-12-01T10:26:43.8720222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8720355Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8720604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8720723Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8720981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8721112Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8721332Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8721338Z 2022-12-01T10:26:43.8721439Z ====================================================================== 2022-12-01T10:26:43.8721638Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8721793Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8721892Z Traceback (most recent call last): 2022-12-01T10:26:43.8722226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8722301Z raise rte 2022-12-01T10:26:43.8722588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8722687Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8722966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8723056Z return test(*args, **kwargs) 2022-12-01T10:26:43.8723314Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8723447Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8723681Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8723818Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8724082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8724218Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8724464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8724597Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8724845Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8724975Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8725260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8725401Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8725662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8725816Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8726115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8726213Z return self.from_real_tensor( 2022-12-01T10:26:43.8726479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8726607Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8726856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8726975Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8727237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8727371Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8727590Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8727598Z 2022-12-01T10:26:43.8727698Z ====================================================================== 2022-12-01T10:26:43.8727902Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8728057Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8728155Z Traceback (most recent call last): 2022-12-01T10:26:43.8728451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8728524Z raise rte 2022-12-01T10:26:43.8728861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8728960Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8729240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8729334Z return test(*args, **kwargs) 2022-12-01T10:26:43.8729594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8729728Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8729966Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8730104Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8730373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8730506Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8730748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8730878Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8731122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8731254Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8731535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8731673Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8731933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8732089Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8732343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8732480Z return self.from_real_tensor( 2022-12-01T10:26:43.8732747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8732873Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8733129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8733244Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8733497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8733633Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8733848Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8733854Z 2022-12-01T10:26:43.8733955Z ====================================================================== 2022-12-01T10:26:43.8734158Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8734309Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8734404Z Traceback (most recent call last): 2022-12-01T10:26:43.8734692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8734765Z raise rte 2022-12-01T10:26:43.8735047Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8735196Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8735476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8735566Z return test(*args, **kwargs) 2022-12-01T10:26:43.8735827Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8735961Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8736196Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8736327Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8736588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8736723Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8736968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8737098Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8737344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8737472Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8737749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8737885Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8738145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8738298Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8738547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8738641Z return self.from_real_tensor( 2022-12-01T10:26:43.8738909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8739176Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8739428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8739543Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8739796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8739931Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8740148Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8740154Z 2022-12-01T10:26:43.8740257Z ====================================================================== 2022-12-01T10:26:43.8740459Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8740613Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8740700Z Traceback (most recent call last): 2022-12-01T10:26:43.8740995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8741065Z raise rte 2022-12-01T10:26:43.8741357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8741454Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8741783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8741874Z return test(*args, **kwargs) 2022-12-01T10:26:43.8742134Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8742271Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8742506Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8742636Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8742909Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8743035Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8743285Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8743407Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8743672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8743789Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8744088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8744224Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8744486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8744639Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8744890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8744989Z return self.from_real_tensor( 2022-12-01T10:26:43.8745253Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8745381Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8745676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8745791Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8746051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8746182Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8746396Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8746403Z 2022-12-01T10:26:43.8746508Z ====================================================================== 2022-12-01T10:26:43.8746695Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8746846Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8746946Z Traceback (most recent call last): 2022-12-01T10:26:43.8747238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8747311Z raise rte 2022-12-01T10:26:43.8747603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8747703Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8747980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8748071Z return test(*args, **kwargs) 2022-12-01T10:26:43.8748375Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8748511Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8748751Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8748883Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8749146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8749282Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8749523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8749654Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8749900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8750025Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8750310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8750451Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8750708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8750860Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8751108Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8751203Z return self.from_real_tensor( 2022-12-01T10:26:43.8751475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8751604Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8751855Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8752011Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8752269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8752403Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8752618Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8752624Z 2022-12-01T10:26:43.8752726Z ====================================================================== 2022-12-01T10:26:43.8752920Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8753072Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8753169Z Traceback (most recent call last): 2022-12-01T10:26:43.8753464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8753536Z raise rte 2022-12-01T10:26:43.8753823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8753921Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8754198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8754288Z return test(*args, **kwargs) 2022-12-01T10:26:43.8754544Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8754718Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8754956Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8755090Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8755355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8755491Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8755727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8755855Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8756096Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8756228Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8756506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8756644Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8756906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8757056Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8757307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8757401Z return self.from_real_tensor( 2022-12-01T10:26:43.8757672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8757799Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8758057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8758174Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8758431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8759157Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8759373Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8759381Z 2022-12-01T10:26:43.8759480Z ====================================================================== 2022-12-01T10:26:43.8759674Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8759826Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8759927Z Traceback (most recent call last): 2022-12-01T10:26:43.8760223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8760299Z raise rte 2022-12-01T10:26:43.8760594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8760693Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8760971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8761062Z return test(*args, **kwargs) 2022-12-01T10:26:43.8761321Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8761452Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8761739Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8761871Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8762136Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8762275Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8762519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8762651Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8762898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8763024Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8763311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8763452Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8763712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8763866Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8764117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8764210Z return self.from_real_tensor( 2022-12-01T10:26:43.8764479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8764603Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8764853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8764970Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8765226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8765410Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8765622Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8765629Z 2022-12-01T10:26:43.8765729Z ====================================================================== 2022-12-01T10:26:43.8765941Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8766097Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8766191Z Traceback (most recent call last): 2022-12-01T10:26:43.8766487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8766559Z raise rte 2022-12-01T10:26:43.8766848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8766949Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8767223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8767311Z return test(*args, **kwargs) 2022-12-01T10:26:43.8767569Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8767705Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8767940Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8768113Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8768381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8768515Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8768757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8768890Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8769133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8769262Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8769544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8769686Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8769946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8770097Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8770349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8770442Z return self.from_real_tensor( 2022-12-01T10:26:43.8770710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8770838Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8771092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8771208Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8771466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8771595Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8771809Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8771858Z 2022-12-01T10:26:43.8771956Z ====================================================================== 2022-12-01T10:26:43.8772160Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8772310Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8772406Z Traceback (most recent call last): 2022-12-01T10:26:43.8772695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8772765Z raise rte 2022-12-01T10:26:43.8773054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8773154Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8773433Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8773528Z return test(*args, **kwargs) 2022-12-01T10:26:43.8773790Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8773925Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8774165Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8774300Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8774614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8774754Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8774999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8775134Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8775381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8775514Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8775798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8775935Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8776198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8776352Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8776603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8776705Z return self.from_real_tensor( 2022-12-01T10:26:43.8776974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8777102Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8777351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8777469Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8777726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8777864Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8778082Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8778089Z 2022-12-01T10:26:43.8778191Z ====================================================================== 2022-12-01T10:26:43.8778424Z ERROR [0.012s]: test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8778576Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8778674Z Traceback (most recent call last): 2022-12-01T10:26:43.8779058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8779133Z raise rte 2022-12-01T10:26:43.8779425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8779528Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8779806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8779901Z return test(*args, **kwargs) 2022-12-01T10:26:43.8780165Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8780301Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8780532Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8780665Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8780929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8781108Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8781351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8781483Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8781733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8781862Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8782145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8782283Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8782550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8782701Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8782956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8783052Z return self.from_real_tensor( 2022-12-01T10:26:43.8783318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8783446Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8783693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8783810Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8784066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8784201Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8784419Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8784426Z 2022-12-01T10:26:43.8784526Z ====================================================================== 2022-12-01T10:26:43.8784719Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8784913Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8785012Z Traceback (most recent call last): 2022-12-01T10:26:43.8785304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8785376Z raise rte 2022-12-01T10:26:43.8785663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8785758Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8786036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8786124Z return test(*args, **kwargs) 2022-12-01T10:26:43.8786381Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8786513Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8786747Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8786876Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8787138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8787275Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8787930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8788066Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8788316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8788447Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8788729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8788868Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8789126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8789282Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8789529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8789625Z return self.from_real_tensor( 2022-12-01T10:26:43.8789893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8790021Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8790280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8790395Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8790651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8790783Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8790993Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8791000Z 2022-12-01T10:26:43.8791100Z ====================================================================== 2022-12-01T10:26:43.8791293Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8791445Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8791586Z Traceback (most recent call last): 2022-12-01T10:26:43.8791880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8791953Z raise rte 2022-12-01T10:26:43.8792239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8792336Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8792611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8792702Z return test(*args, **kwargs) 2022-12-01T10:26:43.8792960Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8793095Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8793331Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8793467Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8793730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8793868Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8794109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8794237Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8794524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8794653Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8794935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8795078Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8795338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8795489Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8795738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8795835Z return self.from_real_tensor( 2022-12-01T10:26:43.8796106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8796235Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8796486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8796604Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8796862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8796996Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8797211Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8797217Z 2022-12-01T10:26:43.8797318Z ====================================================================== 2022-12-01T10:26:43.8797513Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8797667Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8797764Z Traceback (most recent call last): 2022-12-01T10:26:43.8798058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8798174Z raise rte 2022-12-01T10:26:43.8798462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8798561Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8798843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8798934Z return test(*args, **kwargs) 2022-12-01T10:26:43.8799194Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8799325Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8799559Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8799693Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8799960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8800095Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8800336Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8800465Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8800710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8800877Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8801164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8801300Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8801563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8801715Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8801965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8802060Z return self.from_real_tensor( 2022-12-01T10:26:43.8802327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8802456Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8802705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8802826Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8803086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8803219Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8803432Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8803438Z 2022-12-01T10:26:43.8803538Z ====================================================================== 2022-12-01T10:26:43.8803730Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8803881Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8803972Z Traceback (most recent call last): 2022-12-01T10:26:43.8804264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8804334Z raise rte 2022-12-01T10:26:43.8804668Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8804767Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8805058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8805137Z return test(*args, **kwargs) 2022-12-01T10:26:43.8805399Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8805537Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8805783Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8805905Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8806179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8806307Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8806559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8806689Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8806940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8807068Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8807388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8807527Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8807789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8807943Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8808190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8808284Z return self.from_real_tensor( 2022-12-01T10:26:43.8808549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8808672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8808929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8809045Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8809298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8809433Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8809644Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8809652Z 2022-12-01T10:26:43.8809752Z ====================================================================== 2022-12-01T10:26:43.8809942Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8810168Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8810318Z Traceback (most recent call last): 2022-12-01T10:26:43.8810777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8810898Z raise rte 2022-12-01T10:26:43.8811354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8811582Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8812011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8812159Z return test(*args, **kwargs) 2022-12-01T10:26:43.8812554Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8812749Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8813101Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8813309Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8813699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8813908Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8814251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8814453Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8814825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8815004Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8815390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8815597Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8815865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8816022Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8816278Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8816373Z return self.from_real_tensor( 2022-12-01T10:26:43.8816642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8816770Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8817015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8817132Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8817495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8817618Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8817935Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8817962Z 2022-12-01T10:26:43.8818125Z ====================================================================== 2022-12-01T10:26:43.8818394Z ERROR [0.009s]: test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8818548Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8818645Z Traceback (most recent call last): 2022-12-01T10:26:43.8818940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8819099Z raise rte 2022-12-01T10:26:43.8819397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8819497Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8819779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8819930Z return test(*args, **kwargs) 2022-12-01T10:26:43.8820188Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8820322Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8820562Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8820696Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8820967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8821104Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8821347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8821480Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8821728Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8821856Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8822138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8822274Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8822579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8822730Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8822984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8823081Z return self.from_real_tensor( 2022-12-01T10:26:43.8823347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8823476Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8823726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8823845Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8824107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8824239Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8824460Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8824467Z 2022-12-01T10:26:43.8824566Z ====================================================================== 2022-12-01T10:26:43.8824770Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8824921Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8825019Z Traceback (most recent call last): 2022-12-01T10:26:43.8825311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8825385Z raise rte 2022-12-01T10:26:43.8825674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8825776Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8826058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8826199Z return test(*args, **kwargs) 2022-12-01T10:26:43.8826460Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8826597Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8826836Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8826971Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8827235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8827372Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8827615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8827744Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8827997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8828126Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8828411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8828550Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8828811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8828965Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8829255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8829354Z return self.from_real_tensor( 2022-12-01T10:26:43.8829625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8829756Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8830009Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8830125Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8830384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8830518Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8830735Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8830742Z 2022-12-01T10:26:43.8830844Z ====================================================================== 2022-12-01T10:26:43.8831042Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8831197Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8831298Z Traceback (most recent call last): 2022-12-01T10:26:43.8831596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8831673Z raise rte 2022-12-01T10:26:43.8831966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8832068Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8832348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8832442Z return test(*args, **kwargs) 2022-12-01T10:26:43.8832701Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8832878Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8833121Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8833259Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8833525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8833661Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8833906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8834035Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8834283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8834417Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8834701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8834842Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8835102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8835255Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8835505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8835644Z return self.from_real_tensor( 2022-12-01T10:26:43.8835915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8836043Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8836300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8836414Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8836671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8836801Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8837014Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8837021Z 2022-12-01T10:26:43.8837122Z ====================================================================== 2022-12-01T10:26:43.8837321Z ERROR [0.015s]: test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8837472Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8837575Z Traceback (most recent call last): 2022-12-01T10:26:43.8837865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8837936Z raise rte 2022-12-01T10:26:43.8838222Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8838322Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8838603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8838695Z return test(*args, **kwargs) 2022-12-01T10:26:43.8838955Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8839088Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8839369Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8839503Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8839769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8839906Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8840146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8840277Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8840524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8840652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8840931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8841071Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8841330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8841484Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8841729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8841825Z return self.from_real_tensor( 2022-12-01T10:26:43.8842134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8842261Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8842510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8842624Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8842877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8843009Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8843224Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8843230Z 2022-12-01T10:26:43.8843330Z ====================================================================== 2022-12-01T10:26:43.8843526Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8843677Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8843776Z Traceback (most recent call last): 2022-12-01T10:26:43.8844065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8844145Z raise rte 2022-12-01T10:26:43.8844432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8844532Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8844806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8844896Z return test(*args, **kwargs) 2022-12-01T10:26:43.8845155Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8845288Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8845525Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8845699Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8845964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8846098Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8846338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8846472Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8846720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8846850Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8847133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8847273Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8847533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8847687Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8847934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8848030Z return self.from_real_tensor( 2022-12-01T10:26:43.8848297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8848463Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8848722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8848838Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8849097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8849226Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8849441Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8849447Z 2022-12-01T10:26:43.8849546Z ====================================================================== 2022-12-01T10:26:43.8849751Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8849902Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8850000Z Traceback (most recent call last): 2022-12-01T10:26:43.8850291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8850366Z raise rte 2022-12-01T10:26:43.8850660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8850761Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8851042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8851132Z return test(*args, **kwargs) 2022-12-01T10:26:43.8851390Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8851523Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8851759Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8851890Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8852156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8852334Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8852576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8852706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8852951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8853079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8853362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8853497Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8853762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8853918Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8854165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8854261Z return self.from_real_tensor( 2022-12-01T10:26:43.8854527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8854655Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8854943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8855058Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8855316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8855447Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8855662Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8855669Z 2022-12-01T10:26:43.8855769Z ====================================================================== 2022-12-01T10:26:43.8855972Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8856122Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8856219Z Traceback (most recent call last): 2022-12-01T10:26:43.8856511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8856582Z raise rte 2022-12-01T10:26:43.8856872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8856970Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8857247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8857337Z return test(*args, **kwargs) 2022-12-01T10:26:43.8857600Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8857736Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8857972Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8858107Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8858375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8858508Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8858798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8858927Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8859275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8859404Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8859688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8859831Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8860090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8860243Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8860499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8860595Z return self.from_real_tensor( 2022-12-01T10:26:43.8860859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8860991Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8861242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8861358Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8861667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8861799Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8862013Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8862022Z 2022-12-01T10:26:43.8862119Z ====================================================================== 2022-12-01T10:26:43.8862320Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8862468Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8862566Z Traceback (most recent call last): 2022-12-01T10:26:43.8862858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8862930Z raise rte 2022-12-01T10:26:43.8863221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8863322Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8863599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8863694Z return test(*args, **kwargs) 2022-12-01T10:26:43.8863952Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8864092Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8864327Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8864462Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8864727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8864863Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8865101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8865719Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8865967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8866098Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8866382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8866520Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8866782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8866934Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8867183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8867279Z return self.from_real_tensor( 2022-12-01T10:26:43.8867545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8867672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8867926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8868043Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8868300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8868477Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8868692Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8868699Z 2022-12-01T10:26:43.8868801Z ====================================================================== 2022-12-01T10:26:43.8868993Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8869145Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8869233Z Traceback (most recent call last): 2022-12-01T10:26:43.8869526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8869599Z raise rte 2022-12-01T10:26:43.8869893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8869996Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8870288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8870370Z return test(*args, **kwargs) 2022-12-01T10:26:43.8870642Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8870767Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8871013Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8871136Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8871414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8871554Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8871795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8871924Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8872218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8872347Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8872631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8872770Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8873034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8873187Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8873440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8873540Z return self.from_real_tensor( 2022-12-01T10:26:43.8873810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8873945Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8874198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8874318Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8874578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8874713Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8874971Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8874978Z 2022-12-01T10:26:43.8875081Z ====================================================================== 2022-12-01T10:26:43.8875266Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8875423Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8875522Z Traceback (most recent call last): 2022-12-01T10:26:43.8875816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8875892Z raise rte 2022-12-01T10:26:43.8876186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8876288Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8876568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8876661Z return test(*args, **kwargs) 2022-12-01T10:26:43.8876921Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8877057Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8877299Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8877436Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8877707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8877846Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8878095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8878231Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8878478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8878652Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8878938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8879079Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8879344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8879498Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8879748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8879849Z return self.from_real_tensor( 2022-12-01T10:26:43.8880119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8880251Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8880522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8880628Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8880902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8881023Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8881242Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8881260Z 2022-12-01T10:26:43.8881397Z ====================================================================== 2022-12-01T10:26:43.8881599Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8881752Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8881855Z Traceback (most recent call last): 2022-12-01T10:26:43.8882151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8882227Z raise rte 2022-12-01T10:26:43.8882518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8882621Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8882901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8882996Z return test(*args, **kwargs) 2022-12-01T10:26:43.8883258Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8883393Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8883632Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8883766Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8884112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8884263Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8884508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8884640Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8884889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8885016Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8885302Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8885491Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8885752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8885907Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8886159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8886260Z return self.from_real_tensor( 2022-12-01T10:26:43.8886532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8886659Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8886917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8887036Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8887293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8887429Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8887643Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8887650Z 2022-12-01T10:26:43.8887751Z ====================================================================== 2022-12-01T10:26:43.8887991Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8888142Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8888240Z Traceback (most recent call last): 2022-12-01T10:26:43.8888536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8888614Z raise rte 2022-12-01T10:26:43.8888903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8889008Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8889286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8889378Z return test(*args, **kwargs) 2022-12-01T10:26:43.8889637Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8889770Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8890008Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8890141Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8890406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8890540Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8890780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8890911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8891160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8891292Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8891571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8891709Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8892014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8892169Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8892418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8892515Z return self.from_real_tensor( 2022-12-01T10:26:43.8892784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8892913Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8893162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8893279Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8893538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8893668Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8893884Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8893891Z 2022-12-01T10:26:43.8893991Z ====================================================================== 2022-12-01T10:26:43.8894190Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8894339Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8895007Z Traceback (most recent call last): 2022-12-01T10:26:43.8895318Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8895392Z raise rte 2022-12-01T10:26:43.8895689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8895790Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8896071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8896160Z return test(*args, **kwargs) 2022-12-01T10:26:43.8896420Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8896558Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8896793Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8896925Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8897191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8897331Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8897574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8897700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8897949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8898078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8898362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8898500Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8898758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8898955Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8899332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8899427Z return self.from_real_tensor( 2022-12-01T10:26:43.8899698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8899824Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8900081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8900199Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8900456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8900592Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8900812Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8900819Z 2022-12-01T10:26:43.8900924Z ====================================================================== 2022-12-01T10:26:43.8901127Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8901278Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8901376Z Traceback (most recent call last): 2022-12-01T10:26:43.8901713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8901787Z raise rte 2022-12-01T10:26:43.8902078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8902178Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8902455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8902546Z return test(*args, **kwargs) 2022-12-01T10:26:43.8902805Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8902937Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8903176Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8903311Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8903572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8903707Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8903947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8904079Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8904325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8904453Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8904733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8904873Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8905129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8905280Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8905571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8905666Z return self.from_real_tensor( 2022-12-01T10:26:43.8905935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8906064Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8906316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8906433Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8906692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8906823Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8907037Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8907045Z 2022-12-01T10:26:43.8907144Z ====================================================================== 2022-12-01T10:26:43.8907342Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8907493Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8907591Z Traceback (most recent call last): 2022-12-01T10:26:43.8907883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8907956Z raise rte 2022-12-01T10:26:43.8908286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8908384Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8908660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8908753Z return test(*args, **kwargs) 2022-12-01T10:26:43.8909012Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8909145Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8909379Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8909513Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8909784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8909918Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8910154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8910286Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8910529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8910658Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8910938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8911075Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8911335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8911484Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8911731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8911876Z return self.from_real_tensor( 2022-12-01T10:26:43.8912144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8912272Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8912525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8912639Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8912891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8913025Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8913238Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8913244Z 2022-12-01T10:26:43.8913346Z ====================================================================== 2022-12-01T10:26:43.8913543Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8913693Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8913790Z Traceback (most recent call last): 2022-12-01T10:26:43.8914083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8914161Z raise rte 2022-12-01T10:26:43.8914488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8914590Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8914866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8914958Z return test(*args, **kwargs) 2022-12-01T10:26:43.8915217Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8915348Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8915586Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8915717Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8915981Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8916117Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8916355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8916484Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8916731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8916857Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8917139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8917278Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8917538Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8917690Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8917939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8918032Z return self.from_real_tensor( 2022-12-01T10:26:43.8918296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8918461Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8918714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8918915Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8919175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8919309Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8919566Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8919576Z 2022-12-01T10:26:43.8919685Z ====================================================================== 2022-12-01T10:26:43.8919899Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8920053Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8920153Z Traceback (most recent call last): 2022-12-01T10:26:43.8920450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8920524Z raise rte 2022-12-01T10:26:43.8920816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8920912Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8921231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8921322Z return test(*args, **kwargs) 2022-12-01T10:26:43.8921582Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8921718Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8921950Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8922082Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8922352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8922486Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8922727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8922859Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8923105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8923239Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8923521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8923661Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8923923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8924077Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8924331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8924427Z return self.from_real_tensor( 2022-12-01T10:26:43.8924695Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8924864Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8925117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8925235Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8925490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8925623Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8925840Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8925846Z 2022-12-01T10:26:43.8925951Z ====================================================================== 2022-12-01T10:26:43.8926166Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8926320Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8926423Z Traceback (most recent call last): 2022-12-01T10:26:43.8926715Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8926789Z raise rte 2022-12-01T10:26:43.8927080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8927181Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8927460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8927598Z return test(*args, **kwargs) 2022-12-01T10:26:43.8927860Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8927994Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8928234Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8928370Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8928638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8928777Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8929020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8929152Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8929404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8929539Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8929825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8929968Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8930227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8930378Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8930631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8930725Z return self.from_real_tensor( 2022-12-01T10:26:43.8930995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8931125Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8931377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8931539Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8931797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8931931Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8932147Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8932153Z 2022-12-01T10:26:43.8932252Z ====================================================================== 2022-12-01T10:26:43.8932467Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8932618Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8932705Z Traceback (most recent call last): 2022-12-01T10:26:43.8933011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8933074Z raise rte 2022-12-01T10:26:43.8933378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8933477Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8933755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8933845Z return test(*args, **kwargs) 2022-12-01T10:26:43.8934153Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8934290Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8934527Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8934663Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8934931Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8935066Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8935308Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8935438Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8935690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8935820Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8936103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8936245Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8936507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8936662Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8936910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8937010Z return self.from_real_tensor( 2022-12-01T10:26:43.8937273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8937406Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8937658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8937770Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8938071Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8938207Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8938422Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8938428Z 2022-12-01T10:26:43.8938529Z ====================================================================== 2022-12-01T10:26:43.8938720Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8938863Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8939066Z Traceback (most recent call last): 2022-12-01T10:26:43.8939367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8939446Z raise rte 2022-12-01T10:26:43.8939739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8939839Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8940120Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8940214Z return test(*args, **kwargs) 2022-12-01T10:26:43.8940478Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8940659Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8940901Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8941034Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8941304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8941442Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8941683Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8941813Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8942062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8942189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8942475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8942611Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8942865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8943020Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8943279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8943364Z return self.from_real_tensor( 2022-12-01T10:26:43.8943646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8943763Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8948741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8948857Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8949146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8949358Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8949572Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8949590Z 2022-12-01T10:26:43.8949682Z ====================================================================== 2022-12-01T10:26:43.8949881Z ERROR [0.013s]: test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8950036Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8950137Z Traceback (most recent call last): 2022-12-01T10:26:43.8950443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8950522Z raise rte 2022-12-01T10:26:43.8950819Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8950921Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8951204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8951298Z return test(*args, **kwargs) 2022-12-01T10:26:43.8951561Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8951695Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8951979Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8952114Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8952387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8952525Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8952772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8952904Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8953156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8953283Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8953573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8953715Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8953977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8954132Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8954384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8954480Z return self.from_real_tensor( 2022-12-01T10:26:43.8954750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8954877Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8955128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8955249Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8955510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8955646Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8955910Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8955917Z 2022-12-01T10:26:43.8956018Z ====================================================================== 2022-12-01T10:26:43.8956215Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8956367Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8956466Z Traceback (most recent call last): 2022-12-01T10:26:43.8956765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8956843Z raise rte 2022-12-01T10:26:43.8957134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8957233Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8957516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8957608Z return test(*args, **kwargs) 2022-12-01T10:26:43.8957869Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8958004Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8958239Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8958371Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8958680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8958817Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8959063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8959193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8959444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8959573Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8959861Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8959998Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8960260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8960415Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8960666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8960772Z return self.from_real_tensor( 2022-12-01T10:26:43.8961035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8961165Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8961417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8961535Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8961796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8961927Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8962145Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8962194Z 2022-12-01T10:26:43.8962293Z ====================================================================== 2022-12-01T10:26:43.8962486Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8962640Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8962738Z Traceback (most recent call last): 2022-12-01T10:26:43.8963031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8963107Z raise rte 2022-12-01T10:26:43.8963400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8963505Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8963780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8963875Z return test(*args, **kwargs) 2022-12-01T10:26:43.8964135Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8964271Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8964511Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8964643Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8964907Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8965086Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8965328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8965458Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8965705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8965839Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8966122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8966261Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8966525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8966679Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8966930Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8967026Z return self.from_real_tensor( 2022-12-01T10:26:43.8967298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8967426Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8967680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8967802Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8968057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8968191Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8968410Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8968417Z 2022-12-01T10:26:43.8968518Z ====================================================================== 2022-12-01T10:26:43.8968714Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8968909Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8969008Z Traceback (most recent call last): 2022-12-01T10:26:43.8969300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8969373Z raise rte 2022-12-01T10:26:43.8969661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8969759Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8970039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8970130Z return test(*args, **kwargs) 2022-12-01T10:26:43.8970384Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8970520Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8970755Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8970889Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8971159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8971292Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8971575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8971707Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8971959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8972090Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8972373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8972510Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8972771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8972926Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8973176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8973272Z return self.from_real_tensor( 2022-12-01T10:26:43.8973543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8973672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8973925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8974042Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8974295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8974426Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8974645Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8974652Z 2022-12-01T10:26:43.8974753Z ====================================================================== 2022-12-01T10:26:43.8974946Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8975096Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8975684Z Traceback (most recent call last): 2022-12-01T10:26:43.8975986Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8976059Z raise rte 2022-12-01T10:26:43.8976351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8976451Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8976730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8976828Z return test(*args, **kwargs) 2022-12-01T10:26:43.8977089Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8977225Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8977463Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8977599Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8977866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8978005Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8978249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8978380Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8978672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8978800Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8979205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8979346Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8979609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8979761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8980011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8980111Z return self.from_real_tensor( 2022-12-01T10:26:43.8980383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8980510Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8980764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8980881Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8981139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8981271Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8981488Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8981496Z 2022-12-01T10:26:43.8981597Z ====================================================================== 2022-12-01T10:26:43.8981798Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8981950Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8982050Z Traceback (most recent call last): 2022-12-01T10:26:43.8982341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8982469Z raise rte 2022-12-01T10:26:43.8982762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8982861Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8983139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8983228Z return test(*args, **kwargs) 2022-12-01T10:26:43.8983492Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8983625Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8983859Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8983993Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8984260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8984398Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8984642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8984775Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8985024Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8985193Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8985479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8985621Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8985876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8986028Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8986276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8986372Z return self.from_real_tensor( 2022-12-01T10:26:43.8986639Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8986769Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8987016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8987132Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8987393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8987526Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8987743Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8987750Z 2022-12-01T10:26:43.8987851Z ====================================================================== 2022-12-01T10:26:43.8988045Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8988196Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8988293Z Traceback (most recent call last): 2022-12-01T10:26:43.8988586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8988701Z raise rte 2022-12-01T10:26:43.8988992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8989093Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8989373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8989464Z return test(*args, **kwargs) 2022-12-01T10:26:43.8989722Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8989858Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8990098Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8990233Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8990499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8990637Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8990881Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8991012Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8991260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8991389Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8991712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8991848Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8992109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8992264Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8992514Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8992609Z return self.from_real_tensor( 2022-12-01T10:26:43.8992877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8993003Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8993254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8993371Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8993629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.8993764Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.8993981Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.8993989Z 2022-12-01T10:26:43.8994087Z ====================================================================== 2022-12-01T10:26:43.8994279Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.8994427Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.8994524Z Traceback (most recent call last): 2022-12-01T10:26:43.8994816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.8994888Z raise rte 2022-12-01T10:26:43.8995177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.8995332Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.8995612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.8995705Z return test(*args, **kwargs) 2022-12-01T10:26:43.8995967Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.8996105Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.8996344Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.8996481Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.8996745Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.8996882Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.8997128Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.8997259Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8997505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.8997636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.8997917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.8998096Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.8998358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.8998513Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.8998769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.8998863Z return self.from_real_tensor( 2022-12-01T10:26:43.8999131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.8999262Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.8999512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.8999626Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.8999884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9000015Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9000230Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9000237Z 2022-12-01T10:26:43.9000339Z ====================================================================== 2022-12-01T10:26:43.9000540Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9000690Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9000777Z Traceback (most recent call last): 2022-12-01T10:26:43.9001075Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9001139Z raise rte 2022-12-01T10:26:43.9001443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9001532Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9001864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9001954Z return test(*args, **kwargs) 2022-12-01T10:26:43.9002213Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9002347Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9002585Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9002719Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9002985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9003119Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9003363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9003496Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9003741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9003871Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9004153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9004294Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9004983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9005147Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9005401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9005500Z return self.from_real_tensor( 2022-12-01T10:26:43.9005770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9005901Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9006155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9006272Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9006532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9006667Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9006885Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9006895Z 2022-12-01T10:26:43.9006992Z ====================================================================== 2022-12-01T10:26:43.9007181Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9007333Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9007431Z Traceback (most recent call last): 2022-12-01T10:26:43.9007727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9007798Z raise rte 2022-12-01T10:26:43.9008091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9008195Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9008479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9008621Z return test(*args, **kwargs) 2022-12-01T10:26:43.9008882Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9009018Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9009254Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9009387Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9009653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9009795Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9010041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9010170Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9010418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9010549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9010832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9010967Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9011228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9011428Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9011690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9011775Z return self.from_real_tensor( 2022-12-01T10:26:43.9012056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9012175Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9012436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9012541Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9012810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9012943Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9013151Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9013167Z 2022-12-01T10:26:43.9013257Z ====================================================================== 2022-12-01T10:26:43.9013453Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9013605Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9013706Z Traceback (most recent call last): 2022-12-01T10:26:43.9014000Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9014072Z raise rte 2022-12-01T10:26:43.9014366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9014465Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9014742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9014836Z return test(*args, **kwargs) 2022-12-01T10:26:43.9015097Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9015273Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9015509Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9015643Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9015910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9016045Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9016292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9016420Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9016665Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9016793Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9017073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9017213Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9017474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9017628Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9017919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9018012Z return self.from_real_tensor( 2022-12-01T10:26:43.9018276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9018407Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9018656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9018777Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9019132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9019267Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9019483Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9019490Z 2022-12-01T10:26:43.9019593Z ====================================================================== 2022-12-01T10:26:43.9019785Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9019939Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9020045Z Traceback (most recent call last): 2022-12-01T10:26:43.9020422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9020497Z raise rte 2022-12-01T10:26:43.9020786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9020884Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9021217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9021314Z return test(*args, **kwargs) 2022-12-01T10:26:43.9021579Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9021715Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9022008Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9022140Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9022407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9022541Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9022783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9022911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9023161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9023292Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9023577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9023718Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9023979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9024130Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9024381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9024476Z return self.from_real_tensor( 2022-12-01T10:26:43.9024789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9024916Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9025170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9025289Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9025546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9025680Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9025896Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9025903Z 2022-12-01T10:26:43.9026002Z ====================================================================== 2022-12-01T10:26:43.9026202Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9026354Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9026492Z Traceback (most recent call last): 2022-12-01T10:26:43.9026807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9026883Z raise rte 2022-12-01T10:26:43.9027219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9027320Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9027603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9027695Z return test(*args, **kwargs) 2022-12-01T10:26:43.9027958Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9028090Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9028324Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9028506Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9028767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9028902Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9029145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9029274Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9029523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9029654Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9029939Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9030079Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9030337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9030489Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9030739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9030835Z return self.from_real_tensor( 2022-12-01T10:26:43.9031106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9031274Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9031527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9031643Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9031902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9032033Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9032252Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9032258Z 2022-12-01T10:26:43.9032355Z ====================================================================== 2022-12-01T10:26:43.9032548Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9032753Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9032852Z Traceback (most recent call last): 2022-12-01T10:26:43.9033145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9033222Z raise rte 2022-12-01T10:26:43.9033564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9033665Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9033945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9034035Z return test(*args, **kwargs) 2022-12-01T10:26:43.9034295Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9034429Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9034668Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9034801Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9035113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9035249Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9035490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9035617Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9035860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9035989Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9036273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9036413Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9036676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9036835Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9037088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9037185Z return self.from_real_tensor( 2022-12-01T10:26:43.9037455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9037586Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9037882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9038002Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9038262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9038397Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9038613Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9038620Z 2022-12-01T10:26:43.9038722Z ====================================================================== 2022-12-01T10:26:43.9038977Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9039136Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9039237Z Traceback (most recent call last): 2022-12-01T10:26:43.9039581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9039658Z raise rte 2022-12-01T10:26:43.9039949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9040054Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9040338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9040429Z return test(*args, **kwargs) 2022-12-01T10:26:43.9040688Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9040820Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9041054Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9041187Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9041451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9041631Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9041876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9042005Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9042252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9042380Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9042657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9042796Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9043054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9043207Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9043461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9043558Z return self.from_real_tensor( 2022-12-01T10:26:43.9043829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9043956Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9044207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9044323Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9044625Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9044760Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9045027Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9045035Z 2022-12-01T10:26:43.9045140Z ====================================================================== 2022-12-01T10:26:43.9045335Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9045486Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9045584Z Traceback (most recent call last): 2022-12-01T10:26:43.9045927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9046008Z raise rte 2022-12-01T10:26:43.9046298Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9046398Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9046674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9046764Z return test(*args, **kwargs) 2022-12-01T10:26:43.9047025Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9047159Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9047395Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9047525Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9047792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9047924Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9048167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9048342Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9048586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9048713Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9048996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9049133Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9049398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9049548Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9049799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9049896Z return self.from_real_tensor( 2022-12-01T10:26:43.9050163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9050292Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9050541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9050660Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9050952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9051083Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9051299Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9051308Z 2022-12-01T10:26:43.9051457Z ====================================================================== 2022-12-01T10:26:43.9051654Z ERROR [0.016s]: test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9051803Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9051903Z Traceback (most recent call last): 2022-12-01T10:26:43.9052252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9052327Z raise rte 2022-12-01T10:26:43.9052620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9052720Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9052995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9053085Z return test(*args, **kwargs) 2022-12-01T10:26:43.9053341Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9053476Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9053711Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9053842Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9054106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9054241Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9054483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9054610Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9054905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9055030Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9055313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9055451Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9055709Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9055865Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9056117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9056209Z return self.from_real_tensor( 2022-12-01T10:26:43.9056476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9056602Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9056856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9056972Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9057230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9057362Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9057674Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9057682Z 2022-12-01T10:26:43.9057786Z ====================================================================== 2022-12-01T10:26:43.9057989Z ERROR [0.014s]: test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9058188Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9058287Z Traceback (most recent call last): 2022-12-01T10:26:43.9058580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9058654Z raise rte 2022-12-01T10:26:43.9058945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9059124Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9059413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9059507Z return test(*args, **kwargs) 2022-12-01T10:26:43.9059768Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9059901Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9060139Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9060273Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9060540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9060676Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9060922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9061048Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9061296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9061473Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9061757Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9061893Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9062150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9062302Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9062555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9062650Z return self.from_real_tensor( 2022-12-01T10:26:43.9062917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9063046Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9063300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9063415Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9063727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9063863Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9064078Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9064084Z 2022-12-01T10:26:43.9064269Z ====================================================================== 2022-12-01T10:26:43.9064469Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9064624Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9064716Z Traceback (most recent call last): 2022-12-01T10:26:43.9065017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9065080Z raise rte 2022-12-01T10:26:43.9065383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9065472Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9065761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9065853Z return test(*args, **kwargs) 2022-12-01T10:26:43.9066112Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9066246Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9066487Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9066620Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9066883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9067019Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9067260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9067391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9067634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9067764Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9068094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9068235Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9068495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9068650Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9068898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9068999Z return self.from_real_tensor( 2022-12-01T10:26:43.9069267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9069393Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9069691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9069812Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9070070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9070206Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9070469Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9070477Z 2022-12-01T10:26:43.9070578Z ====================================================================== 2022-12-01T10:26:43.9070816Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9070969Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9071068Z Traceback (most recent call last): 2022-12-01T10:26:43.9071364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9071440Z raise rte 2022-12-01T10:26:43.9071731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9071832Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9072109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9072201Z return test(*args, **kwargs) 2022-12-01T10:26:43.9072461Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9072595Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9072832Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9072964Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9073231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9073366Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9073607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9073738Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9073983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9074114Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9074397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9074579Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9074839Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9075052Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9075313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9075399Z return self.from_real_tensor( 2022-12-01T10:26:43.9075675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9075845Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9076113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9076230Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9076539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9076673Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9076877Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9076895Z 2022-12-01T10:26:43.9076986Z ====================================================================== 2022-12-01T10:26:43.9077179Z ERROR [0.020s]: test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9077377Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9077477Z Traceback (most recent call last): 2022-12-01T10:26:43.9077769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9077847Z raise rte 2022-12-01T10:26:43.9078135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9078236Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9078518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9078611Z return test(*args, **kwargs) 2022-12-01T10:26:43.9078869Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9079002Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9079237Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9079366Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9079635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9079770Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9080013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9080143Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9080395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9080526Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9080809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9080947Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9081205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9081818Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9082141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9082242Z return self.from_real_tensor( 2022-12-01T10:26:43.9082517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9082696Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9082956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9083075Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9083332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9083469Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9083684Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9083692Z 2022-12-01T10:26:43.9083794Z ====================================================================== 2022-12-01T10:26:43.9083990Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9084142Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9084239Z Traceback (most recent call last): 2022-12-01T10:26:43.9084588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9084661Z raise rte 2022-12-01T10:26:43.9084954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9085057Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9085340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9085432Z return test(*args, **kwargs) 2022-12-01T10:26:43.9085691Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9085824Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9086066Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9086203Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9086473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9086615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9086857Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9086990Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9087242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9087371Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9087656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9087794Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9088091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9088259Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9088565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9088666Z return self.from_real_tensor( 2022-12-01T10:26:43.9088990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9089123Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9089380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9089498Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9089764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9089895Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9090117Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9090124Z 2022-12-01T10:26:43.9090227Z ====================================================================== 2022-12-01T10:26:43.9090424Z ERROR [0.009s]: test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9090579Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9090679Z Traceback (most recent call last): 2022-12-01T10:26:43.9090976Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9091102Z raise rte 2022-12-01T10:26:43.9091397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9091498Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9091781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9091873Z return test(*args, **kwargs) 2022-12-01T10:26:43.9092131Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9092266Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9092506Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9092638Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9092908Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9093045Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9093286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9093420Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9093669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9093798Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9094080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9094252Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9094537Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9094692Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9094999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9095149Z return self.from_real_tensor( 2022-12-01T10:26:43.9095423Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9095556Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9095804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9095924Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9096185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9096317Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9096533Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9096542Z 2022-12-01T10:26:43.9096645Z ====================================================================== 2022-12-01T10:26:43.9096841Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9096993Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9097092Z Traceback (most recent call last): 2022-12-01T10:26:43.9097385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9097458Z raise rte 2022-12-01T10:26:43.9097788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9097892Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9098172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9098265Z return test(*args, **kwargs) 2022-12-01T10:26:43.9098522Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9098660Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9098897Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9099117Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9099385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9099522Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9099765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9099899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9100146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9100274Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9100604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9100743Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9100999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9101200Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9101451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9101545Z return self.from_real_tensor( 2022-12-01T10:26:43.9101868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9101998Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9102250Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9102368Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9102628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9102762Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9102982Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9102988Z 2022-12-01T10:26:43.9103088Z ====================================================================== 2022-12-01T10:26:43.9103287Z ERROR [0.011s]: test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9103444Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9103545Z Traceback (most recent call last): 2022-12-01T10:26:43.9103837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9103910Z raise rte 2022-12-01T10:26:43.9104202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9104301Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9104620Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9104712Z return test(*args, **kwargs) 2022-12-01T10:26:43.9104971Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9105105Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9105342Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9105472Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9105730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9105871Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9106114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9106241Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9106489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9106670Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9106953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9107091Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9107402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9107554Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9107810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9107902Z return self.from_real_tensor( 2022-12-01T10:26:43.9108168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9108339Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9108594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9108710Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9108972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9109102Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9109320Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9109326Z 2022-12-01T10:26:43.9109431Z ====================================================================== 2022-12-01T10:26:43.9109617Z ERROR [0.015s]: test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9109770Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9109874Z Traceback (most recent call last): 2022-12-01T10:26:43.9110166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9110239Z raise rte 2022-12-01T10:26:43.9110525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9110623Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9110897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9111412Z return test(*args, **kwargs) 2022-12-01T10:26:43.9111685Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9111818Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9112061Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9112195Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9112466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9112600Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9112901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9113035Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9113279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9113460Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9113753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9113891Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9114155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9114306Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9114558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9114651Z return self.from_real_tensor( 2022-12-01T10:26:43.9114921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9115050Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9115305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9115474Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9115732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9115863Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9116078Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9116084Z 2022-12-01T10:26:43.9116183Z ====================================================================== 2022-12-01T10:26:43.9116373Z ERROR [0.005s]: test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9116526Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9116624Z Traceback (most recent call last): 2022-12-01T10:26:43.9116918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9116993Z raise rte 2022-12-01T10:26:43.9117280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9117377Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9117655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9117744Z return test(*args, **kwargs) 2022-12-01T10:26:43.9118047Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9118183Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9118418Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9118552Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9118852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9119002Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9119246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9119373Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9119671Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9119802Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9120082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9120222Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9120480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9120636Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9120884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9120977Z return self.from_real_tensor( 2022-12-01T10:26:43.9121245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9121375Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9121626Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9121739Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9122039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9122171Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9122384Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9122391Z 2022-12-01T10:26:43.9122493Z ====================================================================== 2022-12-01T10:26:43.9122683Z ERROR [0.014s]: test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9122833Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9122931Z Traceback (most recent call last): 2022-12-01T10:26:43.9123223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9123296Z raise rte 2022-12-01T10:26:43.9123584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9123682Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9123960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9124053Z return test(*args, **kwargs) 2022-12-01T10:26:43.9124312Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9124447Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9124727Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9124860Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9125180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9125319Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9125563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9125741Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9125992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9126121Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9126404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9126543Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9126803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9126962Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9127211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9127309Z return self.from_real_tensor( 2022-12-01T10:26:43.9127575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9127701Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9127952Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9128070Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9128328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9128506Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9128720Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9128727Z 2022-12-01T10:26:43.9128826Z ====================================================================== 2022-12-01T10:26:43.9129027Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9129180Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9129266Z Traceback (most recent call last): 2022-12-01T10:26:43.9129565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9129628Z raise rte 2022-12-01T10:26:43.9129926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9130018Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9130309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9130398Z return test(*args, **kwargs) 2022-12-01T10:26:43.9130660Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9130795Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9131029Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9131265Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9131534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9131674Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9131969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9132103Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9132352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9132478Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9132760Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9132903Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9133166Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9133319Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9133571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9133666Z return self.from_real_tensor( 2022-12-01T10:26:43.9133929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9134053Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9134303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9134422Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9134682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9134815Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9135076Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9135082Z 2022-12-01T10:26:43.9135182Z ====================================================================== 2022-12-01T10:26:43.9135367Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9135517Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9135618Z Traceback (most recent call last): 2022-12-01T10:26:43.9135910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9135987Z raise rte 2022-12-01T10:26:43.9136280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9136383Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9136667Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9136760Z return test(*args, **kwargs) 2022-12-01T10:26:43.9137022Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9137157Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9137448Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9137582Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9137929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9138085Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9138331Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9138462Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9138712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9138840Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9139200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9139337Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9139597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9139753Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9140018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9140106Z return self.from_real_tensor( 2022-12-01T10:26:43.9140395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9140514Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9140780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9140899Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9141162Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9141296Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9141505Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9141570Z 2022-12-01T10:26:43.9141661Z ====================================================================== 2022-12-01T10:26:43.9141857Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9142011Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9142109Z Traceback (most recent call last): 2022-12-01T10:26:43.9142403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9142477Z raise rte 2022-12-01T10:26:43.9142771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9142872Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9143154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9143248Z return test(*args, **kwargs) 2022-12-01T10:26:43.9143564Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9143699Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9143937Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9144100Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9144387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9144573Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9144816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9144948Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9145199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9145332Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9145611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9145755Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9146019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9146174Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9146427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9146522Z return self.from_real_tensor( 2022-12-01T10:26:43.9146797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9146925Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9147178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9147295Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9147554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9147688Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9147909Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9147916Z 2022-12-01T10:26:43.9148016Z ====================================================================== 2022-12-01T10:26:43.9148209Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9148409Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9148506Z Traceback (most recent call last): 2022-12-01T10:26:43.9148801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9148875Z raise rte 2022-12-01T10:26:43.9149164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9149263Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9149581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9149687Z return test(*args, **kwargs) 2022-12-01T10:26:43.9149948Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9150080Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9150363Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9150498Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9150767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9150905Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9151195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9151326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9151573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9151706Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9151984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9152124Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9152385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9152536Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9152786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9152884Z return self.from_real_tensor( 2022-12-01T10:26:43.9153153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9153287Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9153540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9153657Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9153914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9154046Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9154262Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9154269Z 2022-12-01T10:26:43.9154372Z ====================================================================== 2022-12-01T10:26:43.9154566Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9154714Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9154858Z Traceback (most recent call last): 2022-12-01T10:26:43.9155156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9155232Z raise rte 2022-12-01T10:26:43.9155518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9155621Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9155941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9156032Z return test(*args, **kwargs) 2022-12-01T10:26:43.9156295Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9156472Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9156713Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9156844Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9157111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9157246Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9157484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9157615Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9157912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9158039Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9158323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9158460Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9158721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9158872Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9159123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9159219Z return self.from_real_tensor( 2022-12-01T10:26:43.9159493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9159617Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9159870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9159988Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9160249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9160381Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9160597Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9160604Z 2022-12-01T10:26:43.9160706Z ====================================================================== 2022-12-01T10:26:43.9160909Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9161060Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9161158Z Traceback (most recent call last): 2022-12-01T10:26:43.9161496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9161572Z raise rte 2022-12-01T10:26:43.9161898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9162009Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9162286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9162374Z return test(*args, **kwargs) 2022-12-01T10:26:43.9162684Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9162818Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9163053Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9163187Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9163452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9163584Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9163830Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9163960Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9164203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9164435Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9164721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9164862Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9165124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9165276Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9165527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9165621Z return self.from_real_tensor( 2022-12-01T10:26:43.9165890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9166021Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9166275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9166393Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9166653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9166784Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9167000Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9167008Z 2022-12-01T10:26:43.9167106Z ====================================================================== 2022-12-01T10:26:43.9167309Z ERROR [0.012s]: test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9167461Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9167557Z Traceback (most recent call last): 2022-12-01T10:26:43.9167849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9168016Z raise rte 2022-12-01T10:26:43.9168313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9168410Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9168738Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9168830Z return test(*args, **kwargs) 2022-12-01T10:26:43.9169088Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9169223Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9169458Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9169587Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9169853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9169988Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9170229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9170361Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9170604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9170729Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9171051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9171186Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9171450Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9171603Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9171853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9171946Z return self.from_real_tensor( 2022-12-01T10:26:43.9172203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9172329Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9172579Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9172699Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9172954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9173085Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9173301Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9173308Z 2022-12-01T10:26:43.9173410Z ====================================================================== 2022-12-01T10:26:43.9173603Z ERROR [0.012s]: test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9173756Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9173855Z Traceback (most recent call last): 2022-12-01T10:26:43.9174199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9174274Z raise rte 2022-12-01T10:26:43.9174561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9174712Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9174991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9175128Z return test(*args, **kwargs) 2022-12-01T10:26:43.9175394Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9175528Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9175768Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9175898Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9176161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9176298Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9176543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9176669Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9176917Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9177044Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9177328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9177512Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9177776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9177930Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9178183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9178278Z return self.from_real_tensor( 2022-12-01T10:26:43.9178546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9178673Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9178922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9179129Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9179389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9179518Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9179737Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9179743Z 2022-12-01T10:26:43.9179843Z ====================================================================== 2022-12-01T10:26:43.9180046Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9180197Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9180292Z Traceback (most recent call last): 2022-12-01T10:26:43.9180635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9180712Z raise rte 2022-12-01T10:26:43.9181002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9181103Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9181476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9181567Z return test(*args, **kwargs) 2022-12-01T10:26:43.9181825Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9181961Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9182195Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9182328Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9182596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9182729Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9182969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9183100Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9183344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9183471Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9183758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9183900Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9184205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9184360Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9184614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9184709Z return self.from_real_tensor( 2022-12-01T10:26:43.9184974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9185103Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9185355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9185473Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9185731Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9185863Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9186078Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9186086Z 2022-12-01T10:26:43.9186187Z ====================================================================== 2022-12-01T10:26:43.9186383Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9186538Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9186635Z Traceback (most recent call last): 2022-12-01T10:26:43.9186971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9187045Z raise rte 2022-12-01T10:26:43.9187340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9187486Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9187770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9188342Z return test(*args, **kwargs) 2022-12-01T10:26:43.9188608Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9188742Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9188977Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9189109Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9189378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9189515Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9189762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9189893Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9190142Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9190271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9190553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9190688Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9190949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9191148Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9191400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9191493Z return self.from_real_tensor( 2022-12-01T10:26:43.9191765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9191892Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9192140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9192257Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9192511Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9192644Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9192911Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9192923Z 2022-12-01T10:26:43.9193025Z ====================================================================== 2022-12-01T10:26:43.9193216Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9193370Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9193459Z Traceback (most recent call last): 2022-12-01T10:26:43.9193811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9193876Z raise rte 2022-12-01T10:26:43.9194177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9194278Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9194564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9194654Z return test(*args, **kwargs) 2022-12-01T10:26:43.9194916Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9195102Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9195340Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9195477Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9195744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9195878Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9196118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9196252Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9196499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9196634Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9196918Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9197057Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9197322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9197480Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9197775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9197868Z return self.from_real_tensor( 2022-12-01T10:26:43.9198135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9198268Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9198518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9198641Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9198900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9199087Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9199305Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9199312Z 2022-12-01T10:26:43.9199418Z ====================================================================== 2022-12-01T10:26:43.9199618Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9199810Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9199911Z Traceback (most recent call last): 2022-12-01T10:26:43.9200208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9200282Z raise rte 2022-12-01T10:26:43.9200568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9200668Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9200953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9201046Z return test(*args, **kwargs) 2022-12-01T10:26:43.9201309Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9201442Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9201727Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9201861Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9202129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9202264Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9202506Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9202636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9202882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9203006Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9203292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9203436Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9203708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9203850Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9204109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9204194Z return self.from_real_tensor( 2022-12-01T10:26:43.9204512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9204641Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9204896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9205013Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9205321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9205454Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9205657Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9205675Z 2022-12-01T10:26:43.9205766Z ====================================================================== 2022-12-01T10:26:43.9206013Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9206167Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9206262Z Traceback (most recent call last): 2022-12-01T10:26:43.9206559Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9206633Z raise rte 2022-12-01T10:26:43.9206923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9207024Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9207301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9207392Z return test(*args, **kwargs) 2022-12-01T10:26:43.9207653Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9207791Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9208028Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9208215Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9208482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9208617Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9208863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9208992Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9209239Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9209369Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9209649Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9209793Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9210054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9210203Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9210454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9210550Z return self.from_real_tensor( 2022-12-01T10:26:43.9210815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9210984Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9211266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9211404Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9211669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9211802Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9212063Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9212071Z 2022-12-01T10:26:43.9212172Z ====================================================================== 2022-12-01T10:26:43.9212370Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9212522Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9212621Z Traceback (most recent call last): 2022-12-01T10:26:43.9212911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9212987Z raise rte 2022-12-01T10:26:43.9213274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9213371Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9213646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9213732Z return test(*args, **kwargs) 2022-12-01T10:26:43.9213990Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9214128Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9214365Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9214499Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9214814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9214951Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9215195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9215323Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9215570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9215700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9215985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9216120Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9216382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9216537Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9216787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9216883Z return self.from_real_tensor( 2022-12-01T10:26:43.9217150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9217279Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9218003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9218196Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9218461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9218597Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9218815Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9218823Z 2022-12-01T10:26:43.9218923Z ====================================================================== 2022-12-01T10:26:43.9219208Z ERROR [0.009s]: test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9219359Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9219458Z Traceback (most recent call last): 2022-12-01T10:26:43.9219754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9219828Z raise rte 2022-12-01T10:26:43.9220121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9220226Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9220509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9220599Z return test(*args, **kwargs) 2022-12-01T10:26:43.9220860Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9220992Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9221230Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9221364Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9221633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9221819Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9222063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9222192Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9222442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9222571Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9222854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9222991Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9223249Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9223400Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9223702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9223803Z return self.from_real_tensor( 2022-12-01T10:26:43.9224073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9224200Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9224497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9224654Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9224915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9225048Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9225266Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9225273Z 2022-12-01T10:26:43.9225375Z ====================================================================== 2022-12-01T10:26:43.9225568Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9225717Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9225817Z Traceback (most recent call last): 2022-12-01T10:26:43.9226109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9226185Z raise rte 2022-12-01T10:26:43.9226474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9226575Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9226860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9226947Z return test(*args, **kwargs) 2022-12-01T10:26:43.9227204Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9227335Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9227575Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9227705Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9227970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9228104Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9228343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9228512Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9228759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9228885Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9229163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9229302Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9229563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9229768Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9230021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9230122Z return self.from_real_tensor( 2022-12-01T10:26:43.9230446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9230581Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9230835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9230948Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9231251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9231383Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9231596Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9231605Z 2022-12-01T10:26:43.9231701Z ====================================================================== 2022-12-01T10:26:43.9231897Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9232049Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9232148Z Traceback (most recent call last): 2022-12-01T10:26:43.9232439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9232514Z raise rte 2022-12-01T10:26:43.9232806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9232903Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9233181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9233271Z return test(*args, **kwargs) 2022-12-01T10:26:43.9233533Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9233665Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9233898Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9234027Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9234292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9234429Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9234669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9234796Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9235083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9235211Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9235490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9235626Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9235938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9236095Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9236346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9236441Z return self.from_real_tensor( 2022-12-01T10:26:43.9236764Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9236892Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9237147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9237265Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9237523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9237656Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9237915Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9237922Z 2022-12-01T10:26:43.9238023Z ====================================================================== 2022-12-01T10:26:43.9238227Z ERROR [0.022s]: test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9238380Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9238477Z Traceback (most recent call last): 2022-12-01T10:26:43.9238769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9238843Z raise rte 2022-12-01T10:26:43.9239131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9239234Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9239515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9239606Z return test(*args, **kwargs) 2022-12-01T10:26:43.9239862Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9239995Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9240226Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9240356Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9240621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9240756Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9240999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9241127Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9241370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9241542Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9241825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9242010Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9242270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9242424Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9242724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9242822Z return self.from_real_tensor( 2022-12-01T10:26:43.9243091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9243218Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9243469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9243584Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9243841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9243972Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9244189Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9244195Z 2022-12-01T10:26:43.9244338Z ====================================================================== 2022-12-01T10:26:43.9244548Z ERROR [0.222s]: test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9244697Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9244794Z Traceback (most recent call last): 2022-12-01T10:26:43.9245088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9245161Z raise rte 2022-12-01T10:26:43.9245451Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9245550Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9245833Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9245924Z return test(*args, **kwargs) 2022-12-01T10:26:43.9246184Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9246318Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9246552Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9246687Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9246947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9247079Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9247316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9247444Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9247691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9247818Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9248201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9248342Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9248605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9248806Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9249059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9249153Z return self.from_real_tensor( 2022-12-01T10:26:43.9249421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9249550Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9249803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9249922Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9250180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9250311Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9250524Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9250530Z 2022-12-01T10:26:43.9250630Z ====================================================================== 2022-12-01T10:26:43.9250867Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9251019Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9251119Z Traceback (most recent call last): 2022-12-01T10:26:43.9251412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9251489Z raise rte 2022-12-01T10:26:43.9251775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9251873Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9252150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9252243Z return test(*args, **kwargs) 2022-12-01T10:26:43.9252501Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9252632Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9252869Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9253004Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9253270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9253406Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9253650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9253781Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9254026Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9254209Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9254493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9254677Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9254982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9255136Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9255386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9255480Z return self.from_real_tensor( 2022-12-01T10:26:43.9255751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9255880Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9256133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9256251Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9256512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9256644Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9261685Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9261700Z 2022-12-01T10:26:43.9261816Z ====================================================================== 2022-12-01T10:26:43.9262025Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9262267Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9262360Z Traceback (most recent call last): 2022-12-01T10:26:43.9262682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9262753Z raise rte 2022-12-01T10:26:43.9263063Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9263168Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9263454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9263549Z return test(*args, **kwargs) 2022-12-01T10:26:43.9263816Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9263955Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9264194Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9264327Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9264601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9264735Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9264982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9265114Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9265367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9265494Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9265779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9265917Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9266178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9266385Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9266697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9266792Z return self.from_real_tensor( 2022-12-01T10:26:43.9267065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9267244Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9267502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9267617Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9267875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9268007Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9268222Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9268229Z 2022-12-01T10:26:43.9268328Z ====================================================================== 2022-12-01T10:26:43.9268520Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9268663Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9268760Z Traceback (most recent call last): 2022-12-01T10:26:43.9269101Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9269178Z raise rte 2022-12-01T10:26:43.9269473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9269575Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9269854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9269943Z return test(*args, **kwargs) 2022-12-01T10:26:43.9270203Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9270337Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9270580Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9270712Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9270979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9271116Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9271362Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9271494Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9271742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9271871Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9272155Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9272294Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9272570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9272810Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9273074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9273169Z return self.from_real_tensor( 2022-12-01T10:26:43.9273491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9273621Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9273875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9273994Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9274252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9274385Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9274595Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9274612Z 2022-12-01T10:26:43.9274701Z ====================================================================== 2022-12-01T10:26:43.9274894Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9275046Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9275144Z Traceback (most recent call last): 2022-12-01T10:26:43.9275435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9275550Z raise rte 2022-12-01T10:26:43.9275844Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9275943Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9276225Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9276316Z return test(*args, **kwargs) 2022-12-01T10:26:43.9276574Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9276709Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9276949Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9277079Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9277347Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9277483Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9277722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9277853Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9278104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9278234Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9278518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9278657Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9278970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9279124Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9279378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9279611Z return self.from_real_tensor( 2022-12-01T10:26:43.9279882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9280010Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9280260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9280380Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9280643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9280775Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9280990Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9280999Z 2022-12-01T10:26:43.9281100Z ====================================================================== 2022-12-01T10:26:43.9281307Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9281460Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9281558Z Traceback (most recent call last): 2022-12-01T10:26:43.9281851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9281927Z raise rte 2022-12-01T10:26:43.9282261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9282361Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9282640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9282731Z return test(*args, **kwargs) 2022-12-01T10:26:43.9282991Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9283126Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9283362Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9283496Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9283758Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9283898Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9284139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9284272Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9284521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9284651Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9284982Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9285120Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9285383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9285568Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9285846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9285943Z return self.from_real_tensor( 2022-12-01T10:26:43.9286265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9286392Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9286641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9286757Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9287016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9287146Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9287363Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9287370Z 2022-12-01T10:26:43.9287467Z ====================================================================== 2022-12-01T10:26:43.9287680Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9287828Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9287925Z Traceback (most recent call last): 2022-12-01T10:26:43.9288217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9288288Z raise rte 2022-12-01T10:26:43.9288577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9288713Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9288995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9289086Z return test(*args, **kwargs) 2022-12-01T10:26:43.9289348Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9289480Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9289713Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9289843Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9290107Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9290241Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9290484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9290611Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9290859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9290990Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9291326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9291466Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9291773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9291926Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9292178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9292273Z return self.from_real_tensor( 2022-12-01T10:26:43.9292542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9292715Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9292960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9293075Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9293332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9293464Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9293677Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9293687Z 2022-12-01T10:26:43.9293786Z ====================================================================== 2022-12-01T10:26:43.9293988Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9294139Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9294236Z Traceback (most recent call last): 2022-12-01T10:26:43.9294525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9294598Z raise rte 2022-12-01T10:26:43.9294886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9294983Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9295303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9295392Z return test(*args, **kwargs) 2022-12-01T10:26:43.9295647Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9295781Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9296013Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9296143Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9296408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9296541Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9296781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9296912Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9297186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9297331Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9297618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9297756Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9298064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9298216Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9298464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9298560Z return self.from_real_tensor( 2022-12-01T10:26:43.9298824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9298948Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9299786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9299904Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9300161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9300290Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9300507Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9300514Z 2022-12-01T10:26:43.9300612Z ====================================================================== 2022-12-01T10:26:43.9300816Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9300966Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9301064Z Traceback (most recent call last): 2022-12-01T10:26:43.9301358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9301433Z raise rte 2022-12-01T10:26:43.9301723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9301819Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9302093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9302180Z return test(*args, **kwargs) 2022-12-01T10:26:43.9302486Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9302617Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9302853Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9302990Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9303255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9303449Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9303691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9303822Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9304118Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9304248Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9304532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9304675Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9304934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9305082Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9305330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9305423Z return self.from_real_tensor( 2022-12-01T10:26:43.9305691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9305816Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9306068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9306230Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9306488Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9306617Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9306830Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9306836Z 2022-12-01T10:26:43.9306933Z ====================================================================== 2022-12-01T10:26:43.9307133Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9307284Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9307381Z Traceback (most recent call last): 2022-12-01T10:26:43.9307675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9307747Z raise rte 2022-12-01T10:26:43.9308035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9308131Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9308407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9308493Z return test(*args, **kwargs) 2022-12-01T10:26:43.9308749Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9308923Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9309160Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9309292Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9309607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9309743Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9309987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9310114Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9310404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9310530Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9310814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9310953Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9311215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9311363Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9311611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9311704Z return self.from_real_tensor( 2022-12-01T10:26:43.9311971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9312096Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9312348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9312465Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9312718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9312896Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9313110Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9313117Z 2022-12-01T10:26:43.9313214Z ====================================================================== 2022-12-01T10:26:43.9313415Z ERROR [0.009s]: test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9313568Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9313663Z Traceback (most recent call last): 2022-12-01T10:26:43.9313955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9314029Z raise rte 2022-12-01T10:26:43.9314316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9314415Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9314694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9314780Z return test(*args, **kwargs) 2022-12-01T10:26:43.9315039Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9315172Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9315447Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9315578Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9315891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9316032Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9316271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9316444Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9316691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9316817Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9317103Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9317240Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9317500Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9317654Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9317902Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9317996Z return self.from_real_tensor( 2022-12-01T10:26:43.9318264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9318390Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9318638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9318754Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9319011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9319144Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9319406Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9319414Z 2022-12-01T10:26:43.9319512Z ====================================================================== 2022-12-01T10:26:43.9319706Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9319856Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9319953Z Traceback (most recent call last): 2022-12-01T10:26:43.9320242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9320313Z raise rte 2022-12-01T10:26:43.9320601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9320701Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9320978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9321068Z return test(*args, **kwargs) 2022-12-01T10:26:43.9321328Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9321461Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9321694Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9321923Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9322189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9322323Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9322617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9322748Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9322994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9323122Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9323402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9323540Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9323802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9323958Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9324206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9324301Z return self.from_real_tensor( 2022-12-01T10:26:43.9324569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9324697Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9324947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9325061Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9325316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9325446Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9325660Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9325715Z 2022-12-01T10:26:43.9325813Z ====================================================================== 2022-12-01T10:26:43.9326014Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9326166Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9326263Z Traceback (most recent call last): 2022-12-01T10:26:43.9326552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9326615Z raise rte 2022-12-01T10:26:43.9326911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9327010Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9327291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9327384Z return test(*args, **kwargs) 2022-12-01T10:26:43.9327642Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9327777Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9328068Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9328203Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9328974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9329127Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9329373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9329509Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9329754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9329884Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9330168Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9330306Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9330564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9330718Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9330966Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9331063Z return self.from_real_tensor( 2022-12-01T10:26:43.9331330Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9331458Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9331705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9331819Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9332077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9332212Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9332429Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9332437Z 2022-12-01T10:26:43.9332536Z ====================================================================== 2022-12-01T10:26:43.9332780Z ERROR [0.013s]: test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9332920Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9333017Z Traceback (most recent call last): 2022-12-01T10:26:43.9333314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9333387Z raise rte 2022-12-01T10:26:43.9333676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9333779Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9334113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9334207Z return test(*args, **kwargs) 2022-12-01T10:26:43.9334478Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9334613Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9334901Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9335035Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9335300Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9335436Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9335723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9335855Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9336106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9336237Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9336531Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9336659Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9336926Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9337081Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9337335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9337434Z return self.from_real_tensor( 2022-12-01T10:26:43.9337705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9337834Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9338087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9338205Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9338464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9338596Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9338801Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9338824Z 2022-12-01T10:26:43.9338913Z ====================================================================== 2022-12-01T10:26:43.9339202Z ERROR [0.013s]: test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9339400Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9339501Z Traceback (most recent call last): 2022-12-01T10:26:43.9339801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9339875Z raise rte 2022-12-01T10:26:43.9340219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9340322Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9340602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9340696Z return test(*args, **kwargs) 2022-12-01T10:26:43.9341001Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9341135Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9341372Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9341504Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9341771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9341908Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9342150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9342324Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9342572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9342698Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9342984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9343125Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9343384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9343538Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9343787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9343887Z return self.from_real_tensor( 2022-12-01T10:26:43.9344156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9344282Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9344536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9344652Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9344913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9345048Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9345265Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9345271Z 2022-12-01T10:26:43.9345373Z ====================================================================== 2022-12-01T10:26:43.9345567Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9345717Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9345814Z Traceback (most recent call last): 2022-12-01T10:26:43.9346151Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9346271Z raise rte 2022-12-01T10:26:43.9346564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9346662Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9346988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9347082Z return test(*args, **kwargs) 2022-12-01T10:26:43.9347346Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9347481Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9347719Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9347856Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9348124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9348259Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9348503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9348635Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9348924Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9349057Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9349339Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9349479Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9349741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9349894Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9350145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9350240Z return self.from_real_tensor( 2022-12-01T10:26:43.9350505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9350632Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9350883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9351002Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9351261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9351393Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9351606Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9351613Z 2022-12-01T10:26:43.9351712Z ====================================================================== 2022-12-01T10:26:43.9351904Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9352056Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9352156Z Traceback (most recent call last): 2022-12-01T10:26:43.9352503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9352630Z raise rte 2022-12-01T10:26:43.9352925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9353076Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9353352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9353440Z return test(*args, **kwargs) 2022-12-01T10:26:43.9353701Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9353836Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9354072Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9354204Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9354473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9354609Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9354852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9354979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9355223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9355352Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9355681Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9355820Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9356083Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9356239Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9356486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9356585Z return self.from_real_tensor( 2022-12-01T10:26:43.9356850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9356975Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9357233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9357350Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9357607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9357743Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9357956Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9357963Z 2022-12-01T10:26:43.9358063Z ====================================================================== 2022-12-01T10:26:43.9358269Z ERROR [0.004s]: test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9358464Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9358565Z Traceback (most recent call last): 2022-12-01T10:26:43.9358859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9358933Z raise rte 2022-12-01T10:26:43.9359270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9359421Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9359699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9359787Z return test(*args, **kwargs) 2022-12-01T10:26:43.9360044Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9360177Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9360413Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9360542Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9360802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9360936Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9361173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9361300Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9361543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9361670Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9361992Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9362129Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9362385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9362540Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9362788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9362881Z return self.from_real_tensor( 2022-12-01T10:26:43.9363149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9363275Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9363523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9363640Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9363896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9364027Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9364245Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9364252Z 2022-12-01T10:26:43.9364348Z ====================================================================== 2022-12-01T10:26:43.9364591Z ERROR [0.004s]: test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9364743Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9364842Z Traceback (most recent call last): 2022-12-01T10:26:43.9365170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9365252Z raise rte 2022-12-01T10:26:43.9365540Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9365686Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9365963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9366055Z return test(*args, **kwargs) 2022-12-01T10:26:43.9366313Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9366447Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9366681Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9366816Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9367082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9367214Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9367453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9367583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9367832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9367963Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9368240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9368376Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9368680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9368832Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9369082Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9369180Z return self.from_real_tensor( 2022-12-01T10:26:43.9369443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9369570Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9369818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9369936Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9370192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9370321Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9370533Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9370573Z 2022-12-01T10:26:43.9370689Z ====================================================================== 2022-12-01T10:26:43.9370887Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9371038Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9371135Z Traceback (most recent call last): 2022-12-01T10:26:43.9371473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9371548Z raise rte 2022-12-01T10:26:43.9371842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9371941Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9372218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9372357Z return test(*args, **kwargs) 2022-12-01T10:26:43.9372614Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9372745Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9372979Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9373110Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9373377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9373511Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9373749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9373879Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9374126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9374254Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9374536Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9374670Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9374925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9375114Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9375361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9375456Z return self.from_real_tensor( 2022-12-01T10:26:43.9375723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9375850Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9376098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9376215Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9376474Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9376606Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9376867Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9376875Z 2022-12-01T10:26:43.9376975Z ====================================================================== 2022-12-01T10:26:43.9377190Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9377386Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9377484Z Traceback (most recent call last): 2022-12-01T10:26:43.9377775Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9377845Z raise rte 2022-12-01T10:26:43.9378133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9378235Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9378508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9378594Z return test(*args, **kwargs) 2022-12-01T10:26:43.9378898Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9379123Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9379358Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9379488Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9379752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9379887Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9380129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9380260Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9380503Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9380633Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9380910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9381047Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9381310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9381462Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9381761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9381856Z return self.from_real_tensor( 2022-12-01T10:26:43.9382130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9382257Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9382509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9382624Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9382883Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9383011Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9383226Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9383234Z 2022-12-01T10:26:43.9383330Z ====================================================================== 2022-12-01T10:26:43.9383523Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9383674Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9383772Z Traceback (most recent call last): 2022-12-01T10:26:43.9384061Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9384131Z raise rte 2022-12-01T10:26:43.9384418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9384517Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9384792Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9384881Z return test(*args, **kwargs) 2022-12-01T10:26:43.9385141Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9385323Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9385562Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9385694Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9385955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9386088Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9386326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9386457Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9386699Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9386829Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9387112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9387249Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9387510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9387660Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9387965Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9388104Z return self.from_real_tensor( 2022-12-01T10:26:43.9388372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9388497Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9388750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9388912Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9389169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9389299Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9389514Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9389521Z 2022-12-01T10:26:43.9389622Z ====================================================================== 2022-12-01T10:26:43.9389811Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9389961Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9390060Z Traceback (most recent call last): 2022-12-01T10:26:43.9390354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9390424Z raise rte 2022-12-01T10:26:43.9390714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9390815Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9391095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9391187Z return test(*args, **kwargs) 2022-12-01T10:26:43.9391453Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9391588Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9391825Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9392004Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9392266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9392401Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9392641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9392771Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9393018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9393147Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9393426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9393568Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9393831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9393985Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9394231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9394327Z return self.from_real_tensor( 2022-12-01T10:26:43.9394638Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9394764Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9395012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9395130Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9395386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9395517Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9395727Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9395733Z 2022-12-01T10:26:43.9395831Z ====================================================================== 2022-12-01T10:26:43.9396027Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9396171Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9396272Z Traceback (most recent call last): 2022-12-01T10:26:43.9396566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9396641Z raise rte 2022-12-01T10:26:43.9396933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9397032Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9397314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9397405Z return test(*args, **kwargs) 2022-12-01T10:26:43.9397664Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9397803Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9398038Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9398172Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9398481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9398615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9398865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9398984Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9399242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9399362Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9399655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9399792Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9400055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9400209Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9400461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9400555Z return self.from_real_tensor( 2022-12-01T10:26:43.9400821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9400947Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9401237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9401354Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9401608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9401741Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9401954Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9401961Z 2022-12-01T10:26:43.9402063Z ====================================================================== 2022-12-01T10:26:43.9402265Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9402416Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9402515Z Traceback (most recent call last): 2022-12-01T10:26:43.9402808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9402882Z raise rte 2022-12-01T10:26:43.9403176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9403275Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9403553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9403643Z return test(*args, **kwargs) 2022-12-01T10:26:43.9403902Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9404035Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9404275Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9404477Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9404744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9405408Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9405655Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9405786Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9406033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9406163Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9406449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9406587Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9406850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9407008Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9407256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9407351Z return self.from_real_tensor( 2022-12-01T10:26:43.9407621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9407749Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9408050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9408168Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9408429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9408566Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9408786Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9408794Z 2022-12-01T10:26:43.9408895Z ====================================================================== 2022-12-01T10:26:43.9409095Z ERROR [0.007s]: test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9409247Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9409347Z Traceback (most recent call last): 2022-12-01T10:26:43.9409646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9409722Z raise rte 2022-12-01T10:26:43.9410015Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9410119Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9410402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9410493Z return test(*args, **kwargs) 2022-12-01T10:26:43.9410753Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9410887Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9411123Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9411257Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9411522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9411657Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9411943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9412073Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9412319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9412448Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9412729Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9412872Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9413133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9413283Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9413535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9413629Z return self.from_real_tensor( 2022-12-01T10:26:43.9413894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9414024Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9414271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9414384Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9414685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9414818Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9415032Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9415040Z 2022-12-01T10:26:43.9415139Z ====================================================================== 2022-12-01T10:26:43.9415329Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9415479Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9415575Z Traceback (most recent call last): 2022-12-01T10:26:43.9415867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9415941Z raise rte 2022-12-01T10:26:43.9416232Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9416332Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9416609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9416700Z return test(*args, **kwargs) 2022-12-01T10:26:43.9416959Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9417094Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9417329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9417457Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9417721Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9417853Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9418088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9418261Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9418505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9418629Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9418911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9419136Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9419397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9419551Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9419804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9419901Z return self.from_real_tensor( 2022-12-01T10:26:43.9420169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9420295Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9420550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9420666Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9420923Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9421105Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9421320Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9421326Z 2022-12-01T10:26:43.9421428Z ====================================================================== 2022-12-01T10:26:43.9421628Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9421780Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9421878Z Traceback (most recent call last): 2022-12-01T10:26:43.9422169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9422243Z raise rte 2022-12-01T10:26:43.9422532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9422632Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9422911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9423003Z return test(*args, **kwargs) 2022-12-01T10:26:43.9423263Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9423394Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9423632Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9423761Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9424021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9424155Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9424396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9424526Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9424817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9424946Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9425224Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9425362Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9425623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9425774Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9426027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9426122Z return self.from_real_tensor( 2022-12-01T10:26:43.9426469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9426600Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9426852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9426965Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9427221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9427353Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9427614Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9427622Z 2022-12-01T10:26:43.9427722Z ====================================================================== 2022-12-01T10:26:43.9427917Z ERROR [0.007s]: test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9428068Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9428167Z Traceback (most recent call last): 2022-12-01T10:26:43.9428458Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9428529Z raise rte 2022-12-01T10:26:43.9428818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9428916Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9429192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9429282Z return test(*args, **kwargs) 2022-12-01T10:26:43.9429541Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9429675Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9429910Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9430041Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9430303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9430433Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9430670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9430799Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9431044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9431212Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9431495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9431634Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9431889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9432040Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9432287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9432382Z return self.from_real_tensor( 2022-12-01T10:26:43.9432646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9432770Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9433022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9433136Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9433390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9433521Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9433737Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9433744Z 2022-12-01T10:26:43.9434272Z ====================================================================== 2022-12-01T10:26:43.9434470Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9434620Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9434722Z Traceback (most recent call last): 2022-12-01T10:26:43.9435017Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9435089Z raise rte 2022-12-01T10:26:43.9435378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9435476Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9435832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9435924Z return test(*args, **kwargs) 2022-12-01T10:26:43.9436189Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9436363Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9436606Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9436733Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9436998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9437132Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9437374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9437502Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9437751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9437875Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9438158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9438345Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9438606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9438759Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9439008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9439100Z return self.from_real_tensor( 2022-12-01T10:26:43.9439371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9439497Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9439747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9439864Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9440117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9440246Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9440463Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9440470Z 2022-12-01T10:26:43.9440569Z ====================================================================== 2022-12-01T10:26:43.9440824Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9440977Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9441072Z Traceback (most recent call last): 2022-12-01T10:26:43.9441365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9441439Z raise rte 2022-12-01T10:26:43.9441727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9441826Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9442104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9442189Z return test(*args, **kwargs) 2022-12-01T10:26:43.9442450Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9442581Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9442816Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9442947Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9443211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9443349Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9443589Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9443717Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9443963Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9444093Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9444375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9444513Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9444816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9444968Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9445217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9445309Z return self.from_real_tensor( 2022-12-01T10:26:43.9445572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9445701Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9445951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9446067Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9446324Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9446457Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9446670Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9446678Z 2022-12-01T10:26:43.9446776Z ====================================================================== 2022-12-01T10:26:43.9446990Z ERROR [0.012s]: test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9447139Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9447279Z Traceback (most recent call last): 2022-12-01T10:26:43.9447575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9447650Z raise rte 2022-12-01T10:26:43.9447975Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9448093Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9448373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9448461Z return test(*args, **kwargs) 2022-12-01T10:26:43.9448719Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9448855Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9449093Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9449225Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9449487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9449624Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9449863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9449992Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9450238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9450365Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9450647Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9450784Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9451039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9451237Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9451484Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9451580Z return self.from_real_tensor( 2022-12-01T10:26:43.9451848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9451974Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9452226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9452343Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9452602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9452737Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9452952Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9452959Z 2022-12-01T10:26:43.9453059Z ====================================================================== 2022-12-01T10:26:43.9453271Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9453424Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9453519Z Traceback (most recent call last): 2022-12-01T10:26:43.9453853Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9453926Z raise rte 2022-12-01T10:26:43.9454218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9454321Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9454596Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9454685Z return test(*args, **kwargs) 2022-12-01T10:26:43.9454946Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9455082Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9455316Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9455451Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9455713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9455851Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9456089Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9456218Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9456461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9456590Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9456869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9457010Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9457269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9457420Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9457712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9457807Z return self.from_real_tensor( 2022-12-01T10:26:43.9458074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9458201Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9458454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9458570Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9458828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9459042Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9459265Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9459272Z 2022-12-01T10:26:43.9459374Z ====================================================================== 2022-12-01T10:26:43.9459575Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9459726Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9459814Z Traceback (most recent call last): 2022-12-01T10:26:43.9460112Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9460189Z raise rte 2022-12-01T10:26:43.9460526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9460626Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9461054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9461152Z return test(*args, **kwargs) 2022-12-01T10:26:43.9461428Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9461553Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9461803Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9461925Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9462206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9462342Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9462583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9462717Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9462962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9463092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9463373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9463513Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9463776Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9463929Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9464181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9464353Z return self.from_real_tensor( 2022-12-01T10:26:43.9464622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9464750Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9465007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9465126Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9465384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9465517Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9465737Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9465745Z 2022-12-01T10:26:43.9465849Z ====================================================================== 2022-12-01T10:26:43.9466038Z ERROR [0.056s]: test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9466188Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9466288Z Traceback (most recent call last): 2022-12-01T10:26:43.9466582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9466655Z raise rte 2022-12-01T10:26:43.9466995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9467098Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9467372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9467465Z return test(*args, **kwargs) 2022-12-01T10:26:43.9467726Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9467857Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9468093Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9468225Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9468490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9468630Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9468867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9468996Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9469244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9469376Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9469656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9469795Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9470057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9470211Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9470462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9470559Z return self.from_real_tensor( 2022-12-01T10:26:43.9470875Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9471004Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9471268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9471374Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9471641Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9471763Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9471979Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9471998Z 2022-12-01T10:26:43.9472089Z ====================================================================== 2022-12-01T10:26:43.9472292Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9472447Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9472546Z Traceback (most recent call last): 2022-12-01T10:26:43.9472836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9472910Z raise rte 2022-12-01T10:26:43.9473200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9473297Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9473622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9473713Z return test(*args, **kwargs) 2022-12-01T10:26:43.9473974Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9474111Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9474347Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9474479Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9474739Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9474875Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9475117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9475250Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9475496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9475628Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9475916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9476057Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9476316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9476470Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9476722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9476819Z return self.from_real_tensor( 2022-12-01T10:26:43.9477092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9477264Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9477516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9477633Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9477890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9478022Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9478238Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9478245Z 2022-12-01T10:26:43.9478350Z ====================================================================== 2022-12-01T10:26:43.9478546Z ERROR [0.026s]: test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9478699Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9478800Z Traceback (most recent call last): 2022-12-01T10:26:43.9479093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9479166Z raise rte 2022-12-01T10:26:43.9479454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9479555Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9479829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9479967Z return test(*args, **kwargs) 2022-12-01T10:26:43.9480226Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9480362Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9480599Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9480733Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9481001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9481136Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9481374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9481502Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9481747Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9481877Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9482156Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9482294Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9482554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9482705Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9482953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9483048Z return self.from_real_tensor( 2022-12-01T10:26:43.9483315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9483442Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9483694Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9483853Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9484110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9484241Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9484455Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9484462Z 2022-12-01T10:26:43.9484562Z ====================================================================== 2022-12-01T10:26:43.9484771Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9484924Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9485019Z Traceback (most recent call last): 2022-12-01T10:26:43.9485315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9485388Z raise rte 2022-12-01T10:26:43.9485676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9485776Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9486054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9486141Z return test(*args, **kwargs) 2022-12-01T10:26:43.9486441Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9486579Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9486815Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9486951Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9487217Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9487353Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9487592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9487723Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9487967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9488098Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9488379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9488519Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9488773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9488930Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9489178Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9489273Z return self.from_real_tensor( 2022-12-01T10:26:43.9489539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9489672Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9489927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9490043Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9490341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9490472Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9490686Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9490693Z 2022-12-01T10:26:43.9490791Z ====================================================================== 2022-12-01T10:26:43.9491000Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9491154Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9491249Z Traceback (most recent call last): 2022-12-01T10:26:43.9491541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9491617Z raise rte 2022-12-01T10:26:43.9491958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9492077Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9492357Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9492446Z return test(*args, **kwargs) 2022-12-01T10:26:43.9492751Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9492936Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9493174Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9493304Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9493570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9493703Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9493940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9494069Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9494313Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9494441Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9494719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9494857Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9495114Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9495267Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9495517Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9495613Z return self.from_real_tensor( 2022-12-01T10:26:43.9495882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9496006Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9496260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9496376Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9496631Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9496806Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9497023Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9497030Z 2022-12-01T10:26:43.9497130Z ====================================================================== 2022-12-01T10:26:43.9497318Z ERROR [0.016s]: test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9497466Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9497564Z Traceback (most recent call last): 2022-12-01T10:26:43.9497858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9497933Z raise rte 2022-12-01T10:26:43.9498221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9498319Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9498594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9498684Z return test(*args, **kwargs) 2022-12-01T10:26:43.9498942Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9499164Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9499445Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9499577Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9499838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9499976Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9500212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9500340Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9500586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9500714Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9500990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9501129Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9501387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9501538Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9501788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9501881Z return self.from_real_tensor( 2022-12-01T10:26:43.9502148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9502273Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9502522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9502638Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9502889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9503023Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9503280Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9503287Z 2022-12-01T10:26:43.9503386Z ====================================================================== 2022-12-01T10:26:43.9503578Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9503728Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9503827Z Traceback (most recent call last): 2022-12-01T10:26:43.9504116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9504190Z raise rte 2022-12-01T10:26:43.9504475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9504575Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9504847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9504936Z return test(*args, **kwargs) 2022-12-01T10:26:43.9505195Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9505330Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9505566Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9505697Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9505999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9506133Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9506373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9506506Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9506753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9506880Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9507160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9507295Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9507556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9507709Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9507960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9508054Z return self.from_real_tensor( 2022-12-01T10:26:43.9508321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9508448Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9508700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9508815Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9509070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9509200Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9509415Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9509901Z 2022-12-01T10:26:43.9510006Z ====================================================================== 2022-12-01T10:26:43.9510208Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9510362Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9510459Z Traceback (most recent call last): 2022-12-01T10:26:43.9510754Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9510827Z raise rte 2022-12-01T10:26:43.9511121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9511219Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9511497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9511591Z return test(*args, **kwargs) 2022-12-01T10:26:43.9511849Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9511981Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9512219Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9512352Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9512617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9512793Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9513039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9513171Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9513417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9513543Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9513824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9513958Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9514216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9514368Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9514617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9514710Z return self.from_real_tensor( 2022-12-01T10:26:43.9514979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9515104Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9515353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9515466Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9515723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9515852Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9516072Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9516079Z 2022-12-01T10:26:43.9516178Z ====================================================================== 2022-12-01T10:26:43.9516419Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9516569Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9516666Z Traceback (most recent call last): 2022-12-01T10:26:43.9516956Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9517028Z raise rte 2022-12-01T10:26:43.9517317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9517416Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9517698Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9517793Z return test(*args, **kwargs) 2022-12-01T10:26:43.9518051Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9518187Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9518423Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9518554Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9518818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9518954Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9519235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9519369Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9519618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9519747Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9520027Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9520164Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9520422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9520573Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9520828Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9520924Z return self.from_real_tensor( 2022-12-01T10:26:43.9521193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9521323Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9521571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9521684Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9521941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9522068Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9522281Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9522288Z 2022-12-01T10:26:43.9522389Z ====================================================================== 2022-12-01T10:26:43.9522588Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9522737Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9522871Z Traceback (most recent call last): 2022-12-01T10:26:43.9523173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9523236Z raise rte 2022-12-01T10:26:43.9523543Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9523632Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9523929Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9524019Z return test(*args, **kwargs) 2022-12-01T10:26:43.9524282Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9524415Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9524653Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9524787Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9525053Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9525191Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9525435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9525608Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9525858Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9525987Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9526270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9526409Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9526670Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9526825Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9527074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9527173Z return self.from_real_tensor( 2022-12-01T10:26:43.9527444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9527573Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9527822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9527940Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9528197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9528332Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9528543Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9528549Z 2022-12-01T10:26:43.9528647Z ====================================================================== 2022-12-01T10:26:43.9528841Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9528995Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9529093Z Traceback (most recent call last): 2022-12-01T10:26:43.9529434Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9529508Z raise rte 2022-12-01T10:26:43.9529796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9529896Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9530174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9530265Z return test(*args, **kwargs) 2022-12-01T10:26:43.9530523Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9530658Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9530894Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9531029Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9531295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9531431Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9531674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9531803Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9532090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9532222Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9532505Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9532645Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9532906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9533061Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9533325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9533410Z return self.from_real_tensor( 2022-12-01T10:26:43.9533687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9533806Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9534066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9534176Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9534443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9534574Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9534779Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9534796Z 2022-12-01T10:26:43.9534887Z ====================================================================== 2022-12-01T10:26:43.9535116Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9535271Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9535371Z Traceback (most recent call last): 2022-12-01T10:26:43.9535663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9535778Z raise rte 2022-12-01T10:26:43.9536069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9536168Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9536442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9536532Z return test(*args, **kwargs) 2022-12-01T10:26:43.9536791Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9536927Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9537163Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9537295Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9537566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9537700Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9537941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9538071Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9538315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9538442Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9539265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9539421Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9539693Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9539846Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9540099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9540196Z return self.from_real_tensor( 2022-12-01T10:26:43.9540465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9540591Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9540846Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9540963Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9541221Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9541354Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9541570Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9541577Z 2022-12-01T10:26:43.9541678Z ====================================================================== 2022-12-01T10:26:43.9541907Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9542060Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9542161Z Traceback (most recent call last): 2022-12-01T10:26:43.9542454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9542529Z raise rte 2022-12-01T10:26:43.9542868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9542968Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9543245Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9543334Z return test(*args, **kwargs) 2022-12-01T10:26:43.9543594Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9543728Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9543965Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9544097Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9544421Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9544629Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9544998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9545210Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9550772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9551073Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9551573Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9551721Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9551999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9552162Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9552422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9552521Z return self.from_real_tensor( 2022-12-01T10:26:43.9552799Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9552932Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9553193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9553315Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9553577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9553715Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9553943Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9553951Z 2022-12-01T10:26:43.9554055Z ====================================================================== 2022-12-01T10:26:43.9554275Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9554428Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9554528Z Traceback (most recent call last): 2022-12-01T10:26:43.9554826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9554901Z raise rte 2022-12-01T10:26:43.9555194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9555359Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9555643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9555732Z return test(*args, **kwargs) 2022-12-01T10:26:43.9555993Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9556129Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9556369Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9556501Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9556771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9556906Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9557152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9557282Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9557529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9557659Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9557944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9558130Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9558400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9558551Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9558806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9558899Z return self.from_real_tensor( 2022-12-01T10:26:43.9559172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9559301Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9559555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9559673Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9559938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9560071Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9560284Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9560293Z 2022-12-01T10:26:43.9560393Z ====================================================================== 2022-12-01T10:26:43.9560610Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9560762Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9560863Z Traceback (most recent call last): 2022-12-01T10:26:43.9561159Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9561231Z raise rte 2022-12-01T10:26:43.9561523Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9561619Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9561897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9562035Z return test(*args, **kwargs) 2022-12-01T10:26:43.9562296Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9562429Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9562665Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9562796Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9563064Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9563200Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9563441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9563574Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9563821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9563949Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9564231Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9564368Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9564675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9564831Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9565081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9565179Z return self.from_real_tensor( 2022-12-01T10:26:43.9565446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9565574Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9565822Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9565940Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9566197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9566329Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9566543Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9566550Z 2022-12-01T10:26:43.9566654Z ====================================================================== 2022-12-01T10:26:43.9566869Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9567020Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9567116Z Traceback (most recent call last): 2022-12-01T10:26:43.9567407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9567480Z raise rte 2022-12-01T10:26:43.9567770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9567866Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9568146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9568287Z return test(*args, **kwargs) 2022-12-01T10:26:43.9568548Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9568682Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9568917Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9569047Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9569311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9569446Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9569685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9569815Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9570062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9570192Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9570477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9570614Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9570872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9571065Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9571323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9571417Z return self.from_real_tensor( 2022-12-01T10:26:43.9571687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9571814Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9572066Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9572183Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9572439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9572570Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9572785Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9572791Z 2022-12-01T10:26:43.9572891Z ====================================================================== 2022-12-01T10:26:43.9573135Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9573286Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9573382Z Traceback (most recent call last): 2022-12-01T10:26:43.9578413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9578508Z raise rte 2022-12-01T10:26:43.9578826Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9578929Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9579325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9579416Z return test(*args, **kwargs) 2022-12-01T10:26:43.9579684Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9579915Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9580157Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9580291Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9580565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9580705Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9580953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9581085Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9581337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9581468Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9581749Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9581889Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9582154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9582308Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9582618Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9582712Z return self.from_real_tensor( 2022-12-01T10:26:43.9582983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9583111Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9583363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9583479Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9583736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9583871Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9584091Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9584099Z 2022-12-01T10:26:43.9584203Z ====================================================================== 2022-12-01T10:26:43.9584417Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9584574Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9584669Z Traceback (most recent call last): 2022-12-01T10:26:43.9584961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9585033Z raise rte 2022-12-01T10:26:43.9585322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9585422Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9585706Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9585799Z return test(*args, **kwargs) 2022-12-01T10:26:43.9586060Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9586299Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9586538Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9586670Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9586940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9587077Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9587320Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9587454Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9587700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9587829Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9588116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9588254Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9588520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9588674Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9588927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9589024Z return self.from_real_tensor( 2022-12-01T10:26:43.9589340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9589470Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9589724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9589839Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9590097Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9590227Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9590440Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9590448Z 2022-12-01T10:26:43.9590548Z ====================================================================== 2022-12-01T10:26:43.9590777Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9590927Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9591027Z Traceback (most recent call last): 2022-12-01T10:26:43.9591322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9591396Z raise rte 2022-12-01T10:26:43.9591689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9591789Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9592065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9592156Z return test(*args, **kwargs) 2022-12-01T10:26:43.9592421Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9592555Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9592793Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9592968Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9593241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9593451Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9593696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9593826Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9594121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9594253Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9594539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9594681Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9594946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9595099Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9595352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9595448Z return self.from_real_tensor( 2022-12-01T10:26:43.9595762Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9595891Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9596146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9596263Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9596522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9596655Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9596872Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9596879Z 2022-12-01T10:26:43.9596981Z ====================================================================== 2022-12-01T10:26:43.9597212Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9597361Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9597458Z Traceback (most recent call last): 2022-12-01T10:26:43.9597753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9597832Z raise rte 2022-12-01T10:26:43.9598126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9598227Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9598508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9598601Z return test(*args, **kwargs) 2022-12-01T10:26:43.9598862Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9599001Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9599239Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9599419Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9599686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9599820Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9600062Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9600195Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9600444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9600577Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9600863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9601004Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9601270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9601483Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9601735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9601834Z return self.from_real_tensor( 2022-12-01T10:26:43.9602106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9602236Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9602546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9602665Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9602927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9603064Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9603283Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9603289Z 2022-12-01T10:26:43.9603392Z ====================================================================== 2022-12-01T10:26:43.9603620Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9603770Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9603860Z Traceback (most recent call last): 2022-12-01T10:26:43.9604164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9604228Z raise rte 2022-12-01T10:26:43.9604534Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9604635Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9604913Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9605005Z return test(*args, **kwargs) 2022-12-01T10:26:43.9605265Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9605400Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9605641Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9605776Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9606044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9606224Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9606469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9606602Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9606852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9606981Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9607273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9607414Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9607679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9607837Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9608094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9608192Z return self.from_real_tensor( 2022-12-01T10:26:43.9608455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9608584Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9608879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9608998Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9609256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9609394Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9609610Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9609617Z 2022-12-01T10:26:43.9609718Z ====================================================================== 2022-12-01T10:26:43.9609929Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9610070Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9610170Z Traceback (most recent call last): 2022-12-01T10:26:43.9610468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9610543Z raise rte 2022-12-01T10:26:43.9610835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9610936Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9611214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9611305Z return test(*args, **kwargs) 2022-12-01T10:26:43.9611565Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9611703Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9611944Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9612080Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9612345Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9612521Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9612765Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9612895Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9613145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9613274Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9613558Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9613703Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9613972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9614114Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9614377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9614474Z return self.from_real_tensor( 2022-12-01T10:26:43.9614748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9614876Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9615127Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9615244Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9615544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9615679Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9615889Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9615910Z 2022-12-01T10:26:43.9616001Z ====================================================================== 2022-12-01T10:26:43.9616254Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9616407Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9616508Z Traceback (most recent call last): 2022-12-01T10:26:43.9616806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9616882Z raise rte 2022-12-01T10:26:43.9617174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9617276Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9617556Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9617649Z return test(*args, **kwargs) 2022-12-01T10:26:43.9617908Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9618043Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9618280Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9618414Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9618682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9618818Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9619145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9619336Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9619585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9619717Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9620002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9620141Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9620404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9620561Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9620814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9620912Z return self.from_real_tensor( 2022-12-01T10:26:43.9621184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9621314Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9621569Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9621688Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9621987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9622121Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9622336Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9622345Z 2022-12-01T10:26:43.9622448Z ====================================================================== 2022-12-01T10:26:43.9622661Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9622814Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9622912Z Traceback (most recent call last): 2022-12-01T10:26:43.9623207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9623283Z raise rte 2022-12-01T10:26:43.9623577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9623677Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9623953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9624047Z return test(*args, **kwargs) 2022-12-01T10:26:43.9624302Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9624437Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9624676Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9624809Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9625074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9625211Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9625453Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9625583Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9626401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9626528Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9626816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9626957Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9627218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9627375Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9627629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9627728Z return self.from_real_tensor( 2022-12-01T10:26:43.9628002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9628129Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9628379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9628498Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9628755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9628892Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9629157Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9629165Z 2022-12-01T10:26:43.9629265Z ====================================================================== 2022-12-01T10:26:43.9629489Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9629639Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9629739Z Traceback (most recent call last): 2022-12-01T10:26:43.9630034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9630108Z raise rte 2022-12-01T10:26:43.9630397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9630501Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9630772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9630861Z return test(*args, **kwargs) 2022-12-01T10:26:43.9631125Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9631257Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9631499Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9631630Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9631895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9632030Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9632273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9632401Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9632648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9632816Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9633100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9633236Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9633496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9633648Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9633900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9633995Z return self.from_real_tensor( 2022-12-01T10:26:43.9634262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9634392Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9634646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9634763Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9635021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9635153Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9635366Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9635417Z 2022-12-01T10:26:43.9635518Z ====================================================================== 2022-12-01T10:26:43.9635740Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9635894Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9635992Z Traceback (most recent call last): 2022-12-01T10:26:43.9636287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9636362Z raise rte 2022-12-01T10:26:43.9636654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9636755Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9637034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9637121Z return test(*args, **kwargs) 2022-12-01T10:26:43.9637377Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9637511Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9637744Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9637877Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9638140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9638275Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9638515Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9638646Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9638894Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9639019Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9639349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9639488Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9639746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9639895Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9640146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9640240Z return self.from_real_tensor( 2022-12-01T10:26:43.9640508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9640635Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9640890Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9641005Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9641254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9641385Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9641601Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9641608Z 2022-12-01T10:26:43.9641707Z ====================================================================== 2022-12-01T10:26:43.9641974Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9642126Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9642226Z Traceback (most recent call last): 2022-12-01T10:26:43.9642519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9642590Z raise rte 2022-12-01T10:26:43.9642879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9642978Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9643255Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9643342Z return test(*args, **kwargs) 2022-12-01T10:26:43.9643604Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9643737Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9643975Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9644107Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9644369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9644504Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9644743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9644871Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9645119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9645244Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9645524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9645711Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9645970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9646126Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9646375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9646469Z return self.from_real_tensor( 2022-12-01T10:26:43.9646732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9646859Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9647109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9647226Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9647485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9647616Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9647833Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9647840Z 2022-12-01T10:26:43.9647938Z ====================================================================== 2022-12-01T10:26:43.9648195Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9648345Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9648442Z Traceback (most recent call last): 2022-12-01T10:26:43.9648734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9648807Z raise rte 2022-12-01T10:26:43.9649094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9649192Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9649468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9649559Z return test(*args, **kwargs) 2022-12-01T10:26:43.9649819Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9649953Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9650186Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9650322Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9650586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9650720Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9650959Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9651087Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9651334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9651466Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9651748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9651885Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9652184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9652336Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9652584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9652678Z return self.from_real_tensor( 2022-12-01T10:26:43.9652943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9653071Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9653323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9653441Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9653703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9653833Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9654045Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9654052Z 2022-12-01T10:26:43.9654152Z ====================================================================== 2022-12-01T10:26:43.9654371Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9654521Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9655051Z Traceback (most recent call last): 2022-12-01T10:26:43.9655364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9655440Z raise rte 2022-12-01T10:26:43.9655733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9655835Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9656121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9656212Z return test(*args, **kwargs) 2022-12-01T10:26:43.9656469Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9656602Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9656841Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9656976Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9657242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9657382Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9657624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9657755Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9658004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9658135Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9658418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9658556Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9658815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9659115Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9659370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9659467Z return self.from_real_tensor( 2022-12-01T10:26:43.9659735Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9659862Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9660121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9660239Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9660498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9660634Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9660853Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9660859Z 2022-12-01T10:26:43.9660958Z ====================================================================== 2022-12-01T10:26:43.9661181Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9661331Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9661430Z Traceback (most recent call last): 2022-12-01T10:26:43.9661772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9661849Z raise rte 2022-12-01T10:26:43.9662145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9662250Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9662529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9662620Z return test(*args, **kwargs) 2022-12-01T10:26:43.9662881Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9663016Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9663251Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9663389Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9663653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9663792Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9664037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9664168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9664420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9664551Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9664837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9664981Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9665247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9665403Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9665701Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9665799Z return self.from_real_tensor( 2022-12-01T10:26:43.9666070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9666202Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9666454Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9666571Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9666832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9666966Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9667185Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9667191Z 2022-12-01T10:26:43.9667292Z ====================================================================== 2022-12-01T10:26:43.9667507Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9667658Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9667759Z Traceback (most recent call last): 2022-12-01T10:26:43.9668055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9668177Z raise rte 2022-12-01T10:26:43.9668475Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9668576Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9668854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9668949Z return test(*args, **kwargs) 2022-12-01T10:26:43.9669209Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9669344Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9669581Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9669715Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9669984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9670122Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9670367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9670503Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9670752Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9670882Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9671165Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9671306Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9671572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9671724Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9671974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9672118Z return self.from_real_tensor( 2022-12-01T10:26:43.9672389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9672521Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9672773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9672892Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9673152Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9673286Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9673502Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9673511Z 2022-12-01T10:26:43.9673613Z ====================================================================== 2022-12-01T10:26:43.9673827Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9673978Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9674066Z Traceback (most recent call last): 2022-12-01T10:26:43.9674369Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9674431Z raise rte 2022-12-01T10:26:43.9674774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9674872Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9675153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9675250Z return test(*args, **kwargs) 2022-12-01T10:26:43.9675510Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9675645Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9675881Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9676011Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9676280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9676419Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9676660Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9676792Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9677042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9677171Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9677455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9677596Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9677856Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9678011Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9678263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9678359Z return self.from_real_tensor( 2022-12-01T10:26:43.9678675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9678804Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9679059Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9679178Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9679436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9679570Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9679788Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9679796Z 2022-12-01T10:26:43.9679900Z ====================================================================== 2022-12-01T10:26:43.9680121Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9680261Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9680358Z Traceback (most recent call last): 2022-12-01T10:26:43.9680653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9680726Z raise rte 2022-12-01T10:26:43.9681014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9681159Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9681441Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9681533Z return test(*args, **kwargs) 2022-12-01T10:26:43.9681793Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9681924Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9682158Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9682293Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9682561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9682697Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9682942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9683072Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9683323Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9683456Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9683746Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9683875Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9684149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9684303Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9684555Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9684649Z return self.from_real_tensor( 2022-12-01T10:26:43.9684912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9685086Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9685338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9685456Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9685713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9685848Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9686054Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9686075Z 2022-12-01T10:26:43.9686166Z ====================================================================== 2022-12-01T10:26:43.9686385Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9686538Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9686638Z Traceback (most recent call last): 2022-12-01T10:26:43.9686928Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9687001Z raise rte 2022-12-01T10:26:43.9687290Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9687391Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9687711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9687804Z return test(*args, **kwargs) 2022-12-01T10:26:43.9688065Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9688202Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9688441Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9688573Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9688838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9688972Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9689213Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9689347Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9689597Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9689729Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9690012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9690151Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9690412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9690566Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9690818Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9690916Z return self.from_real_tensor( 2022-12-01T10:26:43.9691184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9691310Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9691609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9691724Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9691984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9692116Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9692333Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9692340Z 2022-12-01T10:26:43.9692440Z ====================================================================== 2022-12-01T10:26:43.9692661Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9692814Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9692913Z Traceback (most recent call last): 2022-12-01T10:26:43.9693208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9693282Z raise rte 2022-12-01T10:26:43.9693576Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9693675Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9693955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9694044Z return test(*args, **kwargs) 2022-12-01T10:26:43.9694341Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9694475Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9694790Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9694925Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9695186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9695319Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9695607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9695740Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9695987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9696113Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9696396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9696534Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9696798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9696948Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9697201Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9697295Z return self.from_real_tensor( 2022-12-01T10:26:43.9697565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9697696Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9697951Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9698127Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9698386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9698519Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9698735Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9698742Z 2022-12-01T10:26:43.9698843Z ====================================================================== 2022-12-01T10:26:43.9699176Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9699331Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9699429Z Traceback (most recent call last): 2022-12-01T10:26:43.9699720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9699793Z raise rte 2022-12-01T10:26:43.9700080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9700176Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9700456Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9700546Z return test(*args, **kwargs) 2022-12-01T10:26:43.9700850Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9700983Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9701218Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9701351Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9701616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9701751Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9701988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9702116Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9702359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9702487Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9702766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9702901Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9703164Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9703314Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9703562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9703657Z return self.from_real_tensor( 2022-12-01T10:26:43.9703925Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9704054Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9704307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9704423Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9704727Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9704856Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9705071Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9705078Z 2022-12-01T10:26:43.9705176Z ====================================================================== 2022-12-01T10:26:43.9705392Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9705542Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9705641Z Traceback (most recent call last): 2022-12-01T10:26:43.9705933Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9706007Z raise rte 2022-12-01T10:26:43.9706303Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9706401Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9706676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9706767Z return test(*args, **kwargs) 2022-12-01T10:26:43.9707024Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9707157Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9707436Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9707569Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9707832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9707969Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9708210Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9708341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9708586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9708713Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9708994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9709131Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9709389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9709540Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9709793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9709885Z return self.from_real_tensor( 2022-12-01T10:26:43.9710157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9710289Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9710542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9710660Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9710915Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9711091Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9711300Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9711306Z 2022-12-01T10:26:43.9711408Z ====================================================================== 2022-12-01T10:26:43.9711617Z ERROR [0.011s]: test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9711768Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9711864Z Traceback (most recent call last): 2022-12-01T10:26:43.9712157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9712230Z raise rte 2022-12-01T10:26:43.9712521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9712622Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9712896Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9712986Z return test(*args, **kwargs) 2022-12-01T10:26:43.9713247Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9713380Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9713614Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9713788Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9714054Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9714190Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9714430Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9714560Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9714804Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9714930Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9715209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9715349Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9715608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9715765Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9716016Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9716113Z return self.from_real_tensor( 2022-12-01T10:26:43.9716377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9716507Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9716759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9716878Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9717131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9717262Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9717477Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9717522Z 2022-12-01T10:26:43.9717622Z ====================================================================== 2022-12-01T10:26:43.9717836Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9717986Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9718082Z Traceback (most recent call last): 2022-12-01T10:26:43.9718376Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9718452Z raise rte 2022-12-01T10:26:43.9718742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9718842Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9719121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9719212Z return test(*args, **kwargs) 2022-12-01T10:26:43.9719467Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9719602Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9719838Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9719972Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9720279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9720417Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9720663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9720796Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9721042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9721168Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9721447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9721588Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9721850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9722006Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9722256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9722354Z return self.from_real_tensor( 2022-12-01T10:26:43.9722615Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9722743Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9722995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9723110Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9723367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9723502Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9723717Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9723765Z 2022-12-01T10:26:43.9723866Z ====================================================================== 2022-12-01T10:26:43.9724103Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9724253Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9724351Z Traceback (most recent call last): 2022-12-01T10:26:43.9724643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9724718Z raise rte 2022-12-01T10:26:43.9725010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9725111Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9725395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9725491Z return test(*args, **kwargs) 2022-12-01T10:26:43.9725750Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9725886Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9726124Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9726257Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9726521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9726702Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9726946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9727078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9727327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9727458Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9727740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9727883Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9728138Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9728291Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9728541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9728639Z return self.from_real_tensor( 2022-12-01T10:26:43.9728912Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9729036Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9729289Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9729405Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9729661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9729794Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9730008Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9730015Z 2022-12-01T10:26:43.9730115Z ====================================================================== 2022-12-01T10:26:43.9730810Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9730963Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9731062Z Traceback (most recent call last): 2022-12-01T10:26:43.9731359Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9731435Z raise rte 2022-12-01T10:26:43.9731726Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9731828Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9732111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9732204Z return test(*args, **kwargs) 2022-12-01T10:26:43.9732472Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9732607Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9732845Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9732980Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9733247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9733384Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9733676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9733808Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9734057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9734189Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9734466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9734606Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9734867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9735019Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9735273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9735372Z return self.from_real_tensor( 2022-12-01T10:26:43.9735642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9735776Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9736033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9736153Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9736413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9736550Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9736767Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9736776Z 2022-12-01T10:26:43.9736878Z ====================================================================== 2022-12-01T10:26:43.9737110Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9737314Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9737414Z Traceback (most recent call last): 2022-12-01T10:26:43.9737711Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9737786Z raise rte 2022-12-01T10:26:43.9738078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9738177Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9738462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9738552Z return test(*args, **kwargs) 2022-12-01T10:26:43.9738810Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9738948Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9739272Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9739405Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9739672Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9739808Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9740052Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9740235Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9740482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9740611Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9740897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9741037Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9741299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9741451Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9741704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9741802Z return self.from_real_tensor( 2022-12-01T10:26:43.9742074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9742204Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9742461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9742579Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9742837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9742975Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9743193Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9743199Z 2022-12-01T10:26:43.9743302Z ====================================================================== 2022-12-01T10:26:43.9743529Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9743677Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9743823Z Traceback (most recent call last): 2022-12-01T10:26:43.9744121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9744183Z raise rte 2022-12-01T10:26:43.9744487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9744589Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9744866Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9744958Z return test(*args, **kwargs) 2022-12-01T10:26:43.9745219Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9745354Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9745590Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9745723Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9745989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9746123Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9746367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9746496Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9746784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9746912Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9747197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9747339Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9747601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9747758Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9748005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9748101Z return self.from_real_tensor( 2022-12-01T10:26:43.9748373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9748502Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9748755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9748876Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9749133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9749268Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9749486Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9749493Z 2022-12-01T10:26:43.9749594Z ====================================================================== 2022-12-01T10:26:43.9749812Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9749953Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9750053Z Traceback (most recent call last): 2022-12-01T10:26:43.9750351Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9750469Z raise rte 2022-12-01T10:26:43.9750759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9750858Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9751139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9751231Z return test(*args, **kwargs) 2022-12-01T10:26:43.9751492Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9751626Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9751862Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9751997Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9752260Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9752395Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9752634Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9752766Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9753010Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9753183Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9753482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9753610Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9753887Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9754038Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9754286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9754382Z return self.from_real_tensor( 2022-12-01T10:26:43.9754650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9754781Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9755032Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9755148Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9755405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9755538Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9755744Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9755764Z 2022-12-01T10:26:43.9755856Z ====================================================================== 2022-12-01T10:26:43.9756068Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9756221Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9756320Z Traceback (most recent call last): 2022-12-01T10:26:43.9756611Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9756726Z raise rte 2022-12-01T10:26:43.9757013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9757114Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9757389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9757480Z return test(*args, **kwargs) 2022-12-01T10:26:43.9757738Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9757870Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9758110Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9758244Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9758507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9758647Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9758888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9759017Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9759263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9759391Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9760131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9760284Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9760552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9760707Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9760958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9761052Z return self.from_real_tensor( 2022-12-01T10:26:43.9761319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9761450Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9761700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9761819Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9762080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9762216Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9762434Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9762440Z 2022-12-01T10:26:43.9762540Z ====================================================================== 2022-12-01T10:26:43.9762751Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9762900Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9762998Z Traceback (most recent call last): 2022-12-01T10:26:43.9763291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9763364Z raise rte 2022-12-01T10:26:43.9763658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9763803Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9764081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9764170Z return test(*args, **kwargs) 2022-12-01T10:26:43.9764429Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9764562Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9764797Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9764932Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9765196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9765332Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9765574Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9765703Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9765950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9766078Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9766364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9766547Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9766808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9766957Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9767211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9767309Z return self.from_real_tensor( 2022-12-01T10:26:43.9767575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9767704Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9767954Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9768070Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9768328Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9768461Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9768678Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9768685Z 2022-12-01T10:26:43.9768785Z ====================================================================== 2022-12-01T10:26:43.9768997Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9769149Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9769247Z Traceback (most recent call last): 2022-12-01T10:26:43.9769541Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9769617Z raise rte 2022-12-01T10:26:43.9769906Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9770003Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9770326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9770415Z return test(*args, **kwargs) 2022-12-01T10:26:43.9770673Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9770804Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9771041Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9771171Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9771436Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9771573Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9771814Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9771946Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9772192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9772316Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9772598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9772736Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9773036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9773192Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9773443Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9773541Z return self.from_real_tensor( 2022-12-01T10:26:43.9773811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9773942Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9774188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9774303Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9774561Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9774694Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9774910Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9774918Z 2022-12-01T10:26:43.9775019Z ====================================================================== 2022-12-01T10:26:43.9775229Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9775379Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9775477Z Traceback (most recent call last): 2022-12-01T10:26:43.9775768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9775843Z raise rte 2022-12-01T10:26:43.9776134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9776231Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9776507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9776639Z return test(*args, **kwargs) 2022-12-01T10:26:43.9776898Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9777030Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9777260Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9777391Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9777656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9777793Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9778034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9778164Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9778411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9778538Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9778816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9778952Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9779317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9779516Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9779772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9779864Z return self.from_real_tensor( 2022-12-01T10:26:43.9780132Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9780260Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9780512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9780624Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9780878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9781008Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9781223Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9781230Z 2022-12-01T10:26:43.9781328Z ====================================================================== 2022-12-01T10:26:43.9781556Z ERROR [0.005s]: test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9781704Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9781800Z Traceback (most recent call last): 2022-12-01T10:26:43.9782093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9782165Z raise rte 2022-12-01T10:26:43.9782452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9782555Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9782837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9782929Z return test(*args, **kwargs) 2022-12-01T10:26:43.9783232Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9783364Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9783600Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9783734Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9784001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9784137Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9784379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9784510Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9784756Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9784890Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9785172Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9785311Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9785570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9785721Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9786011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9786106Z return self.from_real_tensor( 2022-12-01T10:26:43.9786379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9786507Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9786759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9786875Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9787129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9787260Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9787477Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9787486Z 2022-12-01T10:26:43.9787585Z ====================================================================== 2022-12-01T10:26:43.9787798Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9787952Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9788049Z Traceback (most recent call last): 2022-12-01T10:26:43.9788346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9788420Z raise rte 2022-12-01T10:26:43.9788710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9788814Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9789099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9789192Z return test(*args, **kwargs) 2022-12-01T10:26:43.9789451Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9789629Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9789868Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9790003Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9790270Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9790407Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9790650Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9790786Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9791034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9791165Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9791449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9791589Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9791850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9792006Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9792259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9792398Z return self.from_real_tensor( 2022-12-01T10:26:43.9792669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9792796Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9793056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9793173Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9793431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9793562Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9793779Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9793786Z 2022-12-01T10:26:43.9793886Z ====================================================================== 2022-12-01T10:26:43.9794116Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9794267Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9794369Z Traceback (most recent call last): 2022-12-01T10:26:43.9794666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9794744Z raise rte 2022-12-01T10:26:43.9795035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9795138Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9795418Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9795509Z return test(*args, **kwargs) 2022-12-01T10:26:43.9795775Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9795911Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9796271Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9796403Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9796717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9796857Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9797102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9797235Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9797487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9797615Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9797900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9798042Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9798305Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9798460Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9798713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9798810Z return self.from_real_tensor( 2022-12-01T10:26:43.9799123Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9799254Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9799507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9799627Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9799885Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9800019Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9800236Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9800244Z 2022-12-01T10:26:43.9800346Z ====================================================================== 2022-12-01T10:26:43.9800566Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9800721Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9800820Z Traceback (most recent call last): 2022-12-01T10:26:43.9801111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9801190Z raise rte 2022-12-01T10:26:43.9801479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9801578Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9801860Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9801952Z return test(*args, **kwargs) 2022-12-01T10:26:43.9802212Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9802349Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9802587Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9802765Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9803031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9803171Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9803412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9803543Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9803791Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9803923Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9804208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9804346Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9804612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9804768Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9805021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9805120Z return self.from_real_tensor( 2022-12-01T10:26:43.9805386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9805558Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9805811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9805931Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9806192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9806326Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9806543Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9806549Z 2022-12-01T10:26:43.9806650Z ====================================================================== 2022-12-01T10:26:43.9806875Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9807025Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9807124Z Traceback (most recent call last): 2022-12-01T10:26:43.9807416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9807489Z raise rte 2022-12-01T10:26:43.9807779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9807877Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9808158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9808250Z return test(*args, **kwargs) 2022-12-01T10:26:43.9808512Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9808650Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9808890Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9809026Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9809291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9809468Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9809712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9809842Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9810091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9810221Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9810509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9810650Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9810911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9811068Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9811317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9811413Z return self.from_real_tensor( 2022-12-01T10:26:43.9811682Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9811810Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9812106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9812226Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9812486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9812621Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9812837Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9812843Z 2022-12-01T10:26:43.9812946Z ====================================================================== 2022-12-01T10:26:43.9813163Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9813314Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9813401Z Traceback (most recent call last): 2022-12-01T10:26:43.9813710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9813773Z raise rte 2022-12-01T10:26:43.9814074Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9814177Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9814455Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9814546Z return test(*args, **kwargs) 2022-12-01T10:26:43.9814807Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9814941Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9815178Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9815310Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9815575Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9815757Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9815997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9816130Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9816374Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9816505Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9816789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9816930Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9817197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9817350Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9817604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9817700Z return self.from_real_tensor( 2022-12-01T10:26:43.9817969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9818100Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9818352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9818468Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9818771Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9818908Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9819224Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9819233Z 2022-12-01T10:26:43.9819334Z ====================================================================== 2022-12-01T10:26:43.9819555Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9819698Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9819799Z Traceback (most recent call last): 2022-12-01T10:26:43.9820094Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9820169Z raise rte 2022-12-01T10:26:43.9820463Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9820562Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9820842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9820939Z return test(*args, **kwargs) 2022-12-01T10:26:43.9821200Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9821331Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9821572Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9821702Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9821972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9822108Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9822352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9822538Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9822785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9822911Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9823203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9823332Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9823607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9823761Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9824012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9824111Z return self.from_real_tensor( 2022-12-01T10:26:43.9824379Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9824507Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9824759Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9824874Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9825174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9825312Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9825517Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9825538Z 2022-12-01T10:26:43.9825630Z ====================================================================== 2022-12-01T10:26:43.9825846Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9825996Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9826098Z Traceback (most recent call last): 2022-12-01T10:26:43.9826388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9826462Z raise rte 2022-12-01T10:26:43.9826753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9826855Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9827133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9827225Z return test(*args, **kwargs) 2022-12-01T10:26:43.9827489Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9827626Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9827864Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9827997Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9828263Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9828398Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9828636Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9828768Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9829068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9829199Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9829480Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9829620Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9829884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9830040Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9830293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9830388Z return self.from_real_tensor( 2022-12-01T10:26:43.9830658Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9830783Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9831034Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9831150Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9831406Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9831540Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9831796Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9831804Z 2022-12-01T10:26:43.9831904Z ====================================================================== 2022-12-01T10:26:43.9832135Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9832287Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9832388Z Traceback (most recent call last): 2022-12-01T10:26:43.9832684Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9832758Z raise rte 2022-12-01T10:26:43.9833044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9833145Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9833420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9833507Z return test(*args, **kwargs) 2022-12-01T10:26:43.9833766Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9833901Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9834132Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9834264Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9834529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9834662Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9834904Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9835035Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9835281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9835884Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9836170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9836307Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9836570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9836722Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9836977Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9837073Z return self.from_real_tensor( 2022-12-01T10:26:43.9837340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9837468Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9837723Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9837844Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9838098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9838230Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9838445Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9838496Z 2022-12-01T10:26:43.9838597Z ====================================================================== 2022-12-01T10:26:43.9838844Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9838996Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9839095Z Traceback (most recent call last): 2022-12-01T10:26:43.9839388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9839463Z raise rte 2022-12-01T10:26:43.9839751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9839851Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9840129Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9840219Z return test(*args, **kwargs) 2022-12-01T10:26:43.9840482Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9840619Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9840856Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9840987Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9841251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9841386Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9841628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9841759Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9842005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9842182Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9842465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9842603Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9842862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9843015Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9843269Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9843365Z return self.from_real_tensor( 2022-12-01T10:26:43.9843635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9843765Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9844020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9844138Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9844395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9844531Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9844745Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9844752Z 2022-12-01T10:26:43.9844894Z ====================================================================== 2022-12-01T10:26:43.9845091Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9845245Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9845346Z Traceback (most recent call last): 2022-12-01T10:26:43.9845642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9845717Z raise rte 2022-12-01T10:26:43.9846011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9846111Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9846393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9846486Z return test(*args, **kwargs) 2022-12-01T10:26:43.9846748Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9846884Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9847123Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9847256Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9847521Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9847657Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9847901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9848032Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9848280Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9848411Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9848690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9848872Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9849134Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9849287Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9849539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9849634Z return self.from_real_tensor( 2022-12-01T10:26:43.9849901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9850030Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9850284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9850404Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9850657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9850788Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9851004Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9851011Z 2022-12-01T10:26:43.9851111Z ====================================================================== 2022-12-01T10:26:43.9851350Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9851507Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9851606Z Traceback (most recent call last): 2022-12-01T10:26:43.9851897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9851973Z raise rte 2022-12-01T10:26:43.9852262Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9852364Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9852642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9852736Z return test(*args, **kwargs) 2022-12-01T10:26:43.9853000Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9853139Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9853380Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9853516Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9853781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9853917Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9854167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9854299Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9854548Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9854681Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9854967Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9855107Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9855417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9855570Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9855821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9855918Z return self.from_real_tensor( 2022-12-01T10:26:43.9856189Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9856317Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9856572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9856688Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9856948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9857080Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9857299Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9857305Z 2022-12-01T10:26:43.9857407Z ====================================================================== 2022-12-01T10:26:43.9857605Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9857757Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9857900Z Traceback (most recent call last): 2022-12-01T10:26:43.9858202Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9858278Z raise rte 2022-12-01T10:26:43.9858572Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9858674Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9858955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9859136Z return test(*args, **kwargs) 2022-12-01T10:26:43.9859397Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9859535Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9859780Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9859915Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9860186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9860327Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9860571Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9860705Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9860953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9861085Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9861371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9861508Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9861768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9861982Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9862236Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9862335Z return self.from_real_tensor( 2022-12-01T10:26:43.9862607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9862738Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9862994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9863112Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9863372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9863510Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9863727Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9863734Z 2022-12-01T10:26:43.9863837Z ====================================================================== 2022-12-01T10:26:43.9864039Z ERROR [0.017s]: test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9864196Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9864296Z Traceback (most recent call last): 2022-12-01T10:26:43.9865018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9865101Z raise rte 2022-12-01T10:26:43.9865400Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9865504Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9865780Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9865872Z return test(*args, **kwargs) 2022-12-01T10:26:43.9866134Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9866271Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9866509Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9866644Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9866911Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9867048Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9867293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9867425Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9867674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9867804Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9868091Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9868231Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9868493Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9868648Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9868949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9869048Z return self.from_real_tensor( 2022-12-01T10:26:43.9869319Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9869453Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9869708Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9869828Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9870086Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9870221Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9870440Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9870449Z 2022-12-01T10:26:43.9870551Z ====================================================================== 2022-12-01T10:26:43.9870753Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9870908Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9871010Z Traceback (most recent call last): 2022-12-01T10:26:43.9871306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9871379Z raise rte 2022-12-01T10:26:43.9871716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9871820Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9872098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9872193Z return test(*args, **kwargs) 2022-12-01T10:26:43.9872455Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9872589Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9872825Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9872959Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9873230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9873366Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9873608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9873740Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9873988Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9874118Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9874397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9874537Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9874801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9874955Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9875203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9875345Z return self.from_real_tensor( 2022-12-01T10:26:43.9875616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9875746Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9876001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9876119Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9876385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9876521Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9876741Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9876748Z 2022-12-01T10:26:43.9876851Z ====================================================================== 2022-12-01T10:26:43.9877057Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9877212Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9877311Z Traceback (most recent call last): 2022-12-01T10:26:43.9877602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9877676Z raise rte 2022-12-01T10:26:43.9877968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9878110Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9878390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9878483Z return test(*args, **kwargs) 2022-12-01T10:26:43.9878740Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9878872Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9879109Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9879244Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9879509Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9879647Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9879888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9880021Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9880271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9880399Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9880680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9880819Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9881079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9881232Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9881487Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9881582Z return self.from_real_tensor( 2022-12-01T10:26:43.9881851Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9882029Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9882281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9882396Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9882657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9882788Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9883007Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9883014Z 2022-12-01T10:26:43.9883117Z ====================================================================== 2022-12-01T10:26:43.9883313Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9883468Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9883556Z Traceback (most recent call last): 2022-12-01T10:26:43.9883850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9883925Z raise rte 2022-12-01T10:26:43.9884215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9884314Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9884635Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9889466Z return test(*args, **kwargs) 2022-12-01T10:26:43.9889750Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9889900Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9890150Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9890286Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9890577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9890705Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9890969Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9891092Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9891361Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9891482Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9891783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9891925Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9892186Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9892342Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9892598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9892700Z return self.from_real_tensor( 2022-12-01T10:26:43.9892978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9893107Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9893442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9893558Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9893821Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9893956Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9894181Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9894188Z 2022-12-01T10:26:43.9894294Z ====================================================================== 2022-12-01T10:26:43.9894482Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9894639Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9894744Z Traceback (most recent call last): 2022-12-01T10:26:43.9895042Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9895116Z raise rte 2022-12-01T10:26:43.9895413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9895515Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9895795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9895929Z return test(*args, **kwargs) 2022-12-01T10:26:43.9896193Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9896328Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9896567Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9896703Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9896974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9897193Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9897442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9897575Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9897869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9898002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9898291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9898434Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9898697Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9898852Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9899215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9899318Z return self.from_real_tensor( 2022-12-01T10:26:43.9899591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9899719Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9899974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9900146Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9900409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9900540Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9900760Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9900768Z 2022-12-01T10:26:43.9900869Z ====================================================================== 2022-12-01T10:26:43.9901073Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9901222Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9901320Z Traceback (most recent call last): 2022-12-01T10:26:43.9901613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9901693Z raise rte 2022-12-01T10:26:43.9901989Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9902089Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9902373Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9902461Z return test(*args, **kwargs) 2022-12-01T10:26:43.9902764Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9902900Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9903143Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9903331Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9903599Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9903738Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9904025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9904157Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9904404Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9904534Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9904815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9904955Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9905223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9905377Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9905630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9905726Z return self.from_real_tensor( 2022-12-01T10:26:43.9905998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9906129Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9906387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9906505Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9906813Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9906943Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9907161Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9907168Z 2022-12-01T10:26:43.9907272Z ====================================================================== 2022-12-01T10:26:43.9907475Z ERROR [0.016s]: test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9907629Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9907730Z Traceback (most recent call last): 2022-12-01T10:26:43.9908025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9908101Z raise rte 2022-12-01T10:26:43.9908397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9908498Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9908768Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9908858Z return test(*args, **kwargs) 2022-12-01T10:26:43.9909121Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9909301Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9909587Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9909720Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9910035Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9910176Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9910420Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9910549Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9910798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9910926Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9911212Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9911351Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9911614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9911770Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9912025Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9912122Z return self.from_real_tensor( 2022-12-01T10:26:43.9912391Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9912524Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9912781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9912898Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9913157Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9913339Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9913558Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9913564Z 2022-12-01T10:26:43.9913668Z ====================================================================== 2022-12-01T10:26:43.9913872Z ERROR [0.016s]: test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9914026Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9914126Z Traceback (most recent call last): 2022-12-01T10:26:43.9914425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9914500Z raise rte 2022-12-01T10:26:43.9914797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9914897Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9915219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9915309Z return test(*args, **kwargs) 2022-12-01T10:26:43.9915570Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9915703Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9915943Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9916158Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9916432Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9916569Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9916815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9916946Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9917192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9917319Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9917602Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9917746Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9918008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9918159Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9918414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9918512Z return self.from_real_tensor( 2022-12-01T10:26:43.9918781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9918909Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9919160Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9919278Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9919539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9919670Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9919887Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9919940Z 2022-12-01T10:26:43.9920039Z ====================================================================== 2022-12-01T10:26:43.9920235Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9920388Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9920485Z Traceback (most recent call last): 2022-12-01T10:26:43.9920779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9920854Z raise rte 2022-12-01T10:26:43.9921146Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9921245Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9921566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9921663Z return test(*args, **kwargs) 2022-12-01T10:26:43.9921920Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9922055Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9922335Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9922470Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9922781Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9922918Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9923161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9923295Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9923542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9923665Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9923949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9924087Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9924348Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9924501Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9924751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9924852Z return self.from_real_tensor( 2022-12-01T10:26:43.9925115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9925242Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9925490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9925607Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9925864Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9925999Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9926215Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9926223Z 2022-12-01T10:26:43.9926321Z ====================================================================== 2022-12-01T10:26:43.9926563Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9926714Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9926810Z Traceback (most recent call last): 2022-12-01T10:26:43.9927102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9927176Z raise rte 2022-12-01T10:26:43.9927473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9927620Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9927901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9927996Z return test(*args, **kwargs) 2022-12-01T10:26:43.9928306Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9928445Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9928684Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9928822Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9929088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9929272Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9929516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9929649Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9929900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9930030Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9930314Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9930455Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9930722Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9930878Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9931131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9931228Z return self.from_real_tensor( 2022-12-01T10:26:43.9931497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9931629Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9931880Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9931996Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9932256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9932390Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9932609Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9932616Z 2022-12-01T10:26:43.9932715Z ====================================================================== 2022-12-01T10:26:43.9932918Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9933110Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9933207Z Traceback (most recent call last): 2022-12-01T10:26:43.9933542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9933619Z raise rte 2022-12-01T10:26:43.9933914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9934016Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9934342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9934436Z return test(*args, **kwargs) 2022-12-01T10:26:43.9934697Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9934835Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9935074Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9935207Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9935477Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9935615Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9935900Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9936034Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9936279Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9936411Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9936696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9936835Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9937099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9937253Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9937508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9937610Z return self.from_real_tensor( 2022-12-01T10:26:43.9937882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9938011Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9938267Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9938386Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9938646Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9938782Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9939084Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9939092Z 2022-12-01T10:26:43.9939198Z ====================================================================== 2022-12-01T10:26:43.9939401Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9939596Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9939752Z Traceback (most recent call last): 2022-12-01T10:26:43.9940051Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9940139Z raise rte 2022-12-01T10:26:43.9940478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9940581Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9940862Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9940956Z return test(*args, **kwargs) 2022-12-01T10:26:43.9941221Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9941359Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9941601Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9941736Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9942004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9942143Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9942384Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9942516Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9942811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9942941Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9943227Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9943372Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9943633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9943785Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9944038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9944134Z return self.from_real_tensor( 2022-12-01T10:26:43.9944407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9944538Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9944794Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9944915Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9945175Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9945307Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9945563Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9945571Z 2022-12-01T10:26:43.9945675Z ====================================================================== 2022-12-01T10:26:43.9945878Z ERROR [0.027s]: test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9946033Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9946136Z Traceback (most recent call last): 2022-12-01T10:26:43.9946471Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9947065Z raise rte 2022-12-01T10:26:43.9947366Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9947468Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9947753Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9947844Z return test(*args, **kwargs) 2022-12-01T10:26:43.9948111Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9948247Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9948490Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9948624Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9948893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9949030Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9949275Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9949408Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9949656Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9949835Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9950126Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9950267Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9950535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9950690Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9950944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9951044Z return self.from_real_tensor( 2022-12-01T10:26:43.9951311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9951445Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9951744Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9951864Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9952130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9952305Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9952527Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9952534Z 2022-12-01T10:26:43.9952636Z ====================================================================== 2022-12-01T10:26:43.9952837Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9952990Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9953080Z Traceback (most recent call last): 2022-12-01T10:26:43.9953375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9953450Z raise rte 2022-12-01T10:26:43.9953796Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9953899Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9954192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9954271Z return test(*args, **kwargs) 2022-12-01T10:26:43.9954533Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9954668Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9954919Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9955041Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9955317Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9955445Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9955700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9955832Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9956078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9956210Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9956542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9956683Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9956946Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9957100Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9957352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9957451Z return self.from_real_tensor( 2022-12-01T10:26:43.9957769Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9957903Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9958200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9958322Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9958578Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9958713Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9958931Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9958939Z 2022-12-01T10:26:43.9959041Z ====================================================================== 2022-12-01T10:26:43.9959234Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9959388Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9959488Z Traceback (most recent call last): 2022-12-01T10:26:43.9959786Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9959860Z raise rte 2022-12-01T10:26:43.9960150Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9960300Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9960581Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9960676Z return test(*args, **kwargs) 2022-12-01T10:26:43.9960935Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9961071Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9961309Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9961444Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9961716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9961856Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9962100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9962233Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9962482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9962614Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9962897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9963077Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9963343Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9963497Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9963797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9963894Z return self.from_real_tensor( 2022-12-01T10:26:43.9964206Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9964336Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9964594Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9964710Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9964983Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9965104Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9965325Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9965347Z 2022-12-01T10:26:43.9965438Z ====================================================================== 2022-12-01T10:26:43.9965645Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9965799Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9965900Z Traceback (most recent call last): 2022-12-01T10:26:43.9966196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9966274Z raise rte 2022-12-01T10:26:43.9966567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9966666Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9966996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9967089Z return test(*args, **kwargs) 2022-12-01T10:26:43.9967349Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9967483Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9967718Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9967854Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9968121Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9968260Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9968502Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9968636Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9968882Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9969013Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9969295Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9969435Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9969785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9969943Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9970238Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9970338Z return self.from_real_tensor( 2022-12-01T10:26:43.9970607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9970735Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9970990Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9971108Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9971365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9971500Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9971718Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9971726Z 2022-12-01T10:26:43.9971833Z ====================================================================== 2022-12-01T10:26:43.9972029Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9972181Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9972282Z Traceback (most recent call last): 2022-12-01T10:26:43.9972577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9972651Z raise rte 2022-12-01T10:26:43.9972943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9973045Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9973325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9973461Z return test(*args, **kwargs) 2022-12-01T10:26:43.9973722Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9973856Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9974093Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9974225Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9974489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9974629Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9974872Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9975002Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9975254Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9975385Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9975713Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9975852Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9976115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9976782Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9977050Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9977152Z return self.from_real_tensor( 2022-12-01T10:26:43.9977426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9977559Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9977817Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9977935Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9978195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9978330Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9978550Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9978558Z 2022-12-01T10:26:43.9978661Z ====================================================================== 2022-12-01T10:26:43.9978857Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9979093Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9979195Z Traceback (most recent call last): 2022-12-01T10:26:43.9979490Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9979567Z raise rte 2022-12-01T10:26:43.9979859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9979962Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9980248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9980339Z return test(*args, **kwargs) 2022-12-01T10:26:43.9980601Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9980797Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9981033Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9981164Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9981435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9981616Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9981863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9981993Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9982273Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9982407Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9982690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9982832Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9983095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9983250Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9983553Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9983651Z return self.from_real_tensor( 2022-12-01T10:26:43.9983920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9984049Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9984299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9984415Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9984673Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9984807Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9985024Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9985031Z 2022-12-01T10:26:43.9985135Z ====================================================================== 2022-12-01T10:26:43.9985329Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9985480Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9985584Z Traceback (most recent call last): 2022-12-01T10:26:43.9985879Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9985955Z raise rte 2022-12-01T10:26:43.9986246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9986347Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9986624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9986717Z return test(*args, **kwargs) 2022-12-01T10:26:43.9986977Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9987108Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9987382Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9987516Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9987835Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9987970Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9988259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9988392Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9988644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9988776Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9989060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9989202Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9989460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9989616Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9989870Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9989965Z return self.from_real_tensor( 2022-12-01T10:26:43.9990282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9990412Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9990669Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9990788Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9991045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9991178Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9991396Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9991404Z 2022-12-01T10:26:43.9991502Z ====================================================================== 2022-12-01T10:26:43.9991700Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9991857Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9991955Z Traceback (most recent call last): 2022-12-01T10:26:43.9992246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9992323Z raise rte 2022-12-01T10:26:43.9992616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9992714Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9992994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9993083Z return test(*args, **kwargs) 2022-12-01T10:26:43.9993344Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9993479Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:43.9993758Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:43.9993943Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:43.9994256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:43.9994396Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:43.9994640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:43.9994772Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9995018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:43.9995151Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:43.9995437Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:43.9995577Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:43.9995838Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:43.9995992Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:43.9996242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:43.9996337Z return self.from_real_tensor( 2022-12-01T10:26:43.9996606Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:43.9996780Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:43.9997036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:43.9997153Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:43.9997413Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:43.9997544Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:43.9997763Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:43.9997771Z 2022-12-01T10:26:43.9997873Z ====================================================================== 2022-12-01T10:26:43.9998066Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:43.9998221Z ---------------------------------------------------------------------- 2022-12-01T10:26:43.9998322Z Traceback (most recent call last): 2022-12-01T10:26:43.9998612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:43.9998691Z raise rte 2022-12-01T10:26:43.9998984Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:43.9999086Z result = test(self, **param_kwargs) 2022-12-01T10:26:43.9999370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:43.9999462Z return test(*args, **kwargs) 2022-12-01T10:26:43.9999765Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:43.9999903Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0000139Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0000318Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0000587Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0000774Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0001018Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0001150Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0001397Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0001527Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0001809Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0001946Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0002207Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0002362Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0002614Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0002710Z return self.from_real_tensor( 2022-12-01T10:26:44.0002979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0003108Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0003399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0003516Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0003777Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0003912Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0004130Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0004137Z 2022-12-01T10:26:44.0004238Z ====================================================================== 2022-12-01T10:26:44.0004435Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0004583Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0004680Z Traceback (most recent call last): 2022-12-01T10:26:44.0004972Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0005048Z raise rte 2022-12-01T10:26:44.0005340Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0005443Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0005773Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0005869Z return test(*args, **kwargs) 2022-12-01T10:26:44.0006132Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0006312Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0006553Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0006688Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0006955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0007144Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0007386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0007519Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0007766Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0007899Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0008181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0008324Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0008586Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0008740Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0008997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0009096Z return self.from_real_tensor( 2022-12-01T10:26:44.0009368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0009496Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0009750Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0009870Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0010173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0010310Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0010528Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0010537Z 2022-12-01T10:26:44.0010639Z ====================================================================== 2022-12-01T10:26:44.0010832Z ERROR [0.011s]: test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0010984Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0011084Z Traceback (most recent call last): 2022-12-01T10:26:44.0011380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0011457Z raise rte 2022-12-01T10:26:44.0011797Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0011901Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0012185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0012323Z return test(*args, **kwargs) 2022-12-01T10:26:44.0012586Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0012723Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0012964Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0013099Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0013368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0013508Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0013748Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0013934Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0014183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0014316Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0014598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0014740Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0015005Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0015161Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0015414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0015514Z return self.from_real_tensor( 2022-12-01T10:26:44.0015785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0015914Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0016170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0016289Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0016549Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0016730Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0016955Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0016962Z 2022-12-01T10:26:44.0017066Z ====================================================================== 2022-12-01T10:26:44.0017266Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0017421Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0017508Z Traceback (most recent call last): 2022-12-01T10:26:44.0017840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0017919Z raise rte 2022-12-01T10:26:44.0018214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0018360Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0018654Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0018738Z return test(*args, **kwargs) 2022-12-01T10:26:44.0019084Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0019211Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0019462Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0019584Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0019868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0019995Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0020252Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0020383Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0020691Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0020821Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0021106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0021246Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0021510Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0021666Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0021921Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0022021Z return self.from_real_tensor( 2022-12-01T10:26:44.0022291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0022422Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0022675Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0022792Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0023056Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0023189Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0023448Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0023456Z 2022-12-01T10:26:44.0023557Z ====================================================================== 2022-12-01T10:26:44.0023785Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0023946Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0024046Z Traceback (most recent call last): 2022-12-01T10:26:44.0024386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0024465Z raise rte 2022-12-01T10:26:44.0024761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0024863Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0025144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0025238Z return test(*args, **kwargs) 2022-12-01T10:26:44.0025499Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0025636Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0025873Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0026005Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0026274Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0026413Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0026661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0026792Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0027040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0027224Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0027512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0027653Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0027916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0028070Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0028326Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0028425Z return self.from_real_tensor( 2022-12-01T10:26:44.0028696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0028830Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0029087Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0029207Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0029479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0029602Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0029861Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0029883Z 2022-12-01T10:26:44.0030020Z ====================================================================== 2022-12-01T10:26:44.0030218Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0030409Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0030514Z Traceback (most recent call last): 2022-12-01T10:26:44.0030806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0030881Z raise rte 2022-12-01T10:26:44.0031173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0031274Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0031554Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0031648Z return test(*args, **kwargs) 2022-12-01T10:26:44.0031910Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0032047Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0032284Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0032419Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0032686Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0032821Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0033065Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0033196Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0033449Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0033577Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0033863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0034050Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0034312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0034465Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0034717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0034816Z return self.from_real_tensor( 2022-12-01T10:26:44.0035090Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0035218Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0035472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0035593Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0035892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0036027Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0036248Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0036255Z 2022-12-01T10:26:44.0036358Z ====================================================================== 2022-12-01T10:26:44.0036643Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0036801Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0036899Z Traceback (most recent call last): 2022-12-01T10:26:44.0037195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0037275Z raise rte 2022-12-01T10:26:44.0037568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0037669Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0037949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0038043Z return test(*args, **kwargs) 2022-12-01T10:26:44.0038303Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0038442Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0038679Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0038814Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0039080Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0039220Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0039464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0039597Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0039849Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0039979Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0040264Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0040406Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0040717Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0040873Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0041124Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0041220Z return self.from_real_tensor( 2022-12-01T10:26:44.0041491Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0041620Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0041867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0042025Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0042293Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0042428Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0042692Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0042700Z 2022-12-01T10:26:44.0042805Z ====================================================================== 2022-12-01T10:26:44.0043002Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0043154Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0043299Z Traceback (most recent call last): 2022-12-01T10:26:44.0043595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0043669Z raise rte 2022-12-01T10:26:44.0043964Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0044065Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0044344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0044436Z return test(*args, **kwargs) 2022-12-01T10:26:44.0044696Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0044832Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0045068Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0045199Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0045465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0045605Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0045848Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0045981Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0046228Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0046359Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0046644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0046786Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0047045Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0047246Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0047499Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0047600Z return self.from_real_tensor( 2022-12-01T10:26:44.0047868Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0048040Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0048297Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0048418Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0048725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0048862Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0049077Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0049084Z 2022-12-01T10:26:44.0049187Z ====================================================================== 2022-12-01T10:26:44.0049385Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0049537Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0049635Z Traceback (most recent call last): 2022-12-01T10:26:44.0049973Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0050049Z raise rte 2022-12-01T10:26:44.0050338Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0050438Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0050716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0050807Z return test(*args, **kwargs) 2022-12-01T10:26:44.0051065Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0051200Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0051434Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0051570Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0051831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0051968Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0052211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0052341Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0052585Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0052715Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0052994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0053136Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0053395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0053550Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0054381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0054478Z return self.from_real_tensor( 2022-12-01T10:26:44.0054798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0054928Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0055180Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0055297Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0055563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0055698Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0055917Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0055926Z 2022-12-01T10:26:44.0056029Z ====================================================================== 2022-12-01T10:26:44.0056244Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0056397Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0056498Z Traceback (most recent call last): 2022-12-01T10:26:44.0056795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0056868Z raise rte 2022-12-01T10:26:44.0057214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0057312Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0057595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0057687Z return test(*args, **kwargs) 2022-12-01T10:26:44.0057945Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0058081Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0058317Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0058450Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0058720Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0058857Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0059183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0059318Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0059564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0059693Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0060019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0060162Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0060427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0060579Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0060876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0061024Z return self.from_real_tensor( 2022-12-01T10:26:44.0061294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0061422Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0061674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0061792Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0062049Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0062190Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0062408Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0062415Z 2022-12-01T10:26:44.0062519Z ====================================================================== 2022-12-01T10:26:44.0062728Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0062881Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0062979Z Traceback (most recent call last): 2022-12-01T10:26:44.0063271Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0063343Z raise rte 2022-12-01T10:26:44.0063679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0063780Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0064058Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0064151Z return test(*args, **kwargs) 2022-12-01T10:26:44.0064412Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0064549Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0064785Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0064919Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0065185Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0065323Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0065564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0065694Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0065943Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0066110Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0066396Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0066534Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0066837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0066995Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0067246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0067344Z return self.from_real_tensor( 2022-12-01T10:26:44.0067661Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0067790Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0068041Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0068159Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0068417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0068551Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0068768Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0068774Z 2022-12-01T10:26:44.0068876Z ====================================================================== 2022-12-01T10:26:44.0069082Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0069236Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0069336Z Traceback (most recent call last): 2022-12-01T10:26:44.0069633Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0069709Z raise rte 2022-12-01T10:26:44.0069998Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0070101Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0070426Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0070521Z return test(*args, **kwargs) 2022-12-01T10:26:44.0070786Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0070924Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0071161Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0071296Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0071564Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0071702Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0071947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0072126Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0072377Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0072508Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0072841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0072984Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0073247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0073400Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0073653Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0073750Z return self.from_real_tensor( 2022-12-01T10:26:44.0074021Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0074197Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0074452Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0074569Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0074825Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0074961Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0075179Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0075185Z 2022-12-01T10:26:44.0075288Z ====================================================================== 2022-12-01T10:26:44.0075493Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0075644Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0075747Z Traceback (most recent call last): 2022-12-01T10:26:44.0076040Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0076114Z raise rte 2022-12-01T10:26:44.0076405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0076507Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0076788Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0076923Z return test(*args, **kwargs) 2022-12-01T10:26:44.0077191Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0077327Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0077568Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0077703Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0077971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0078156Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0078401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0078539Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0078836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0078970Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0079259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0079401Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0079664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0079821Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0080076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0080175Z return self.from_real_tensor( 2022-12-01T10:26:44.0080447Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0080577Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0080829Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0080995Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0081256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0081391Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0081608Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0081614Z 2022-12-01T10:26:44.0081716Z ====================================================================== 2022-12-01T10:26:44.0081923Z ERROR [0.011s]: test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0082076Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0082164Z Traceback (most recent call last): 2022-12-01T10:26:44.0082478Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0082541Z raise rte 2022-12-01T10:26:44.0082852Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0082940Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0083235Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0083329Z return test(*args, **kwargs) 2022-12-01T10:26:44.0084094Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0084246Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0084489Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0084630Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0084942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0085080Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0085327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0085458Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0085712Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0085844Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0086133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0086278Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0086545Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0086699Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0086953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0087053Z return self.from_real_tensor( 2022-12-01T10:26:44.0087322Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0087458Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0087714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0087834Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0088147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0088282Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0088504Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0088511Z 2022-12-01T10:26:44.0088613Z ====================================================================== 2022-12-01T10:26:44.0088806Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0088965Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0089067Z Traceback (most recent call last): 2022-12-01T10:26:44.0089367Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0089446Z raise rte 2022-12-01T10:26:44.0089742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0089845Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0090173Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0090268Z return test(*args, **kwargs) 2022-12-01T10:26:44.0090530Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0090761Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0091004Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0091141Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0091412Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0091550Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0091795Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0091926Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0092177Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0092309Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0092595Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0092737Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0093002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0093159Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0093428Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0093513Z return self.from_real_tensor( 2022-12-01T10:26:44.0093798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0093914Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0094181Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0094287Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0094563Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0094743Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0094950Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0094970Z 2022-12-01T10:26:44.0095061Z ====================================================================== 2022-12-01T10:26:44.0095269Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0095423Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0095523Z Traceback (most recent call last): 2022-12-01T10:26:44.0095823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0095899Z raise rte 2022-12-01T10:26:44.0096234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0096343Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0096676Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0096772Z return test(*args, **kwargs) 2022-12-01T10:26:44.0097033Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0097169Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0097457Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0097590Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0097859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0098000Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0098242Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0098374Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0098624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0098755Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0099117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0099261Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0099529Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0099689Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0099944Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0100043Z return self.from_real_tensor( 2022-12-01T10:26:44.0100315Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0100445Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0100700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0100822Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0101081Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0101215Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0101486Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0101493Z 2022-12-01T10:26:44.0101596Z ====================================================================== 2022-12-01T10:26:44.0101820Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0101979Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0102123Z Traceback (most recent call last): 2022-12-01T10:26:44.0102425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0102500Z raise rte 2022-12-01T10:26:44.0102836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0102941Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0103219Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0103311Z return test(*args, **kwargs) 2022-12-01T10:26:44.0103572Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0103712Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0103949Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0104083Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0104399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0104537Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0104785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0104920Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0105167Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0105299Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0105580Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0105719Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0105985Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0106142Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0106394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0106494Z return self.from_real_tensor( 2022-12-01T10:26:44.0106763Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0106892Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0107143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0107264Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0107526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0107660Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0107877Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0107933Z 2022-12-01T10:26:44.0108084Z ====================================================================== 2022-12-01T10:26:44.0108292Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0108444Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0108544Z Traceback (most recent call last): 2022-12-01T10:26:44.0108876Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0108952Z raise rte 2022-12-01T10:26:44.0109246Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0109348Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0109629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0109725Z return test(*args, **kwargs) 2022-12-01T10:26:44.0109988Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0110124Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0110360Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0110495Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0110811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0110949Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0111192Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0111326Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0111577Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0111707Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0111991Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0112130Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0112398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0112555Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0112808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0112913Z return self.from_real_tensor( 2022-12-01T10:26:44.0113183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0113313Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0113568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0113690Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0113948Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0114130Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0114350Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0114358Z 2022-12-01T10:26:44.0114461Z ====================================================================== 2022-12-01T10:26:44.0114757Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0114915Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0115017Z Traceback (most recent call last): 2022-12-01T10:26:44.0115310Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0115386Z raise rte 2022-12-01T10:26:44.0115677Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0115778Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0116055Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0116148Z return test(*args, **kwargs) 2022-12-01T10:26:44.0116410Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0116548Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0116782Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0116914Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0117183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0117320Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0117612Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0117745Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0117996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0118128Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0118411Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0118552Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0118816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0118972Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0119223Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0119323Z return self.from_real_tensor( 2022-12-01T10:26:44.0119591Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0119720Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0119974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0120134Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0120394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0120528Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0120789Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0120800Z 2022-12-01T10:26:44.0120904Z ====================================================================== 2022-12-01T10:26:44.0121103Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0121314Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0121414Z Traceback (most recent call last): 2022-12-01T10:26:44.0121710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0121787Z raise rte 2022-12-01T10:26:44.0122078Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0122181Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0122462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0122553Z return test(*args, **kwargs) 2022-12-01T10:26:44.0122811Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0122946Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0123181Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0123317Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0123582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0123719Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0123961Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0124140Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0124389Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0124517Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0124801Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0124940Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0125200Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0125353Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0125603Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0125703Z return self.from_real_tensor( 2022-12-01T10:26:44.0125971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0126143Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0126403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0126521Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0126824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0126962Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0127179Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0127187Z 2022-12-01T10:26:44.0127290Z ====================================================================== 2022-12-01T10:26:44.0127491Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0127643Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0127743Z Traceback (most recent call last): 2022-12-01T10:26:44.0128093Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0128170Z raise rte 2022-12-01T10:26:44.0128459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0128561Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0128842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0128934Z return test(*args, **kwargs) 2022-12-01T10:26:44.0129201Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0129337Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0129576Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0129714Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0129980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0130118Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0130360Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0130493Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0130787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0130920Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0131204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0131348Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0131605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0131760Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0132012Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0132155Z return self.from_real_tensor( 2022-12-01T10:26:44.0132431Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0132563Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0132863Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0132987Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0133247Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0133383Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0133601Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0133612Z 2022-12-01T10:26:44.0133716Z ====================================================================== 2022-12-01T10:26:44.0133915Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0134070Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0134170Z Traceback (most recent call last): 2022-12-01T10:26:44.0134461Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0134585Z raise rte 2022-12-01T10:26:44.0134877Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0134979Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0135258Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0135351Z return test(*args, **kwargs) 2022-12-01T10:26:44.0135611Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0135749Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0135986Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0136122Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0136390Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0136527Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0136770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0136901Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0137147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0137277Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0137607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0137752Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0138020Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0138221Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0138472Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0138570Z return self.from_real_tensor( 2022-12-01T10:26:44.0138888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0139095Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0139358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0139478Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0139740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0139877Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0140098Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0140104Z 2022-12-01T10:26:44.0140207Z ====================================================================== 2022-12-01T10:26:44.0140403Z ERROR [0.000s]: test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0140555Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0140654Z Traceback (most recent call last): 2022-12-01T10:26:44.0140953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0141028Z raise rte 2022-12-01T10:26:44.0141321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0141479Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0141761Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0141854Z return test(*args, **kwargs) 2022-12-01T10:26:44.0142115Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0142251Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0142493Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0142629Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0142895Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0143034Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0143281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0143414Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0143664Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0143796Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0144170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0144318Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0144583Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0144790Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0145046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0145144Z return self.from_real_tensor( 2022-12-01T10:26:44.0145415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0145546Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0145803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0145924Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0146183Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0146315Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0146537Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0146543Z 2022-12-01T10:26:44.0146644Z ====================================================================== 2022-12-01T10:26:44.0146953Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0147150Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0147239Z Traceback (most recent call last): 2022-12-01T10:26:44.0147616Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0147691Z raise rte 2022-12-01T10:26:44.0148003Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0148586Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0148878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0148971Z return test(*args, **kwargs) 2022-12-01T10:26:44.0149301Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0149447Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0149749Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0149886Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0150203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0150344Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0150593Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0150780Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0151079Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0151211Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0151550Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0151772Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0152198Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0152365Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0152622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0152723Z return self.from_real_tensor( 2022-12-01T10:26:44.0152994Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0153128Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0153387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0153565Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0153832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0153967Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0154191Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0154200Z 2022-12-01T10:26:44.0154304Z ====================================================================== 2022-12-01T10:26:44.0154502Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0154649Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0154808Z Traceback (most recent call last): 2022-12-01T10:26:44.0155109Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0155184Z raise rte 2022-12-01T10:26:44.0155482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0155584Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0155919Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0156094Z return test(*args, **kwargs) 2022-12-01T10:26:44.0156403Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0156543Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0156830Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0157012Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0157292Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0157433Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0157680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0157815Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0158104Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0158238Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0158524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0158665Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0158987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0159185Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0159497Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0159586Z return self.from_real_tensor( 2022-12-01T10:26:44.0159871Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0160001Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0160337Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0160458Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0160718Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0160943Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0161176Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0161197Z 2022-12-01T10:26:44.0161288Z ====================================================================== 2022-12-01T10:26:44.0161486Z ERROR [0.021s]: test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0161641Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0161742Z Traceback (most recent call last): 2022-12-01T10:26:44.0162043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0162120Z raise rte 2022-12-01T10:26:44.0162459Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0162568Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0162850Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0162944Z return test(*args, **kwargs) 2022-12-01T10:26:44.0163795Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0163934Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0164173Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0164308Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0164582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0164719Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0164970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0165103Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0165354Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0165488Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0165774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0165917Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0166182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0166339Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0166645Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0166746Z return self.from_real_tensor( 2022-12-01T10:26:44.0167019Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0167153Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0167408Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0167528Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0167787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0167923Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0168143Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0168153Z 2022-12-01T10:26:44.0168260Z ====================================================================== 2022-12-01T10:26:44.0168498Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0168656Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0168756Z Traceback (most recent call last): 2022-12-01T10:26:44.0169100Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0169179Z raise rte 2022-12-01T10:26:44.0169473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0169575Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0169859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0169952Z return test(*args, **kwargs) 2022-12-01T10:26:44.0170216Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0170402Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0170641Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0170777Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0171044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0171182Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0171425Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0171560Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0171811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0171941Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0172229Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0172370Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0172629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0172784Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0173033Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0173131Z return self.from_real_tensor( 2022-12-01T10:26:44.0173442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0173573Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0173831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0173949Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0174209Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0174346Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0174606Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0174613Z 2022-12-01T10:26:44.0174716Z ====================================================================== 2022-12-01T10:26:44.0174916Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0175115Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0175219Z Traceback (most recent call last): 2022-12-01T10:26:44.0175519Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0175596Z raise rte 2022-12-01T10:26:44.0175889Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0175990Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0176268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0176360Z return test(*args, **kwargs) 2022-12-01T10:26:44.0176622Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0176757Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0176993Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0177177Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0177445Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0177584Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0177832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0177967Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0178218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0178348Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0178632Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0178774Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0179122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0179280Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0179533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0179632Z return self.from_real_tensor( 2022-12-01T10:26:44.0179950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0180081Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0180342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0180505Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0180767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0180902Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0181122Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0181129Z 2022-12-01T10:26:44.0181232Z ====================================================================== 2022-12-01T10:26:44.0181474Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0181634Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0181735Z Traceback (most recent call last): 2022-12-01T10:26:44.0182030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0182108Z raise rte 2022-12-01T10:26:44.0182405Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0182507Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0182785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0182878Z return test(*args, **kwargs) 2022-12-01T10:26:44.0183136Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0183275Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0183514Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0183650Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0183970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0184110Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0184355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0184487Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0184840Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0185032Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0185473Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0185695Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0186116Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0186348Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0186732Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0186920Z return self.from_real_tensor( 2022-12-01T10:26:44.0187335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0187526Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0188031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0188215Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0188617Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0188829Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0189158Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0189169Z 2022-12-01T10:26:44.0189331Z ====================================================================== 2022-12-01T10:26:44.0189626Z ERROR [0.015s]: test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0189857Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0190012Z Traceback (most recent call last): 2022-12-01T10:26:44.0190444Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0190554Z raise rte 2022-12-01T10:26:44.0191375Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0191644Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0191980Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0192080Z return test(*args, **kwargs) 2022-12-01T10:26:44.0192357Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0192501Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0192754Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0192890Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0193169Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0193501Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0193751Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0193885Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0194139Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0194272Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0194562Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0194709Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0194979Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0195142Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0195403Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0195504Z return self.from_real_tensor( 2022-12-01T10:26:44.0195783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0195916Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0196174Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0196969Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0197261Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0197399Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0197638Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0197647Z 2022-12-01T10:26:44.0197752Z ====================================================================== 2022-12-01T10:26:44.0197954Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0198119Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0198222Z Traceback (most recent call last): 2022-12-01T10:26:44.0198528Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0198608Z raise rte 2022-12-01T10:26:44.0198905Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0199009Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0199296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0199391Z return test(*args, **kwargs) 2022-12-01T10:26:44.0199655Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0199791Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0200032Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0200169Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0200440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0200579Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0200884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0201018Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0201268Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0201399Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0201685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0201827Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0202092Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0202251Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0202557Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0202658Z return self.from_real_tensor( 2022-12-01T10:26:44.0202927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0203102Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0203358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0203480Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0203783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0203922Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0204143Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0204153Z 2022-12-01T10:26:44.0204256Z ====================================================================== 2022-12-01T10:26:44.0204461Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0204615Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0204715Z Traceback (most recent call last): 2022-12-01T10:26:44.0205014Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0205089Z raise rte 2022-12-01T10:26:44.0205383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0205486Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0205770Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0205864Z return test(*args, **kwargs) 2022-12-01T10:26:44.0206128Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0206266Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0206506Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0211614Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0211949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0212107Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0212370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0212603Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0212865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0213003Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0213299Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0213445Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0213719Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0213882Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0214144Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0214245Z return self.from_real_tensor( 2022-12-01T10:26:44.0214568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0214703Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0214962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0215125Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0215395Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0215538Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0215823Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0215832Z 2022-12-01T10:26:44.0215938Z ====================================================================== 2022-12-01T10:26:44.0216137Z ERROR [0.006s]: test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0216295Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0216398Z Traceback (most recent call last): 2022-12-01T10:26:44.0216700Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0216781Z raise rte 2022-12-01T10:26:44.0217077Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0217184Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0217476Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0217574Z return test(*args, **kwargs) 2022-12-01T10:26:44.0217845Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0217983Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0218224Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0218360Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0218630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0218769Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0219133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0219278Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0219533Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0219719Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0220008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0220152Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0220465Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0220625Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0220888Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0220996Z return self.from_real_tensor( 2022-12-01T10:26:44.0221312Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0221447Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0221704Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0221827Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0222088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0222225Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0222448Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0222504Z 2022-12-01T10:26:44.0222610Z ====================================================================== 2022-12-01T10:26:44.0222807Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0222962Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0223050Z Traceback (most recent call last): 2022-12-01T10:26:44.0223365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0223429Z raise rte 2022-12-01T10:26:44.0223742Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0223845Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0224130Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0224225Z return test(*args, **kwargs) 2022-12-01T10:26:44.0224491Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0224634Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0224875Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0225011Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0225287Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0225428Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0225674Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0225809Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0226060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0226192Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0226570Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0226718Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0226987Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0227184Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0227439Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0227541Z return self.from_real_tensor( 2022-12-01T10:26:44.0227816Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0227950Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0228214Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0228336Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0228604Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0228745Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0228967Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0228973Z 2022-12-01T10:26:44.0229081Z ====================================================================== 2022-12-01T10:26:44.0229337Z ERROR [0.007s]: test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0229482Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0229584Z Traceback (most recent call last): 2022-12-01T10:26:44.0229884Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0229963Z raise rte 2022-12-01T10:26:44.0230256Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0230358Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0230640Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0230736Z return test(*args, **kwargs) 2022-12-01T10:26:44.0231004Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0231143Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0231388Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0231525Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0231798Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0231940Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0232187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0232322Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0232630Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0232766Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0233098Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0233301Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0233584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0233730Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0233997Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0234083Z return self.from_real_tensor( 2022-12-01T10:26:44.0234380Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0234513Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0234772Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0234894Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0235161Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0235302Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0235509Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0235529Z 2022-12-01T10:26:44.0235619Z ====================================================================== 2022-12-01T10:26:44.0235821Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0236021Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0236124Z Traceback (most recent call last): 2022-12-01T10:26:44.0236427Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0236510Z raise rte 2022-12-01T10:26:44.0236808Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0236912Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0237193Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0237286Z return test(*args, **kwargs) 2022-12-01T10:26:44.0237555Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0237697Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0237940Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0238077Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0238398Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0238542Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0238790Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0238928Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0239218Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0239353Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0239644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0239787Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0240106Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0240262Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0240518Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0240618Z return self.from_real_tensor( 2022-12-01T10:26:44.0240892Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0241025Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0241281Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0241401Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0241663Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0241803Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0242024Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0242031Z 2022-12-01T10:26:44.0242133Z ====================================================================== 2022-12-01T10:26:44.0242339Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0242498Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0242598Z Traceback (most recent call last): 2022-12-01T10:26:44.0242940Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0243021Z raise rte 2022-12-01T10:26:44.0243316Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0243426Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0243710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0243805Z return test(*args, **kwargs) 2022-12-01T10:26:44.0244071Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0244212Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0244501Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0244638Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0244910Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0245088Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0245335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0245467Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0245716Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0245848Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0246137Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0246278Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0246542Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0246747Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0247001Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0247103Z return self.from_real_tensor( 2022-12-01T10:26:44.0247372Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0247507Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0247767Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0247893Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0248158Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0248294Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0248515Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0248522Z 2022-12-01T10:26:44.0248625Z ====================================================================== 2022-12-01T10:26:44.0248823Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0248980Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0249082Z Traceback (most recent call last): 2022-12-01T10:26:44.0249417Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0249495Z raise rte 2022-12-01T10:26:44.0249787Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0249890Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0250176Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0250269Z return test(*args, **kwargs) 2022-12-01T10:26:44.0250530Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0250672Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0250914Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0251049Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0251321Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0251459Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0251710Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0251844Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0252099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0252230Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0252516Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0252656Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0252922Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0253078Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0253334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0253485Z return self.from_real_tensor( 2022-12-01T10:26:44.0253755Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0253886Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0254143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0254261Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0254526Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0254662Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0254880Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0254889Z 2022-12-01T10:26:44.0254993Z ====================================================================== 2022-12-01T10:26:44.0255195Z ERROR [0.003s]: test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0255351Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0255495Z Traceback (most recent call last): 2022-12-01T10:26:44.0255793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0255870Z raise rte 2022-12-01T10:26:44.0256251Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0256357Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0256643Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0256741Z return test(*args, **kwargs) 2022-12-01T10:26:44.0257002Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0257141Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0257381Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0257520Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0257789Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0257931Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0258179Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0258316Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0258567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0258700Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0259073Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0259220Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0259483Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0259646Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0259903Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0260003Z return self.from_real_tensor( 2022-12-01T10:26:44.0260341Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0260475Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0260730Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0260851Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0261111Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0261247Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0261468Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0261474Z 2022-12-01T10:26:44.0261577Z ====================================================================== 2022-12-01T10:26:44.0261777Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0261932Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0262032Z Traceback (most recent call last): 2022-12-01T10:26:44.0262329Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0262410Z raise rte 2022-12-01T10:26:44.0262703Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0262855Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0263145Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0263239Z return test(*args, **kwargs) 2022-12-01T10:26:44.0263510Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0263650Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0263890Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0264025Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0264294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0264436Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0264685Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0264819Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0265070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0265204Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0265489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0265632Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0265893Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0266049Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0266304Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0266405Z return self.from_real_tensor( 2022-12-01T10:26:44.0266678Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0266855Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0267113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0267234Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0267498Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0267637Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0267853Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0267862Z 2022-12-01T10:26:44.0267966Z ====================================================================== 2022-12-01T10:26:44.0268164Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0268318Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0268423Z Traceback (most recent call last): 2022-12-01T10:26:44.0268724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0268804Z raise rte 2022-12-01T10:26:44.0269099Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0269204Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0269532Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0269628Z return test(*args, **kwargs) 2022-12-01T10:26:44.0269896Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0270035Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0270275Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0270411Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0270679Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0270821Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0271070Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0271207Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0271508Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0271643Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0271935Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0272125Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0272394Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0272553Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0272810Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0272913Z return self.from_real_tensor( 2022-12-01T10:26:44.0273191Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0273322Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0273637Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0273758Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0274022Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0274156Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0274374Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0274381Z 2022-12-01T10:26:44.0274485Z ====================================================================== 2022-12-01T10:26:44.0274688Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0274841Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0274943Z Traceback (most recent call last): 2022-12-01T10:26:44.0275243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0275319Z raise rte 2022-12-01T10:26:44.0275613Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0275717Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0275995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0276089Z return test(*args, **kwargs) 2022-12-01T10:26:44.0276402Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0276546Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0276791Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0276933Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0277203Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0277341Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0277588Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0277722Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0277970Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0278103Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0278387Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0278531Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0278800Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0278956Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0279208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0279307Z return self.from_real_tensor( 2022-12-01T10:26:44.0279582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0279713Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0279968Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0280628Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0280901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0281040Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0281263Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0281270Z 2022-12-01T10:26:44.0281377Z ====================================================================== 2022-12-01T10:26:44.0281576Z ERROR [0.002s]: test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0281735Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0281840Z Traceback (most recent call last): 2022-12-01T10:26:44.0282143Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0282226Z raise rte 2022-12-01T10:26:44.0282522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0282627Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0282914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0283007Z return test(*args, **kwargs) 2022-12-01T10:26:44.0283271Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0283456Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0283703Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0283839Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0284110Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0284248Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0284495Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0284628Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0284878Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0285008Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0285296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0285439Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0285705Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0285864Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0286119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0286220Z return self.from_real_tensor( 2022-12-01T10:26:44.0286496Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0286628Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0286886Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0287007Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0287266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0287446Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0287665Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0287672Z 2022-12-01T10:26:44.0287775Z ====================================================================== 2022-12-01T10:26:44.0287973Z ERROR [0.010s]: test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0288126Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0288212Z Traceback (most recent call last): 2022-12-01T10:26:44.0288525Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0288588Z raise rte 2022-12-01T10:26:44.0288897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0289003Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0289284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0289380Z return test(*args, **kwargs) 2022-12-01T10:26:44.0289643Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0289782Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0290071Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0290206Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0290481Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0290624Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0290869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0291003Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0291259Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0291400Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0291689Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0291836Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0292105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0292266Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0292524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0292626Z return self.from_real_tensor( 2022-12-01T10:26:44.0292901Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0293032Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0293288Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0293414Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0293680Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0293815Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0294089Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0294096Z 2022-12-01T10:26:44.0294200Z ====================================================================== 2022-12-01T10:26:44.0294402Z ERROR [0.012s]: test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0294542Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0294647Z Traceback (most recent call last): 2022-12-01T10:26:44.0294958Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0295037Z raise rte 2022-12-01T10:26:44.0295335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0295442Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0295734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0295828Z return test(*args, **kwargs) 2022-12-01T10:26:44.0296093Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0296231Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0296471Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0296607Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0296916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0297058Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0297309Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0297445Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0297702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0297831Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0298119Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0298260Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0298544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0298687Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0298955Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0299166Z return self.from_real_tensor( 2022-12-01T10:26:44.0299460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0299594Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0299854Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0299977Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0300244Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0300382Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0300592Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0300667Z 2022-12-01T10:26:44.0300760Z ====================================================================== 2022-12-01T10:26:44.0300968Z ERROR [0.008s]: test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) 2022-12-01T10:26:44.0301121Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0301221Z Traceback (most recent call last): 2022-12-01T10:26:44.0301520Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 391, in instantiated_test 2022-12-01T10:26:44.0301598Z raise rte 2022-12-01T10:26:44.0301897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 378, in instantiated_test 2022-12-01T10:26:44.0302002Z result = test(self, **param_kwargs) 2022-12-01T10:26:44.0302286Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 815, in test_wrapper 2022-12-01T10:26:44.0302384Z return test(*args, **kwargs) 2022-12-01T10:26:44.0302719Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1357, in test_make_fx_symbolic_exhaustive 2022-12-01T10:26:44.0302860Z _test_make_fx_helper(self, device, dtype, op, "symbolic") 2022-12-01T10:26:44.0303144Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 1328, in _test_make_fx_helper 2022-12-01T10:26:44.0303282Z new_f = make_fx(f, tracing_mode=tracing_mode)(args, kwargs) 2022-12-01T10:26:44.0303609Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0303755Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0304002Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0304139Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0304388Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0304519Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0304807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0304950Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0305216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0305374Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0305629Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0305730Z return self.from_real_tensor( 2022-12-01T10:26:44.0306006Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0306139Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0306399Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0306520Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0306784Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0306921Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0307141Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0307149Z 2022-12-01T10:26:44.0307253Z ====================================================================== 2022-12-01T10:26:44.0307453Z ERROR [0.000s]: test_binary_broadcast (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0307608Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0307710Z Traceback (most recent call last): 2022-12-01T10:26:44.0307959Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 821, in test_binary_broadcast 2022-12-01T10:26:44.0308095Z shape_env = self._test_dynamic(f, [(1, 2), (3, 1)], test_inputs) 2022-12-01T10:26:44.0308329Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:44.0308471Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:44.0308741Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0308884Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0309131Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0309271Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0309522Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0309658Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0309945Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0310088Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0310837Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0311004Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0311265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0311369Z return self.from_real_tensor( 2022-12-01T10:26:44.0311651Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0311783Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0312044Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0312166Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0312435Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0312575Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0312797Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0312807Z 2022-12-01T10:26:44.0312916Z ====================================================================== 2022-12-01T10:26:44.0313047Z ERROR [0.000s]: test_cat (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0313203Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0313306Z Traceback (most recent call last): 2022-12-01T10:26:44.0313527Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 867, in test_cat 2022-12-01T10:26:44.0313662Z shape_env = self._test_dynamic(f, [(1, 6), (8, 1)], test_inputs) 2022-12-01T10:26:44.0313889Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:44.0314036Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:44.0314306Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0314494Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0314743Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0314875Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0315125Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0315258Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0315546Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0315692Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0315957Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0316115Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0316370Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0316469Z return self.from_real_tensor( 2022-12-01T10:26:44.0316740Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0316871Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0317133Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0317254Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0317565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0317703Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0317923Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0317930Z 2022-12-01T10:26:44.0318035Z ====================================================================== 2022-12-01T10:26:44.0318172Z ERROR [0.000s]: test_expand (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0318326Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0318427Z Traceback (most recent call last): 2022-12-01T10:26:44.0318661Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 895, in test_expand 2022-12-01T10:26:44.0318777Z self._test_dynamic(f, [(3,)], [[(3,)], [(4,)], [(2,)]]) 2022-12-01T10:26:44.0319006Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:44.0319148Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:44.0319415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0319558Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0319803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0319935Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0320182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0320313Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0320601Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0320741Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0321004Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0321204Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0321460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0321561Z return self.from_real_tensor( 2022-12-01T10:26:44.0321832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0321961Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0322215Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0322337Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0322598Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0322736Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0322954Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0322960Z 2022-12-01T10:26:44.0323064Z ====================================================================== 2022-12-01T10:26:44.0323206Z ERROR [0.004s]: test_guards_equal (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0323355Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0323456Z Traceback (most recent call last): 2022-12-01T10:26:44.0323694Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 928, in test_guards_equal 2022-12-01T10:26:44.0323829Z fx_g = _trace(f, (5, 6), (5, 6)) 2022-12-01T10:26:44.0324044Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:44.0324172Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:44.0324442Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0324579Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0324823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0324956Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0325205Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0325335Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0325622Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0325764Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0326028Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0326190Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0326446Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0326545Z return self.from_real_tensor( 2022-12-01T10:26:44.0326815Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0326946Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0327204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0327324Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0327584Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0327762Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0327978Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0327985Z 2022-12-01T10:26:44.0328090Z ====================================================================== 2022-12-01T10:26:44.0328238Z ERROR [0.002s]: test_multiply_shape (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0328387Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0328474Z Traceback (most recent call last): 2022-12-01T10:26:44.0328733Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 828, in test_multiply_shape 2022-12-01T10:26:44.0328874Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:44.0329154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0329294Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0329539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0329673Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0329920Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0330049Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0330378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0330522Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0330785Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0330944Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0331199Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0331299Z return self.from_real_tensor( 2022-12-01T10:26:44.0331567Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0331697Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0331950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0332072Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0332332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0332467Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0332685Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0332692Z 2022-12-01T10:26:44.0332795Z ====================================================================== 2022-12-01T10:26:44.0332920Z ERROR [0.002s]: test_new_empty (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0333073Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0333174Z Traceback (most recent call last): 2022-12-01T10:26:44.0333406Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 876, in test_new_empty 2022-12-01T10:26:44.0333550Z self._test_dynamic(f, [(2, 4), (4, 5)], [[(2, 3), (5, 7)], [(3, 7), (9, 3)]], assert_eq=False) 2022-12-01T10:26:44.0333778Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:44.0333919Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:44.0334240Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0334379Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0334623Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0334754Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0334999Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0335128Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0335415Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0335557Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0335823Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0335978Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0336233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0336334Z return self.from_real_tensor( 2022-12-01T10:26:44.0336607Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0336738Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0337038Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0337160Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0337424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0337562Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0337782Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0337788Z 2022-12-01T10:26:44.0337891Z ====================================================================== 2022-12-01T10:26:44.0338057Z ERROR [0.000s]: test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0338208Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0338309Z Traceback (most recent call last): 2022-12-01T10:26:44.0338580Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 979, in test_nonidentity_transitive_guards 2022-12-01T10:26:44.0338672Z fx_g = _trace(f, 2, 4, 8, 16, 32) 2022-12-01T10:26:44.0338885Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 779, in _trace 2022-12-01T10:26:44.0339117Z return make_fx(f, tracing_mode="symbolic")(*inps) 2022-12-01T10:26:44.0339392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0339533Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0339782Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0339918Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0340170Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0340305Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0340592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0340792Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0341057Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0341211Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0341469Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0341569Z return self.from_real_tensor( 2022-12-01T10:26:44.0341842Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0341978Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0342233Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0342355Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0342619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0342755Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0342977Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0342983Z 2022-12-01T10:26:44.0343089Z ====================================================================== 2022-12-01T10:26:44.0343231Z ERROR [0.000s]: test_return_symint (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0343385Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0343533Z Traceback (most recent call last): 2022-12-01T10:26:44.0343782Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 912, in test_return_symint 2022-12-01T10:26:44.0343894Z self._test_dynamic(f, [(5,)], [[(4,)], [(12,)]]) 2022-12-01T10:26:44.0344123Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:44.0344266Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:44.0344535Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0344672Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0344914Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0345046Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0345294Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0345426Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0345707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0345851Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0346115Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0346272Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0346527Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0346627Z return self.from_real_tensor( 2022-12-01T10:26:44.0346898Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0347030Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0347283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0347446Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0347707Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0347842Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0348060Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0348066Z 2022-12-01T10:26:44.0348169Z ====================================================================== 2022-12-01T10:26:44.0348313Z ERROR [0.003s]: test_symbolic_meta (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0348466Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0348568Z Traceback (most recent call last): 2022-12-01T10:26:44.0348812Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 902, in test_symbolic_meta 2022-12-01T10:26:44.0348973Z fx_g = make_fx(f, tracing_mode="symbolic")(torch.randn(5), torch.randn(4)) 2022-12-01T10:26:44.0349243Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0349381Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0349624Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0349756Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0350043Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0350176Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0350466Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0350610Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0350874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0351031Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0351283Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0351382Z return self.from_real_tensor( 2022-12-01T10:26:44.0351652Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0351783Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0352039Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0352161Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0352424Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0352558Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0352774Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0352780Z 2022-12-01T10:26:44.0352884Z ====================================================================== 2022-12-01T10:26:44.0353033Z ERROR [0.003s]: test_symint_to_tensor (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0353187Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0353289Z Traceback (most recent call last): 2022-12-01T10:26:44.0353535Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 841, in test_symint_to_tensor 2022-12-01T10:26:44.0353691Z r = str(make_fx(f, tracing_mode="symbolic")(torch.empty(4)).code).strip() 2022-12-01T10:26:44.0354007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0354147Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0354392Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0354527Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0354774Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0354909Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0355196Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0355338Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0355605Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0355759Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0356013Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0356113Z return self.from_real_tensor( 2022-12-01T10:26:44.0356383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0356514Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0356807Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0356927Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0357187Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0357324Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0357545Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0357551Z 2022-12-01T10:26:44.0357654Z ====================================================================== 2022-12-01T10:26:44.0357787Z ERROR [0.003s]: test_unary (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0357941Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0358042Z Traceback (most recent call last): 2022-12-01T10:26:44.0358270Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 806, in test_unary 2022-12-01T10:26:44.0358400Z shape_env = self._test_dynamic(f, [(3, 4)], test_inputs) 2022-12-01T10:26:44.0358698Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 790, in _test_dynamic 2022-12-01T10:26:44.0358847Z traced_f = make_fx(fn, tracing_mode="symbolic")(*trace_inputs) 2022-12-01T10:26:44.0359117Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 639, in wrapped 2022-12-01T10:26:44.0359303Z args = pytree.tree_map(wrap_fn_map[tracing_mode], args) 2022-12-01T10:26:44.0359552Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in tree_map 2022-12-01T10:26:44.0359688Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0359941Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py", line 192, in 2022-12-01T10:26:44.0360075Z return tree_unflatten([fn(i) for i in flat_args], spec) 2022-12-01T10:26:44.0360363Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\proxy_tensor.py", line 631, in wrap_fake_symbolic 2022-12-01T10:26:44.0360559Z return fake_tensor_mode.from_tensor(x, shape_env=shape_env) 2022-12-01T10:26:44.0360824Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 897, in from_tensor 2022-12-01T10:26:44.0360980Z return self.fake_tensor_converter(self, tensor, shape_env=shape_env) 2022-12-01T10:26:44.0361234Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 249, in __call__ 2022-12-01T10:26:44.0361334Z return self.from_real_tensor( 2022-12-01T10:26:44.0361610Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\fake_tensor.py", line 204, in from_real_tensor 2022-12-01T10:26:44.0361741Z meta_t = self.meta_converter(t, shape_env=shape_env) 2022-12-01T10:26:44.0361996Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 307, in __call__ 2022-12-01T10:26:44.0362117Z r = self.meta_tensor(t, shape_env=shape_env) 2022-12-01T10:26:44.0362378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_subclasses\meta_utils.py", line 261, in meta_tensor 2022-12-01T10:26:44.0362512Z r.set_(s, sym_storage_offset(t), sym_size(t), sym_stride(t)) 2022-12-01T10:26:44.0362730Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0362738Z 2022-12-01T10:26:44.0362841Z ====================================================================== 2022-12-01T10:26:44.0363009Z FAIL [0.003s]: test_allclose (__main__.TestGenericProxyTensorSymbolic) 2022-12-01T10:26:44.0363197Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0363411Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0363416Z 2022-12-01T10:26:44.0363571Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:44.0363580Z 2022-12-01T10:26:44.0363680Z Traceback (most recent call last): 2022-12-01T10:26:44.0363908Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 422, in test_allclose 2022-12-01T10:26:44.0364010Z self.assertRaisesRegex( 2022-12-01T10:26:44.0364307Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:44.0364491Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:44.0364813Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:44.0364820Z 2022-12-01T10:26:44.0364921Z ====================================================================== 2022-12-01T10:26:44.0365067Z FAIL [0.025s]: test_size_with_tensor (__main__.TestSymbolicTracing) 2022-12-01T10:26:44.0365256Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0365474Z RuntimeError: AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul' 2022-12-01T10:26:44.0365480Z 2022-12-01T10:26:44.0365631Z During handling of the above exception, another exception occurred: 2022-12-01T10:26:44.0365636Z 2022-12-01T10:26:44.0365734Z Traceback (most recent call last): 2022-12-01T10:26:44.0365978Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py", line 885, in test_size_with_tensor 2022-12-01T10:26:44.0366080Z self.assertRaisesRegex( 2022-12-01T10:26:44.0366381Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2558, in assertRaisesRegex 2022-12-01T10:26:44.0366563Z return super().assertRaisesRegex(expected_exception, expected_regex, *args, **kwargs) 2022-12-01T10:26:44.0366832Z AssertionError: "data-dependent" does not match "AttributeError: 'PySymInt' object has no attribute 'torch::jit::PythonSymIntNodeImpl::mul'" 2022-12-01T10:26:44.0366883Z 2022-12-01T10:26:44.0367035Z ---------------------------------------------------------------------- 2022-12-01T10:26:44.0367121Z Ran 2766 tests in 122.641s 2022-12-01T10:26:44.0367127Z 2022-12-01T10:26:44.0367271Z FAILED (failures=2, errors=286, skipped=99, expected failures=1185) 2022-12-01T10:26:44.0367277Z 2022-12-01T10:26:44.0367368Z Generating XML reports... 2022-12-01T10:26:44.0367625Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20221201102437.xml 2022-12-01T10:26:44.0367904Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20221201102437.xml 2022-12-01T10:26:44.0368176Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20221201102437.xml 2022-12-01T10:26:44.0368463Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20221201102437.xml 2022-12-01T10:26:44.0368732Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestProxyTensorOpInfoCPU-20221201102437.xml 2022-12-01T10:26:44.0368977Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20221201102437.xml 2022-12-01T10:26:44.0368982Z 2022-12-01T10:26:44.0369241Z FINISHED PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_8l1p_pdl) 2022-12-01T10:26:44.0369247Z 2022-12-01T10:26:44.0369335Z test_proxy_tensor failed! 2022-12-01T10:26:44.0369435Z Traceback (most recent call last): 2022-12-01T10:26:44.0369688Z File "C:\actions-runner\_work\pytorch\pytorch\test\run_test.py", line 1240, in 2022-12-01T10:26:44.0369761Z main() 2022-12-01T10:26:44.0369963Z File "C:\actions-runner\_work\pytorch\pytorch\test\run_test.py", line 1204, in main 2022-12-01T10:26:44.0370116Z raise RuntimeError("\n".join(failure_messages)) 2022-12-01T10:26:44.0370225Z RuntimeError: test_proxy_tensor failed! 2022-12-01T10:26:44.0370318Z Ignoring disabled issues: [] 2022-12-01T10:26:44.0370424Z Found test time stats from artifacts 2022-12-01T10:26:44.0370577Z Prioritized test from test file changes. 2022-12-01T10:26:44.0370672Z reordering tests for PR: 2022-12-01T10:26:44.0370752Z prioritized: [] 2022-12-01T10:26:44.0372549Z the rest: ['test_ops', 'test_ops_jit', 'test_nn', 'test_sparse_csr', 'test_dispatch', 'test_tensor_creation_ops', 'nn/test_pooling', 'test_multiprocessing_spawn', 'test_cpp_api_parity', 'test_multiprocessing', 'test_cpp_extensions_open_device_registration', 'test_fx', 'test_indexing', 'test_overrides', 'test_jit_cuda_fuser', 'test_cpp_extensions_aot_no_ninja', 'test_show_pickle', 'distributions/test_constraints', 'lazy/test_extract_compiled_graph', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_fx_backends', 'test_jiterator', 'doctests', 'test_proxy_tensor', 'test_fx_experimental', 'profiler/test_profiler', 'test_jit_autocast', 'lazy/test_ts_opinfo', 'test_spectral_ops', 'test_testing', 'nn/test_embedding', 'test_functionalization', 'test_type_promotion', 'test_openmp', 'test_mkl_verbose', 'test_import_stats', 'test_mkldnn_verbose', 'test_module_init', 'test_maskedtensor', 'test_datapipe', 'test_vmap', 'lazy/test_step_closures', 'test_shape_ops', 'test_bundled_inputs', 'test_python_dispatch', 'test_native_functions', 'test_package', 'test_namedtensor', 'benchmark_utils/test_benchmark_utils', 'test_function_schema', 'test_fx_passes', 'test_autocast', 'test_dynamic_shapes', 'test_functional_optim', 'test_tensorexpr_pybind', 'test_itt', 'test_monitor', 'test_public_bindings', 'test_native_mha', 'test_jit_llga_fuser', 'test_tensorboard', 'test_nvfuser_frontend', 'test_numba_integration', 'lazy/test_reuse_ir', 'test_complex', 'test_license', 'test_vulkan', 'backends/xeon/test_launch', 'test_type_hints', 'test_functional_autograd_benchmark'] 2022-12-01T10:26:44.0372624Z 2022-12-01T10:26:44.0372980Z 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:26:44.0373364Z 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:26:44.0373403Z 2022-12-01T10:26:44.0373584Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-12-01T10:26:44.0373590Z 2022-12-01T10:26:44.0373743Z (base) C:\actions-runner\_work\pytorch\pytorch\test>exit /b 1 2022-12-01T10:26:44.0378122Z ##[error]Process completed with exit code 1. 2022-12-01T10:26:44.0520804Z Prepare all required actions 2022-12-01T10:26:44.0521348Z Getting action download info 2022-12-01T10:26:44.2921194Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:26:44.6332004Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:26:44.6332244Z with: 2022-12-01T10:26:44.6332707Z github-token: *** 2022-12-01T10:26:44.6332886Z env: 2022-12-01T10:26:44.6333064Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:44.6333340Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:44.6333592Z ##[endgroup] 2022-12-01T10:26:44.6468983Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:26:44.6469273Z with: 2022-12-01T10:26:44.6469440Z shell: bash 2022-12-01T10:26:44.6469626Z timeout_minutes: 10 2022-12-01T10:26:44.6469820Z max_attempts: 5 2022-12-01T10:26:44.6470017Z retry_wait_seconds: 30 2022-12-01T10:26:44.6470472Z 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:26:44.6470880Z polling_interval_seconds: 1 2022-12-01T10:26:44.6471087Z warning_on_retry: true 2022-12-01T10:26:44.6471286Z continue_on_error: false 2022-12-01T10:26:44.6471471Z env: 2022-12-01T10:26:44.6471651Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:44.6471905Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:44.6472383Z GITHUB_TOKEN: *** 2022-12-01T10:26:44.6472564Z ##[endgroup] 2022-12-01T10:26:44.7333299Z 2022-12-01T10:26:44.7340221Z ##[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:26:44.7571203Z + python3 -m pip install requests==2.26.0 2022-12-01T10:26:45.4952416Z Collecting requests==2.26.0 2022-12-01T10:26:45.5072432Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-12-01T10:26:45.5728411Z Collecting urllib3<1.27,>=1.21.1 2022-12-01T10:26:45.5807665Z Using cached urllib3-1.26.13-py2.py3-none-any.whl (140 kB) 2022-12-01T10:26:45.6154572Z Collecting certifi>=2017.4.17 2022-12-01T10:26:45.6221829Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-12-01T10:26:45.6818628Z Collecting charset-normalizer~=2.0.0 2022-12-01T10:26:45.6906302Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-12-01T10:26:45.7198185Z Collecting idna<4,>=2.5 2022-12-01T10:26:45.7265697Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-12-01T10:26:45.8381984Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-12-01T10:26:46.7304666Z 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:26:46.8351136Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0d3617770804b26ee 2022-12-01T10:26:49.9558949Z + GHA_WORKFLOW_JOB_ID=9818689314 2022-12-01T10:26:49.9561790Z ##[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:26:49.9563746Z + echo '::set-output name=job-id::9818689314' 2022-12-01T10:26:50.7634523Z Command completed after 1 attempt(s). 2022-12-01T10:26:50.7634720Z 2022-12-01T10:26:50.7636833Z ##[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:26:50.7894558Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:26:50.7894871Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:26:50.7924999Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:26:50.7925274Z env: 2022-12-01T10:26:50.7925460Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:50.7925740Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:50.7926001Z MONITOR_SCRIPT_PID: 27 2022-12-01T10:26:50.7926178Z ##[endgroup] 2022-12-01T10:26:50.8312684Z Prepare all required actions 2022-12-01T10:26:50.8313051Z Getting action download info 2022-12-01T10:26:51.0065589Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:26:51.8337280Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:26:52.1433209Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:26:52.1433429Z with: 2022-12-01T10:26:52.1433673Z file-suffix: test-default-2-2-windows.4xlarge_9818689314 2022-12-01T10:26:52.1433908Z env: 2022-12-01T10:26:52.1434089Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:52.1434361Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:52.1434600Z ##[endgroup] 2022-12-01T10:26:52.5391278Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T10:26:52.5391600Z # -ir => recursive include all files in pattern 2022-12-01T10:26:52.5391944Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-12-01T10:26:52.5416160Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:26:52.5416455Z env: 2022-12-01T10:26:52.5416645Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:52.5416926Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:52.5417231Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_9818689314 2022-12-01T10:26:52.5417474Z ##[endgroup] 2022-12-01T10:26:52.9328313Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:26:53.0222337Z Finished 2022-12-01T10:26:53.2667366Z 2022-12-01T10:26:53.2667870Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:26:53.2668118Z 2022-12-01T10:26:53.2668218Z Scanning the drive: 2022-12-01T10:26:53.2668425Z 5 files, 376736 bytes (368 KiB) 2022-12-01T10:26:53.2668552Z 2022-12-01T10:26:53.2668808Z Creating archive: test-jsons-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:53.2669033Z 2022-12-01T10:26:53.2669161Z Add new data to archive: 5 files, 376736 bytes (368 KiB) 2022-12-01T10:26:53.2669311Z 2022-12-01T10:26:53.2669315Z 2022-12-01T10:26:53.2669401Z Files read from disk: 5 2022-12-01T10:26:53.2669608Z Archive size: 40769 bytes (40 KiB) 2022-12-01T10:26:53.2669801Z Everything is Ok 2022-12-01T10:26:53.3035926Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T10:26:53.3036291Z # -ir => recursive include all files in pattern 2022-12-01T10:26:53.3036591Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' 2022-12-01T10:26:53.3061001Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:26:53.3061900Z env: 2022-12-01T10:26:53.3062085Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:53.3062344Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:53.3062673Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_9818689314 2022-12-01T10:26:53.3062918Z ##[endgroup] 2022-12-01T10:26:53.6821015Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:26:53.7720264Z Finished 2022-12-01T10:26:53.9501311Z 2022-12-01T10:26:53.9501843Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:26:53.9502067Z 2022-12-01T10:26:53.9502157Z Scanning the drive: 2022-12-01T10:26:53.9502375Z 39 files, 1895468 bytes (1852 KiB) 2022-12-01T10:26:53.9502506Z 2022-12-01T10:26:53.9502714Z Creating archive: test-reports-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:53.9502941Z 2022-12-01T10:26:53.9503069Z Add new data to archive: 39 files, 1895468 bytes (1852 KiB) 2022-12-01T10:26:53.9503237Z 2022-12-01T10:26:53.9503241Z 2022-12-01T10:26:53.9503333Z Files read from disk: 39 2022-12-01T10:26:53.9503776Z Archive size: 85596 bytes (84 KiB) 2022-12-01T10:26:53.9503990Z Everything is Ok 2022-12-01T10:26:53.9855826Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T10:26:53.9856162Z # -ir => recursive include all files in pattern 2022-12-01T10:26:53.9856453Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-12-01T10:26:53.9880534Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:26:53.9880828Z env: 2022-12-01T10:26:53.9881016Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:53.9881282Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:53.9881605Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_9818689314 2022-12-01T10:26:53.9881846Z ##[endgroup] 2022-12-01T10:26:54.3707823Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:26:54.4603422Z Finished 2022-12-01T10:26:54.5315803Z 2022-12-01T10:26:54.5316248Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:26:54.5316531Z 2022-12-01T10:26:54.5316653Z Scanning the drive: 2022-12-01T10:26:54.5316851Z 1 file, 196115 bytes (192 KiB) 2022-12-01T10:26:54.5316980Z 2022-12-01T10:26:54.5317231Z Creating archive: usage-log-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:54.5317452Z 2022-12-01T10:26:54.5317573Z Add new data to archive: 1 file, 196115 bytes (192 KiB) 2022-12-01T10:26:54.5317722Z 2022-12-01T10:26:54.5317728Z 2022-12-01T10:26:54.5317814Z Files read from disk: 1 2022-12-01T10:26:54.5318024Z Archive size: 10181 bytes (10 KiB) 2022-12-01T10:26:54.5318228Z Everything is Ok 2022-12-01T10:26:54.5679292Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:26:54.5679503Z with: 2022-12-01T10:26:54.5679717Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:26:54.5679955Z retention-days: 14 2022-12-01T10:26:54.5680160Z if-no-files-found: warn 2022-12-01T10:26:54.5680370Z path: test-jsons-*.zip 2022-12-01T10:26:54.5680550Z name: artifact 2022-12-01T10:26:54.5680748Z s3-bucket: gha-artifacts 2022-12-01T10:26:54.5680944Z region: us-east-1 2022-12-01T10:26:54.5681113Z env: 2022-12-01T10:26:54.5681290Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:54.5681546Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:54.5681790Z ##[endgroup] 2022-12-01T10:26:55.5070416Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:26:55.5070757Z With the provided path, there will be 1 file uploaded 2022-12-01T10:26:55.5071040Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:26:55.5086106Z Starting upload of test-jsons-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:55.7385411Z Finished upload of test-jsons-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:55.7664971Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:26:55.7665206Z with: 2022-12-01T10:26:55.7665419Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:26:55.7665657Z retention-days: 14 2022-12-01T10:26:55.7665864Z if-no-files-found: error 2022-12-01T10:26:55.7666081Z path: test-reports-*.zip 2022-12-01T10:26:55.7666265Z name: artifact 2022-12-01T10:26:55.7666458Z s3-bucket: gha-artifacts 2022-12-01T10:26:55.7666657Z region: us-east-1 2022-12-01T10:26:55.7666823Z env: 2022-12-01T10:26:55.7667004Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:55.7667258Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:55.7667510Z ##[endgroup] 2022-12-01T10:26:56.1895194Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:26:56.1895543Z With the provided path, there will be 1 file uploaded 2022-12-01T10:26:56.1895826Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:26:56.1915618Z Starting upload of test-reports-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:56.4023736Z Finished upload of test-reports-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:56.4335520Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:26:56.4335760Z with: 2022-12-01T10:26:56.4335981Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:26:56.4336214Z retention-days: 14 2022-12-01T10:26:56.4336425Z if-no-files-found: ignore 2022-12-01T10:26:56.4336634Z path: usage-log-*.zip 2022-12-01T10:26:56.4336809Z name: artifact 2022-12-01T10:26:56.4336999Z s3-bucket: gha-artifacts 2022-12-01T10:26:56.4337197Z region: us-east-1 2022-12-01T10:26:56.4337368Z env: 2022-12-01T10:26:56.4337537Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:56.4337811Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:56.4338064Z ##[endgroup] 2022-12-01T10:26:56.8570706Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:26:56.8571057Z With the provided path, there will be 1 file uploaded 2022-12-01T10:26:56.8571351Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:26:56.8586368Z Starting upload of usage-log-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:56.9775706Z Finished upload of usage-log-test-default-2-2-windows.4xlarge_9818689314.zip 2022-12-01T10:26:57.0101524Z ##[group]Run set -x 2022-12-01T10:26:57.0114501Z set -x 2022-12-01T10:26:57.0114762Z python3 -m pip install -r requirements.txt 2022-12-01T10:26:57.0115024Z python3 -m pip install boto3==1.19.12 2022-12-01T10:26:57.0115342Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:26:57.0145544Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:26:57.0145868Z env: 2022-12-01T10:26:57.0146061Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:26:57.0146343Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:26:57.0146623Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:26:57.0146820Z BRANCH: 2022-12-01T10:26:57.0147038Z TEST_CONFIG: default 2022-12-01T10:26:57.0147226Z SHARD_NUMBER: 2 2022-12-01T10:26:57.0147441Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-12-01T10:26:57.0147662Z PR_NUMBER: 89997 2022-12-01T10:26:57.0148000Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:26:57.0148213Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:26:57.0148527Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:26:57.0148844Z TAG: 2022-12-01T10:26:57.0149018Z WORKFLOW_ID: 3591403534 2022-12-01T10:26:57.0149475Z GITHUB_TOKEN: *** 2022-12-01T10:26:57.0149676Z GHA_WORKFLOW_JOB_ID: 9818689314 2022-12-01T10:26:57.0149853Z ##[endgroup] 2022-12-01T10:26:57.0386991Z + python3 -m pip install -r requirements.txt 2022-12-01T10:26:57.6663999Z Collecting astunparse 2022-12-01T10:26:57.7306245Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-12-01T10:26:57.7708999Z Collecting expecttest 2022-12-01T10:26:57.7855224Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-12-01T10:26:57.8114956Z Collecting future 2022-12-01T10:26:57.8260000Z Downloading future-0.18.2.tar.gz (829 kB) 2022-12-01T10:26:57.8967593Z ------------------------------------- 829.2/829.2 kB 13.0 MB/s eta 0:00:00 2022-12-01T10:26:58.2791546Z Preparing metadata (setup.py): started 2022-12-01T10:26:58.8595980Z Preparing metadata (setup.py): finished with status 'done' 2022-12-01T10:26:59.2678198Z Collecting hypothesis 2022-12-01T10:26:59.2875070Z Downloading hypothesis-6.58.2-py3-none-any.whl (396 kB) 2022-12-01T10:26:59.3010392Z ------------------------------------- 396.8/396.8 kB 25.8 MB/s eta 0:00:00 2022-12-01T10:26:59.4725465Z Collecting numpy 2022-12-01T10:26:59.4880023Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-12-01T10:26:59.6400002Z --------------------------------------- 14.6/14.6 MB 81.8 MB/s eta 0:00:00 2022-12-01T10:26:59.7005354Z 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:26:59.7368475Z Collecting pyyaml 2022-12-01T10:26:59.7507016Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-12-01T10:26:59.7617400Z 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:26:59.7630892Z 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:26:59.7794863Z Collecting six 2022-12-01T10:26:59.7938573Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-12-01T10:26:59.8184894Z Collecting types-dataclasses 2022-12-01T10:26:59.8327374Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-12-01T10:26:59.8589899Z Collecting typing_extensions 2022-12-01T10:26:59.8734879Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-12-01T10:26:59.9088221Z Collecting sympy 2022-12-01T10:26:59.9348801Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-12-01T10:27:00.0187555Z Collecting wheel<1.0,>=0.23.0 2022-12-01T10:27:00.0265344Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-12-01T10:27:00.0882379Z Collecting attrs>=19.2.0 2022-12-01T10:27:00.1046384Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-12-01T10:27:00.1127795Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-12-01T10:27:00.1363100Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-12-01T10:27:00.1506063Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-12-01T10:27:00.1925745Z 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:27:00.1938593Z 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:27:00.1964001Z 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:27:00.1987210Z 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:27:00.2264210Z Collecting mpmath>=0.19 2022-12-01T10:27:00.2361852Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-12-01T10:27:00.5621438Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, future, expecttest, attrs, hypothesis, astunparse 2022-12-01T10:27:28.6359547Z 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:27:28.6368570Z Running setup.py install for future: started 2022-12-01T10:27:32.3925397Z Running setup.py install for future: finished with status 'done' 2022-12-01T10:27:33.8111422Z 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:27:34.0783099Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:27:35.0234890Z Collecting boto3==1.19.12 2022-12-01T10:27:35.0462433Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-12-01T10:27:35.0615577Z ---------------------------------------- 131.8/131.8 kB ? eta 0:00:00 2022-12-01T10:27:35.4576649Z Collecting botocore<1.23.0,>=1.22.12 2022-12-01T10:27:35.4662082Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-12-01T10:27:35.5559854Z ---------------------------------------- 8.1/8.1 MB 86.1 MB/s eta 0:00:00 2022-12-01T10:27:35.6114579Z Collecting jmespath<1.0.0,>=0.7.1 2022-12-01T10:27:35.6154668Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-12-01T10:27:35.6458629Z Collecting s3transfer<0.6.0,>=0.5.0 2022-12-01T10:27:35.6530647Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-12-01T10:27:35.6619721Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2022-12-01T10:27:35.6937138Z Collecting python-dateutil<3.0.0,>=2.1 2022-12-01T10:27:35.6974699Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-12-01T10:27:35.7085306Z ------------------------------------- 247.7/247.7 kB 15.8 MB/s eta 0:00:00 2022-12-01T10:27:35.7223555Z 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:27:35.8159403Z 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:27:36.0357945Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-12-01T10:27:38.5833564Z 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:27:38.7368354Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:27:49.6874673Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:27:49.6874904Z 2022-12-01T10:27:49.6875043Z ----- Historic stats comparison result ------ 2022-12-01T10:27:49.6877930Z 2022-12-01T10:27:49.6878259Z job: win-vs2019-cpu-py3 2022-12-01T10:27:49.6878547Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:27:49.6878711Z 2022-12-01T10:27:49.6878882Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:27:49.6879077Z 2022-12-01T10:27:49.6879147Z : (master) 2022-12-01T10:27:49.6879342Z | 2022-12-01T10:27:49.6879669Z | * c13d400bff (HEAD) total time 211.91s 2022-12-01T10:27:49.6880031Z | | 2022-12-01T10:27:49.6880283Z | : (59 commits) 2022-12-01T10:27:49.6880503Z |/ 2022-12-01T10:27:49.6882072Z * 67eb2d5952 (base) 6 reports, total time 4839.19s � 749.48s 2022-12-01T10:27:49.6882580Z * 1c5ca724f4 3 reports, total time 4928.32s � 901.82s 2022-12-01T10:27:49.6883105Z * 9d6109c4b0 3 reports, total time 4406.87s � 778.93s 2022-12-01T10:27:49.6883710Z * 736adc0808 3 reports, total time 4462.52s � 749.64s 2022-12-01T10:27:49.6884180Z * a348975e00 3 reports, total time 4433.30s � 673.74s 2022-12-01T10:27:49.6884833Z * db13049b88 3 reports, total time 4447.68s � 621.73s 2022-12-01T10:27:49.6885106Z * d07b85393a 3 reports, total time 4412.17s � 684.56s 2022-12-01T10:27:49.6885384Z * ac25c210e5 3 reports, total time 4404.80s � 389.50s 2022-12-01T10:27:49.6885659Z * 2355b6256b 3 reports, total time 4503.29s � 482.50s 2022-12-01T10:27:49.6885926Z * 4f95f7ae9b 3 reports, total time 4447.42s � 445.72s 2022-12-01T10:27:49.6886133Z | 2022-12-01T10:27:49.6886274Z : 2022-12-01T10:27:49.6886369Z 2022-12-01T10:27:49.6886499Z Removed (across 686 suites) 0 tests, totaling 0.00s 2022-12-01T10:27:49.6886779Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:27:49.6887057Z Added (across 39 suites) 3371 tests, totaling + 211.91s 2022-12-01T10:27:49.7793553Z Prepare all required actions 2022-12-01T10:27:49.7833548Z ##[group]Run ./.github/actions/teardown-win 2022-12-01T10:27:49.7833779Z with: 2022-12-01T10:27:49.7833922Z env: 2022-12-01T10:27:49.7834107Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:27:49.7834384Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:27:49.7834630Z ##[endgroup] 2022-12-01T10:27:49.7948341Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-12-01T10:27:49.7948644Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-12-01T10:27:49.7972683Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:27:49.7972967Z env: 2022-12-01T10:27:49.7973199Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:27:49.7973479Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:27:49.7973717Z ##[endgroup] 2022-12-01T10:27:50.1939279Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:27:50.2992785Z Finished 2022-12-01T10:27:50.7427412Z Holding runner until all ssh sessions have logged out 2022-12-01T10:27:50.7783923Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-12-01T10:27:50.7784235Z .github\scripts\kill_active_ssh_sessions.ps1 2022-12-01T10:27:50.7807899Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:27:50.7808190Z env: 2022-12-01T10:27:50.7808377Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:27:50.7808651Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:27:50.7808887Z ##[endgroup] 2022-12-01T10:27:51.1557915Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:27:51.2452388Z Finished 2022-12-01T10:27:51.3100257Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-12-01T10:27:51.3100670Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-12-01T10:27:51.3100922Z rm -rf ./* 2022-12-01T10:27:51.3130135Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:27:51.3130433Z env: 2022-12-01T10:27:51.3130623Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:27:51.3130885Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:27:51.3131140Z EXTRA_DELETE_DIR: 2022-12-01T10:27:51.3131322Z ##[endgroup] 2022-12-01T10:28:10.1719293Z Post job cleanup. 2022-12-01T10:28:10.1928625Z Post job cleanup. 2022-12-01T10:28:10.2120422Z Post job cleanup. 2022-12-01T10:28:13.1093142Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-12-01T10:28:13.1296138Z git version 2.38.1.windows.1 2022-12-01T10:28:13.1366168Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\dbc4b01b-dc0b-4331-8854-bbb5edf0b704\.gitconfig' 2022-12-01T10:28:13.1430605Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\dbc4b01b-dc0b-4331-8854-bbb5edf0b704' before making global git config changes 2022-12-01T10:28:13.1433033Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:28:13.1444952Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:28:13.1696851Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:28:13.1932845Z [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:28:13.7235294Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:28:13.7424052Z http.https://github.com/.extraheader 2022-12-01T10:28:13.7460511Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:28:13.7702623Z [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:28:14.2189771Z Cleaning up orphan processes